Versions Compared

Key

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

...

Build an application using HPC-X

Code Block
module loaduse <path to hpc-x>/modulefiles
module load hpcx
mpicc -o test test.c

...