source: XIOS3/dev/XIOS_KOKKOS/arch/arch-X64_JEANZAY_KOKKOS_GPU.env @ 2659

Last change on this file since 2659 was 2659, checked in by jderouillat, 5 days ago

Integrating a Kokkos build into the XIOS one.

File size: 365 bytes
Line 
1module purge
2
3XIOS_ARCH=NVIDIA
4
5module load gcc/9.1.0 nvidia-compilers/23.1 cuda/12.1.0
6
7module load openmpi/4.1.1-cuda
8# Kokkos wrapper
9export OMPI_CXX=nvcc_wrapper
10module load hdf5/1.12.0-mpi-cuda
11module load netcdf-c/4.7.4-mpi-cuda
12
13export TMP=/dev/shm    # to compile on node with enough memory
14export TMPDIR=/dev/shm    # to compile on node with enough memory
Note: See TracBrowser for help on using the repository browser.