Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The C, C++ and Fortran compilers are chosen by CMake. (This can be overwritten by setting the environment variables CC, CXX and F77 FC, on the configure command line before you call cmake, to the preferred compiler). Further the variable CMAKE_CXX_FLAGS can be used to set compiler flags for optimisation or debugging. For example, it is recommended to use CMAKE_CXX_FLAGS="-O2 -mtune=native" or any other optimisation to compile Magics.

...