issues
search
ComputationalRadiationPhysics
/
haseongpu
HASEonGPU: High performance Amplified Spontaneous Emission on GPU
http://www.hzdr.de/crp
Other
7
stars
6
forks
source link
Windows cmake changes
#83
Closed
slizzered
closed
9 years ago
slizzered
commented
9 years ago
no more using g++ as default compiler (not necessary on Linux)
Boost libraries now split into non-MPI and MPI part
MPI is now done before Boost, so the crashes are more understandable (Boost.MPI depends on MPI and will crash with a non-helpful message)
Some adaptions to compile nice with VS2013
erikzenker
commented
9 years ago
Good job!