mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-16 19:50:50 +01:00
modified: p/PGI/PGI-19.10-GCC-6.3.0-2.27-CUDA.eb
modified: p/PGI/PGI-20.1-GCC-8.3.0-2.32-CUDA.eb
This commit is contained in:
parent
fd855ce8e3
commit
910af41589
@ -1,4 +1,5 @@
|
|||||||
# IT4Innovations 2020
|
# IT4Innovations 2020
|
||||||
|
# LK
|
||||||
|
|
||||||
name = 'PGI'
|
name = 'PGI'
|
||||||
version = '19.10'
|
version = '19.10'
|
||||||
@ -21,8 +22,9 @@ dependencies = [
|
|||||||
('CUDA', '10.0.130'),
|
('CUDA', '10.0.130'),
|
||||||
]
|
]
|
||||||
|
|
||||||
configopts = 'export PGI_INSTALL_MPI=true && '
|
install_nvidia = 'true'
|
||||||
configopts += 'export PGI_INSTALL_NVIDIA=true && '
|
install_mpi = 'true'
|
||||||
|
install_mpi_gpu = 'true'
|
||||||
|
|
||||||
# license file
|
# license file
|
||||||
license_file = '/apps/licenses/pgi/license.dat'
|
license_file = '/apps/licenses/pgi/license.dat'
|
||||||
|
@ -13,7 +13,7 @@ sources = ['pgilinux-20%(version_major)s-%(version_major)s%(version_minor)s-x86-
|
|||||||
|
|
||||||
local_local_gccver = '8.3.0'
|
local_local_gccver = '8.3.0'
|
||||||
local_local_local_binutilsver = '2.32'
|
local_local_local_binutilsver = '2.32'
|
||||||
versionsuffix = '-GCC-%s-%s' % (local_local_gccver, local_local_local_binutilsver)
|
versionsuffix = '-GCC-%s-%s-CUDA' % (local_local_gccver, local_local_local_binutilsver)
|
||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
('GCCcore', local_local_gccver),
|
('GCCcore', local_local_gccver),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user