Neko on Piz Daint #601
njansson
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
To compile Neko on Piz Daint
(For a general guide on how to build Neko for NVIDIA GPUs please see: #540)
module load daint-gpu
)module load cdt/22.05
)module load craype-accel-nvidia60
)module load cray-tpsl
) (optional)make && make install
MPICH_RDMA_ENABLED_CUDA=1
in the shell/jobscript before runningneko
(otherwise device aware MPI will cause a segmentation fault), if everything went well backend type should be reported as CUDA, and the type of the device should be visible.Beta Was this translation helpful? Give feedback.
All reactions