Versions Compared

Key

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

...

Code Block
[]$ cp -R /apps/u/opt/compilers/nvhpc/22.11/Linux_x86_64/22.11/examples .

Note: When making Notes:

  • MPI: The SDK does provide it’s own implement of OpenMPI (i.e. you do not have to separately load an openmpi module). Once built, run your code with srun to pick up your requested node/task/cpu configuration.

  • When make-ing the various examples, they typically build and run the code. So, in some cases, unless you have created an interactive session with multiple cores (for MPI) or requested a GPU, although the code will build and it will error when run.