...
OpenACC is only supported by the Cray Fortran compiler and GCC for C and C++.
Compiling HIP code
Code Block |
---|
$ module load rocm/version
$ hipcc foo.cpp |
Compiler manual pages
Executing man cc
, man CC
or man ftn
within will open the manual pages of the wrapper. Manual pages for every compiler are also available.