Elmer is a finite element software for multiphysical problems published under open source. Elmer is mainly but not exclusively developed by CSC – IT Center for Science.
Compile:
git clone -b devel https://github.com/ElmerCSC/elmerfem.git myelmer cd myelmer/ mkdir build cd build/ cp /usr/net/src/elmer/build-elmer.sh .
exchange the location of ELMER_HOME to the either the current directory or wherever you want to have it
export ELMER_HOME=
and use make to compile elmer
bash build-elmer.sh make -j16 make install
The compiled executables can then be found in a directory 9.x within the directory myelmer.