mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 23:42:12 +01:00
Merge branch 'it4i-anselm'
This commit is contained in:
commit
e917c2935a
@ -28,7 +28,7 @@ license_file = '/apps/licenses/pgi/license.dat'
|
||||
|
||||
import os
|
||||
if os.environ.get("CLUSTERNAME") in ["BARBORA"]:
|
||||
modextravars = {
|
||||
modextrapaths = {
|
||||
'PATH': 'linux86-64-llvm/2020/mpi/openmpi-3.1.3/bin',
|
||||
'LD_LIBRARY_PATH': 'linux86-64-llvm/2020/mpi/openmpi-3.1.3/lib',
|
||||
'LIBRARY_PATH': 'linux86-64-llvm/2020/mpi/openmpi-3.1.3/lib',
|
||||
@ -40,7 +40,7 @@ if os.environ.get("CLUSTERNAME") in ["BARBORA"]:
|
||||
'OMPI_MCA_orte_base_help_aggregate': '0',
|
||||
}
|
||||
else:
|
||||
modextravars = {
|
||||
modextrapaths = {
|
||||
'PATH': 'linux86-64-llvm/2020/mpi/openmpi-3.1.3/bin',
|
||||
'LD_LIBRARY_PATH': 'linux86-64-llvm/2020/mpi/openmpi-3.1.3/lib',
|
||||
'LIBRARY_PATH': 'linux86-64-llvm/2020/mpi/openmpi-3.1.3/lib',
|
||||
|
Loading…
x
Reference in New Issue
Block a user