Versions Compared

Key

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

...

The get a guess for the right number of nodes cores to run on for GPAW, run the following line interactively:

Code Block
gpaw-python <yourjob>.py --dry-run=<numberofnodes><numberofcores>
(e.g. gpaw-python graphene.py --dry-run=16)

Number of nodes cores should be a multiple of the number-of-cores-per-node here. The above will run quickly (because it doesn't do the calculation). Then check that the following number fits within the memory-per-core listed here :

...