mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-14 02:41:22 +01:00
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
This commit is contained in:
parent
71621cf7eb
commit
41c57a72fa
@ -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'
|
||||
|
@ -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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user