Versions Compared

Key

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

...

OpenACC is only supported by the Cray Fortran compiler and GCC for C and C++.


Compiling HIP code or HIP_MPI code

Code Block
$ module load rocm/version
$ hipcc foo.cpp

...