MITgcm configs
MITgcm Configuration Files
The makempi script is designed to set the appropriate flags and load modules in order to compile MITgcm on: orca, graham, hood, and the mountain lakes (bow, minnewanka, waterton).
Calling it should run through the steps to compile MITgcm.
These should be placed in /path/to/MITgcm/tools/build_options
.
You can get a tarball of all of these file.
Configuration Files
- bow, minnewanka, waterton
- this configuration file expects the SGI MPT module and GNU compilers
- be sure to specify -mpi on your genmake2 command line
- orca
- graham
- You may receive a timeout error while running the build script on graham. If that happens, you only need to re-run the
make -j 16
command, not the whole script. You may need to do this multiple times.
- You may receive a timeout error while running the build script on graham. If that happens, you only need to re-run the
- hood
Notes
Special thanks to Dunphy for these!
Orca is slated to be changed to appear Graham-like. When that happens, the orca compile flags given here will not work.