Skip to content
Snippets Groups Projects
Commit be56a6c3 authored by Josef Hrabal's avatar Josef Hrabal
Browse files

modified: easyblocks/p/pgi.py

parent 597e8ecb
Branches
No related tags found
No related merge requests found
...@@ -131,7 +131,7 @@ class EB_PGI(PackedBinary): ...@@ -131,7 +131,7 @@ class EB_PGI(PackedBinary):
'PGI_INSTALL_DIR': self.installdir, 'PGI_INSTALL_DIR': self.installdir,
'PGI_INSTALL_JAVA': str(self.cfg['install_java']).lower(), 'PGI_INSTALL_JAVA': str(self.cfg['install_java']).lower(),
'PGI_INSTALL_MANAGED': str(self.cfg['install_managed']).lower(), 'PGI_INSTALL_MANAGED': str(self.cfg['install_managed']).lower(),
'PGI_INSTALL_NVIDIA': str(self.cfg['install_nvidia']).lower(), 'PGI_INSTALL_NVIDIA': 'true',
'PGI_INSTALL_MPI': 'true', 'PGI_INSTALL_MPI': 'true',
'PGI_SILENT': 'true', 'PGI_SILENT': 'true',
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment