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'