Cori¶
cori-haswell, intel¶
This is the default compass
architecture and compiler on Cori. 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_cori-haswell_intel_mpt.sh
Then, you can build the MPAS model with
make [DEBUG=true] [OPENMP=true] intel-nersc
cori-haswell, gnu¶
If you’ve set things up for this compiler, you should be able to:
source load_dev_compass_1.0.0_cori-haswell_gnu_mpt.sh
Then, you can build the MPAS model with
make [DEBUG=true] [OPENMP=true] [ALBANY=true] gnu-nersc