mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-16 19:50:50 +01:00
Merge branch 'it4i-anselm'
This commit is contained in:
commit
37de66043b
@ -51,9 +51,15 @@ 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': [], }
|
||||||
|
|
||||||
modextravars = {'OMPI_MCA_btl_openib_if_include': 'mlx5_0',
|
import os
|
||||||
|
if os.environ.get("CLUSTERNAME") in ["BARBORA"]:
|
||||||
|
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',
|
||||||
'OMPI_MCA_orte_base_help_aggregate': '0',
|
'OMPI_MCA_orte_base_help_aggregate': '0',
|
||||||
}
|
}
|
||||||
|
else:
|
||||||
|
modextravars = {'OMPI_MCA_btl_openib_if_include': 'mlx4_0',
|
||||||
|
'OMPI_MCA_oob_tcp_if_include': '10.0.0.0/8',
|
||||||
|
}
|
||||||
|
|
||||||
moduleclass = 'mpi'
|
moduleclass = 'mpi'
|
||||||
|
@ -65,8 +65,15 @@ sanity_check_commands = [
|
|||||||
('mpifort --version | grep pgfortran', ''),
|
('mpifort --version | grep pgfortran', ''),
|
||||||
]
|
]
|
||||||
|
|
||||||
modextravars = {'OMPI_MCA_btl_openib_if_include': 'mlx4_0',
|
import os
|
||||||
|
if os.environ.get("CLUSTERNAME") in ["BARBORA"]:
|
||||||
|
modextravars = {'OMPI_MCA_btl_openib_if_include': 'mlx5_0',
|
||||||
|
'OMPI_MCA_btl_tcp_if_include': '10.33.4.0/24',
|
||||||
|
'OMPI_MCA_orte_base_help_aggregate': '0',
|
||||||
|
}
|
||||||
|
else:
|
||||||
|
modextravars = {'OMPI_MCA_btl_openib_if_include': 'mlx4_0',
|
||||||
'OMPI_MCA_oob_tcp_if_include': '10.0.0.0/8',
|
'OMPI_MCA_oob_tcp_if_include': '10.0.0.0/8',
|
||||||
}
|
}
|
||||||
|
|
||||||
moduleclass = 'mpi'
|
moduleclass = 'mpi'
|
||||||
|
@ -49,5 +49,4 @@ else:
|
|||||||
'OMPI_MCA_oob_tcp_if_include': '10.0.0.0/8',
|
'OMPI_MCA_oob_tcp_if_include': '10.0.0.0/8',
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
moduleclass = 'mpi'
|
moduleclass = 'mpi'
|
||||||
|
@ -38,9 +38,15 @@ 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': [], }
|
||||||
|
|
||||||
modextravars = {'OMPI_MCA_btl_openib_if_include': 'mlx5_0',
|
import os
|
||||||
|
if os.environ.get("CLUSTERNAME") in ["BARBORA"]:
|
||||||
|
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',
|
||||||
'OMPI_MCA_orte_base_help_aggregate': '0',
|
'OMPI_MCA_orte_base_help_aggregate': '0',
|
||||||
}
|
}
|
||||||
|
else:
|
||||||
|
modextravars = {'OMPI_MCA_btl_openib_if_include': 'mlx4_0',
|
||||||
|
'OMPI_MCA_oob_tcp_if_include': '10.0.0.0/8',
|
||||||
|
}
|
||||||
|
|
||||||
moduleclass = 'mpi'
|
moduleclass = 'mpi'
|
||||||
|
@ -47,9 +47,15 @@ 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': [], }
|
||||||
|
|
||||||
modextravars = {'OMPI_MCA_btl_openib_if_include': 'mlx5_0',
|
import os
|
||||||
|
if os.environ.get("CLUSTERNAME") in ["BARBORA"]:
|
||||||
|
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',
|
||||||
'OMPI_MCA_orte_base_help_aggregate': '0',
|
'OMPI_MCA_orte_base_help_aggregate': '0',
|
||||||
}
|
}
|
||||||
|
else:
|
||||||
|
modextravars = {'OMPI_MCA_btl_openib_if_include': 'mlx4_0',
|
||||||
|
'OMPI_MCA_oob_tcp_if_include': '10.0.0.0/8',
|
||||||
|
}
|
||||||
|
|
||||||
moduleclass = 'mpi'
|
moduleclass = 'mpi'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user