Grizzly¶
Note
It is important that you not point to custom module files for the compiler, MPI, and netcdf modules on Grizzly 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 Grizzly. 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_brizzly_intel_impi.sh
Then, you can build the MPAS model with
make intel-mpi
gnu¶
If you’ve set things up for this compiler, you should be able to:
source load_dev_compass_1.0.0_grizzly_gnu_mvapich.sh
Then, you can build the MPAS model with
make gfortran