mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-16 19:50:50 +01:00
modified: o/OpenMPI/OpenMPI-4.1.5-NVHPC-23.5-CUDA-12.2.0-dgx.eb
This commit is contained in:
parent
c0a4941787
commit
0c0558696d
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
name = 'OpenMPI'
|
name = 'OpenMPI'
|
||||||
version = '4.1.5'
|
version = '4.1.5'
|
||||||
|
versionsuffix = '-CUDA-12.2.0'
|
||||||
|
|
||||||
homepage = 'https://www.open-mpi.org/'
|
homepage = 'https://www.open-mpi.org/'
|
||||||
description = """The Open MPI Project is an open source MPI-3 implementation."""
|
description = """The Open MPI Project is an open source MPI-3 implementation."""
|
||||||
@ -92,7 +93,7 @@ sanity_check_paths = {
|
|||||||
x for x in [
|
x for x in [
|
||||||
"mpi-ext", "mpif-config", "mpif", "mpi", "mpi_portable_platform"]], 'dirs': [], }
|
"mpi-ext", "mpif-config", "mpif", "mpi", "mpi_portable_platform"]], 'dirs': [], }
|
||||||
|
|
||||||
mport os
|
import os
|
||||||
if os.environ.get("CLUSTERNAME") in ["BARBORA"]:
|
if os.environ.get("CLUSTERNAME") in ["BARBORA"]:
|
||||||
modextravars = {'OMPI_MCA_btl_openib_if_include': 'mlx5_0',
|
modextravars = {'OMPI_MCA_btl_openib_if_include': 'mlx5_0',
|
||||||
'OMPI_MCA_btl_tcp_if_include': '10.33.4.0/24',
|
'OMPI_MCA_btl_tcp_if_include': '10.33.4.0/24',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user