mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 23:42:12 +01:00
modified: p/PGI/PGI-20.1-GCC-8.3.0-2.32.eb
This commit is contained in:
parent
ffcdc6d39b
commit
e1962311cf
@ -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