Skip to content

Commit 8daa2f6

Browse files
author
Lesur Geoffroy
committed
add h200 configuration (validated against MPI)
1 parent aacc1d6 commit 8daa2f6

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

environements/h200.env

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
2+
# Use GCC12 to compile instead of default
3+
export CXX=/usr/bin/g++-12
4+
export CC=/usr/bin/gcc-12
5+
export CPP=/usr/bin/cpp-12
6+
7+
# Use custom openmpi for cuda
8+
source /local/openmpi-cuda/bin/activate.sh
9+
10+
export OMPI_MCA_btl_smcuda_use_cuda_ipc=0
11+
export OMPI_MCA_btl_openib_want_cuda_gdr=0
12+
13+
export IDEFIX_GPU_FLAGS="-DKokkos_ENABLE_CUDA=ON -DKokkos_ARCH_HOPPER90=ON"
14+

0 commit comments

Comments
 (0)