Badger

Note

It is important that you not point to custom module files for the compiler, MPI, and netcdf modules on Badger to work properly. If you have:

module use /usr/projects/climate/SHARED_CLIMATE/modulefiles/all

or similar commands in your .bashrc, please either comment them out or make sure to run

module unuse /usr/projects/climate/SHARED_CLIMATE/modulefiles/all

intel

This is the default compass compiler on Badger. If the environment has been set up properly (see compass conda environment, compilers and system modules), you should be able to source:

source load_dev_compass_1.0.0_badger_intel_impi.sh

Then, you can build the MPAS model with

make [DEBUG=true] [OPENMP=true] intel-mpi

gnu

If you’ve set things up for this compiler, you should be able to:

source load_dev_compass_1.0.0_badger_gnu_mvapich.sh

Then, you can build the MPAS model with

make [DEBUG=true] [OPENMP=true] [ALBANY=true] gfortran