xpsi-group / xpsi

X-PSI: X-ray Pulse Simulation and Inference
Other
34 stars 20 forks source link

HPC installation instruction for MultiNest on Snellius missing `make` #287

Closed sguillot closed 1 year ago

sguillot commented 1 year ago

There should be a make after the cmake command...Otherwise, the librairies are not compelled.

git clone https://github.com/farhanferoz/MultiNest.git ~/multinest
cd ~/multinest/MultiNest_v3.12_CMake/multinest
mkdir build
cd build
cmake -DCMAKE_{C,CXX}_FLAGS="-O3 -xAVX -axCORE-AVX2 -funroll-loops" -DCMAKE_Fortran_FLAGS="-O3 -xAVX -axCORE-AVX2 -funroll-loops" ..; make
ls ../lib/
thjsal commented 1 year ago

It is not missing! It is on the same line with the cmake command :D.: cmake -DCMAKE_{C,CXX}_FLAGS="-O3 -xAVX -axCORE-AVX2 -funroll-loops" -DCMAKE_Fortran_FLAGS="-O3 -xAVX -axCORE-AVX2 -funroll-loops" ..; make

sguillot commented 1 year ago

Oups, I missed it. Since the cmake line for CALMIP is different, I didn't see the make. Closing!