diff --git a/p/PGI/PGI-20.1-GCC-8.3.0-2.32.eb b/p/PGI/PGI-20.1-GCC-8.3.0-2.32.eb index bb9d53a2..20727e71 100644 --- a/p/PGI/PGI-20.1-GCC-8.3.0-2.32.eb +++ b/p/PGI/PGI-20.1-GCC-8.3.0-2.32.eb @@ -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',