Versions Compared

Key

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

...

Code Block
[@blog1 globalArray]$ salloc -A <project-name> -t 10:00 -N 2
[@m001 globalArray]$ srun a.out

The GitHub examples can be built with cmake (you'll need to load this module). If creting an MPI application you’ll need to set the compilers with the associated MPI compiler versions, for example:

...