...
To Compile Elmer follow this wiki.
Notes:
1. If you are using intel compiler set elmer-opts.cmake to be as follows:
Code Block |
---|
SET(CMAKE_INSTALL_PREFIX "../elmer-install" CACHE PATH "")
SET(CMAKE_C_COMPILER "icc" CACHE STRING "")
SET(CMAKE_CXX_COMPILER "icpc" CACHE STRING "")
SET(CMAKE_Fortran_COMPILER "ifort" CACHE STRING "") |
2. Load the relevant modules e.g.
Code Block |
---|
$ module list
Currently Loaded Modulefiles:
1) cmake/3.13.4 2) intel/2018.5.274 3) hpcx/2.4.0 4) mkl/2018.5.274 |