mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 23:42:12 +01:00
modified: o/OpenMPI/OpenMPI-4.1.4-GCC-11.3.0-CUDA-11.7.0.eb
This commit is contained in:
parent
018c63a562
commit
e618ab5319
@ -1,5 +1,5 @@
|
|||||||
# IT4Innovations 2022
|
# IT4Innovations
|
||||||
# JK
|
# LK 2023
|
||||||
|
|
||||||
name = 'OpenMPI'
|
name = 'OpenMPI'
|
||||||
version = '4.1.4'
|
version = '4.1.4'
|
||||||
@ -74,6 +74,8 @@ if os.environ.get("CLUSTERNAME") in ["BARBORA"]:
|
|||||||
elif os.environ.get("CLUSTERNAME") in ["KAROLINA"]:
|
elif os.environ.get("CLUSTERNAME") in ["KAROLINA"]:
|
||||||
modextravars = {'OMPI_MCA_btl_openib_if_include': 'mlx5_0',
|
modextravars = {'OMPI_MCA_btl_openib_if_include': 'mlx5_0',
|
||||||
'OMPI_MCA_orte_base_help_aggregate': '0',
|
'OMPI_MCA_orte_base_help_aggregate': '0',
|
||||||
|
'UCX_IB_GPU_DIRECT_RDMA': '1',
|
||||||
|
'UCX_MEM_CUDA_HOOK_MODE': 'none',
|
||||||
}
|
}
|
||||||
else:
|
else:
|
||||||
modextravars = {'OMPI_MCA_btl_openib_if_include': 'mlx4_0',
|
modextravars = {'OMPI_MCA_btl_openib_if_include': 'mlx4_0',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user