From 3f1fd45e1d245789f96f80ba771563436afcb641 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Krup=C4=8D=C3=ADk?= Date: Tue, 29 Oct 2019 09:03:15 +0100 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 modified: p/PGI/PGI-19.7-GCC-8.2.0-2.31.1.eb --- p/PGI/PGI-19.4-GCC-8.2.0-2.31.1.eb | 2 ++ p/PGI/PGI-19.7-GCC-8.2.0-2.31.1-CUDA.eb | 4 +++- p/PGI/PGI-19.7-GCC-8.2.0-2.31.1.eb | 2 ++ 3 files changed, 7 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 fd10d88d..f47dc17c 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 @@ -32,6 +32,8 @@ modextrapaths = { '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', + 'OMPI_MCA_btl_openib_if_include': 'mlx4_0', + 'OMPI_MCA_oob_tcp_if_include': '10.0.0.0/8', } 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 5b7cbe24..ffed3589 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 @@ -12,7 +12,7 @@ sources = ['pgilinux-20%(version_major)s-%(version_major)s%(version_minor)s-x86- gccver = '8.2.0' binutilsver = '2.31.1' -versionsuffix = '-GCC-%s-%s' % (gccver, binutilsver) +versionsuffix = '-GCC-%s-%s-CUDA' % (gccver, binutilsver) dependencies = [ ('GCCcore', gccver), @@ -33,6 +33,8 @@ modextrapaths = { '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', + 'OMPI_MCA_btl_openib_if_include': 'mlx4_0', + 'OMPI_MCA_oob_tcp_if_include': '10.0.0.0/8', } moduleclass = 'compiler' diff --git a/p/PGI/PGI-19.7-GCC-8.2.0-2.31.1.eb b/p/PGI/PGI-19.7-GCC-8.2.0-2.31.1.eb index 17bfcd3d..d5db60db 100644 --- a/p/PGI/PGI-19.7-GCC-8.2.0-2.31.1.eb +++ b/p/PGI/PGI-19.7-GCC-8.2.0-2.31.1.eb @@ -32,6 +32,8 @@ modextrapaths = { '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', + 'OMPI_MCA_btl_openib_if_include': 'mlx4_0', + 'OMPI_MCA_oob_tcp_if_include': '10.0.0.0/8', } moduleclass = 'compiler'