Closed sguillot closed 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
Oups, I missed it.
Since the cmake
line for CALMIP is different, I didn't see the make
.
Closing!
There should be a
make
after thecmake
command...Otherwise, the librairies are not compelled.