Skip to content

Building master on Rostam

Zach Byerly edited this page Feb 15, 2017 · 3 revisions

Load the intel fortran compiler and an omenMPI stack

 module load ifort; module load openmpi/1.10.5-gcc6.3.0; module load icc/2013.5.192

Then export the openMPI fortran compiler flag to ensure that it uses the intel compiler. Note the master branch does not work with gcc.

 export OMPI_FC=ifort

Then enter the work directory, and execute the following commands: to make metis

 make metis

to make adcprep

 make adcprep

and to make dgswem

 make dgswem