From 41c57a72fa6b61e589bbb18dc42f4a673f54c2c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Krup=C4=8D=C3=ADk?= Date: Thu, 24 Oct 2019 08:53:23 +0200 Subject: [PATCH] modified: p/PGI/PGI-19.4-GCC-8.2.0-2.31.1.eb modified: p/PGI/PGI-19.7-GCC-8.2.0-2.31.1-CUDA.eb --- p/PGI/PGI-19.4-GCC-8.2.0-2.31.1.eb | 12 +++++++++++- p/PGI/PGI-19.7-GCC-8.2.0-2.31.1-CUDA.eb | 11 +++++++++++ 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/p/PGI/PGI-19.4-GCC-8.2.0-2.31.1.eb b/p/PGI/PGI-19.4-GCC-8.2.0-2.31.1.eb index e560ecea..fd10d88d 100644 --- a/p/PGI/PGI-19.4-GCC-8.2.0-2.31.1.eb +++ b/p/PGI/PGI-19.4-GCC-8.2.0-2.31.1.eb @@ -18,10 +18,20 @@ dependencies = [ ('GCCcore', gccver), ('binutils', binutilsver, '', ('GCCcore', gccver)), ('numactl', '2.0.12', '', ('GCCcore', gccver)), - ('gcccuda', '2019a'), ] +configopts = 'export PGI_INSTALL_MPI=true &&' + # license file license_file = '/apps/licenses/pgi/license.dat' +modextrapaths = { + 'PATH': 'linux86-64-llvm/2019/mpi/openmpi-3.1.3/bin', + 'LD_LIBRARY_PATH': 'linux86-64-llvm/2019/mpi/openmpi-3.1.3/lib', + 'LIBRARY_PATH': 'linux86-64-llvm/2019/mpi/openmpi-3.1.3/lib', + 'CPATH': 'linux86-64-llvm/2019/mpi/openmpi-3.1.3/include', + 'MANPATH': 'linux86-64-llvm/2019/mpi/openmpi-3.1.3/share/man', + 'PKG_CONFIG_PATH': 'linux86-64-llvm/2019/mpi/openmpi-3.1.3/lib/pkgconfig', +} + moduleclass = 'compiler' diff --git a/p/PGI/PGI-19.7-GCC-8.2.0-2.31.1-CUDA.eb b/p/PGI/PGI-19.7-GCC-8.2.0-2.31.1-CUDA.eb index 8d553427..5b7cbe24 100644 --- a/p/PGI/PGI-19.7-GCC-8.2.0-2.31.1-CUDA.eb +++ b/p/PGI/PGI-19.7-GCC-8.2.0-2.31.1-CUDA.eb @@ -21,7 +21,18 @@ dependencies = [ ('gcccuda', '2019a'), ] +configopts = 'export PGI_INSTALL_MPI=true &&' + # license file license_file = '/apps/licenses/pgi/license.dat' +modextrapaths = { + 'PATH': 'linux86-64-llvm/2019/mpi/openmpi-3.1.3/bin', + 'LD_LIBRARY_PATH': 'linux86-64-llvm/2019/mpi/openmpi-3.1.3/lib', + 'LIBRARY_PATH': 'linux86-64-llvm/2019/mpi/openmpi-3.1.3/lib', + 'CPATH': 'linux86-64-llvm/2019/mpi/openmpi-3.1.3/include', + 'MANPATH': 'linux86-64-llvm/2019/mpi/openmpi-3.1.3/share/man', + 'PKG_CONFIG_PATH': 'linux86-64-llvm/2019/mpi/openmpi-3.1.3/lib/pkgconfig', +} + moduleclass = 'compiler'