Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

See other relevant wiki page for environment set-up scripts.

On odyssey, please always do work like this in an interactive session. To get an interactive session, enter command:

interactive 4 1 4000 240 test

The following might work with any compiler but has only been tested using the GEOS-Chem settings for the Intel comiler version 11, so do the following command:

load_if11

2 Obtain source code

2.1 Obtain GTMM/GEOS-Chem code

...

cd YOUR_RUN_DIRECTORY

make -j4 mpbuild

Note** if you did not use the unit tester to make your run directory, you will have to edit the path that "CODE_DIR" points to in YOUR_RUN_DIRECTORY/Makefile

If compilation completes normally, an executable "geos.mp" will be created.

...