From e1962311cf6d1433c788bb06019718868ae4d129 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Krup=C4=8D=C3=ADk?= Date: Thu, 19 Nov 2020 09:28:11 +0100 Subject: [PATCH] modified: p/PGI/PGI-20.1-GCC-8.3.0-2.32.eb --- p/PGI/PGI-20.1-GCC-8.3.0-2.32.eb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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',