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
This commit is contained in:
Lukáš Krupčík 2019-10-29 09:03:15 +01:00
parent 5443870da4
commit 3f1fd45e1d
3 changed files with 7 additions and 1 deletions

View File

@ -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'

View File

@ -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'

View File

@ -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'