Neko on JUPITER #2362
nick-morse
started this conversation in
Show and tell
Neko on JUPITER
#2362
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
To compile Neko on JUPITER
(For a general guide on how to build Neko for NVIDIA GPUs please see: #540)
ml GCC OpenMPI OpenBLAS CUDANEKO_GS_STRTGY=3were found to be performant:./configure FC=gfortran CC=gcc \ MPIFC=mpifort MPICC=mpicc \ FCFLAGS="-O3" CFLAGS="-O3" \ LDFLAGS=-lstdc++ \ CUDA_ARCH="-arch sm_90" \ NEKO_GS_STRTGY=3 \ --with-cuda=/e/software/default/stages/2026/software/CUDA/13 \ --enable-device-mpi \ --enable-openmpmake && make install -j12neko:All reactions