From 1ccc723c72f5236e71a64ddd09edc56cbcc326eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Krup=C4=8D=C3=ADk?= Date: Tue, 26 May 2020 12:06:01 +0200 Subject: [PATCH] modified: p/PGI/PGI-19.10-GCC-8.3.0-2.32-CUDA.eb --- p/PGI/PGI-19.10-GCC-8.3.0-2.32-CUDA.eb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/p/PGI/PGI-19.10-GCC-8.3.0-2.32-CUDA.eb b/p/PGI/PGI-19.10-GCC-8.3.0-2.32-CUDA.eb index 8f736be0..5ba72b99 100644 --- a/p/PGI/PGI-19.10-GCC-8.3.0-2.32-CUDA.eb +++ b/p/PGI/PGI-19.10-GCC-8.3.0-2.32-CUDA.eb @@ -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'