mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-24 23:41:23 +01:00
Merge branch 'it4i-anselm'
This commit is contained in:
commit
5443870da4
@ -18,10 +18,20 @@ dependencies = [
|
|||||||
('GCCcore', gccver),
|
('GCCcore', gccver),
|
||||||
('binutils', binutilsver, '', ('GCCcore', gccver)),
|
('binutils', binutilsver, '', ('GCCcore', gccver)),
|
||||||
('numactl', '2.0.12', '', ('GCCcore', gccver)),
|
('numactl', '2.0.12', '', ('GCCcore', gccver)),
|
||||||
('gcccuda', '2019a'),
|
|
||||||
]
|
]
|
||||||
|
|
||||||
|
configopts = 'export PGI_INSTALL_MPI=true &&'
|
||||||
|
|
||||||
# license file
|
# license file
|
||||||
license_file = '/apps/licenses/pgi/license.dat'
|
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'
|
moduleclass = 'compiler'
|
||||||
|
@ -21,7 +21,18 @@ dependencies = [
|
|||||||
('gcccuda', '2019a'),
|
('gcccuda', '2019a'),
|
||||||
]
|
]
|
||||||
|
|
||||||
|
configopts = 'export PGI_INSTALL_MPI=true &&'
|
||||||
|
|
||||||
# license file
|
# license file
|
||||||
license_file = '/apps/licenses/pgi/license.dat'
|
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'
|
moduleclass = 'compiler'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user