You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is an example of how to use Cray compilers (17.0) on NCSA Delta with A100 devices for a minimal OpenACC program test.f90. It still needs to be integrated with MFC and ensured it works.
This is an example of how to use Cray compilers (17.0) on NCSA Delta with A100 devices for a minimal OpenACC program
test.f90
. It still needs to be integrated with MFC and ensured it works.ftn -haccel=nvidia80 -hacc -craype-verbose -M 296,878,1391,1069,5025 -h dynamic -h acc_model=auto_async_none -h acc_model=no_fast_addr -o test test.f90 -L/usr/lib64 -lcudart -L${CUDA_HOME}/lib64
The text was updated successfully, but these errors were encountered: