Merge branch 'it4i-karolina'

This commit is contained in:
Lukas Krupcik 2023-05-10 09:40:23 +02:00
commit 1b1e0bf05b

View File

@ -1,5 +1,5 @@
# IT4Innovations 2022
# JK
# IT4Innovations
# LK 2023
name = 'OpenMPI'
version = '4.1.4'
@ -74,6 +74,8 @@ if os.environ.get("CLUSTERNAME") in ["BARBORA"]:
elif os.environ.get("CLUSTERNAME") in ["KAROLINA"]:
modextravars = {'OMPI_MCA_btl_openib_if_include': 'mlx5_0',
'OMPI_MCA_orte_base_help_aggregate': '0',
'UCX_IB_GPU_DIRECT_RDMA': '1',
'UCX_MEM_CUDA_HOOK_MODE': 'none',
}
else:
modextravars = {'OMPI_MCA_btl_openib_if_include': 'mlx4_0',