Merge branch 'it4i-barbora'

This commit is contained in:
Lukáš Krupčík 2020-05-26 12:39:21 +02:00
commit 68b12b7fe0
3 changed files with 9 additions and 5 deletions

View File

@ -1,4 +1,5 @@
# IT4Innovations 2020
# LK
name = 'PGI'
version = '19.10'
@ -21,8 +22,9 @@ dependencies = [
('CUDA', '10.0.130'),
]
configopts = 'export PGI_INSTALL_MPI=true && '
configopts += 'export PGI_INSTALL_NVIDIA=true && '
install_nvidia = 'true'
install_mpi = 'true'
install_mpi_gpu = 'true'
# license file
license_file = '/apps/licenses/pgi/license.dat'

View File

@ -1,4 +1,5 @@
# IT4Innovations 2019
# LK
name = 'PGI'
version = '19.10'
@ -21,8 +22,9 @@ dependencies = [
('CUDA', '10.1.243'),
]
configopts = 'export PGI_INSTALL_MPI=true && '
configopts += 'export PGI_INSTALL_NVIDIA=true && '
install_nvidia = 'true'
install_mpi = 'true'
install_mpi_gpu = 'true'
# license file
license_file = '/apps/licenses/pgi/license.dat'

View File

@ -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_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 = [
('GCCcore', local_local_gccver),