Versions Compared

Key

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

...

  1. ./xmlchange MAX_TASKS_PER_NODE=42

  2. ./xmlchange MAX_MPITASKS_PER_NODE=42 # i.e. NTHRDS is 1

  3. ./xmlchange NTASKS=42*100 # all comps stacked on 100 nodes

  4. ./xmlchange PSTRID_ATM=7 # i.e. ATM procs stride 7 (=$NCPU/$NGPU = 42/6) with 6 ATM procs per node

  5. ./xmlchange NTASKS_ATM=6*100 # ATM is now at 6 procs per node

Process striding helps to

...

Exclusive process stride – EXCL_STRIDE

In addition to steps 1--4 5 above,

  1. ./xmlchange EXCL_STRIDE_ATM=7 # i.e. only ATM runs on stride-7 procs, other components on the remaining procs

...