Chrysalis

intel

This is the default polaris compiler on Chrysalis. If the environment has been set up properly (see Polaris pixi and spack environments, compilers and system modules), you should be able to source:

source load_polaris_chrysalis_intel_openmpi.sh

You cannot build standalone MPAS components with this compiler at this time.

gnu

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

source load_polaris_chrysalis_gnu_openmpi.sh

Then, you can build the MPAS model with

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

intel-classic

If the environment has been set up properly, you should be able to source:

source load_polaris_chrysalis_intel-classic_openmpi.sh

Then, you can build the MPAS model with

make [DEBUG=true] [OPENMP=true] ifort