Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cray + NVIDIA GPU on NCSA Delta #763

Open
sbryngelson opened this issue Dec 20, 2024 · 0 comments
Open

Cray + NVIDIA GPU on NCSA Delta #763

sbryngelson opened this issue Dec 20, 2024 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@sbryngelson
Copy link
Member

sbryngelson commented Dec 20, 2024

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.

module load nvhpc
module load PrgEnv-cray
export CUDA_HOME=/sw/spack/deltas11-2023-03/apps/linux-rhel8-x86_64/gcc-8.5.0/cuda-12.3.0-7oylpzc
export LD_LIBRARY_PATH=${CUDA_HOME}/lib64:${LD_LIBRARY_PATH}

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

@sbryngelson sbryngelson added enhancement New feature or request good first issue Good for newcomers labels Dec 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Development

No branches or pull requests

1 participant