From 73d269584ac522c32ca26f92df4f76f635edddb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Krup=C4=8D=C3=ADk?= Date: Mon, 15 Jun 2020 09:53:45 +0200 Subject: [PATCH] new file: p/PGI/PGI-18.10-CUDA.eb new file: p/PGI/PGI-18.10-GCC-6.3.0-2.27-CUDA.eb new file: p/PGI/PGI-19.4-CUDA.eb new file: p/PGI/PGI-19.4-GCC-6.3.0-2.27-CUDA.eb new file: p/PGI/PGI-19.4-GCC-8.3.0-2.32-CUDA-test.eb --- p/PGI/PGI-18.10-CUDA.eb | 32 +++++++++++++++++ p/PGI/PGI-18.10-GCC-6.3.0-2.27-CUDA.eb | 39 +++++++++++++++++++++ p/PGI/PGI-19.4-CUDA.eb | 32 +++++++++++++++++ p/PGI/PGI-19.4-GCC-6.3.0-2.27-CUDA.eb | 39 +++++++++++++++++++++ p/PGI/PGI-19.4-GCC-8.3.0-2.32-CUDA-test.eb | 40 ++++++++++++++++++++++ 5 files changed, 182 insertions(+) create mode 100644 p/PGI/PGI-18.10-CUDA.eb create mode 100644 p/PGI/PGI-18.10-GCC-6.3.0-2.27-CUDA.eb create mode 100644 p/PGI/PGI-19.4-CUDA.eb create mode 100644 p/PGI/PGI-19.4-GCC-6.3.0-2.27-CUDA.eb create mode 100644 p/PGI/PGI-19.4-GCC-8.3.0-2.32-CUDA-test.eb diff --git a/p/PGI/PGI-18.10-CUDA.eb b/p/PGI/PGI-18.10-CUDA.eb new file mode 100644 index 00000000..385edf55 --- /dev/null +++ b/p/PGI/PGI-18.10-CUDA.eb @@ -0,0 +1,32 @@ +# IT4Innovations 2020 +# LK + +name = 'PGI' +version = '18.10' + +homepage = 'http://www.pgroup.com/' +description = "C, C++ and Fortran local_compilers from The Portland Group - PGI" + +toolchain = SYSTEM + +sources = ['pgilinux-20%(version_major)s-%(version_major)s%(version_minor)s-x86-64.tar.gz'] + +versionsuffix = '-CUDA' + +install_nvidia = 'true' +install_mpi = 'true' +install_mpi_gpu = 'true' + +# license file +license_file = '/apps/licenses/pgi/license.dat' + +modextrapaths = { + 'PATH': 'linux86-64-llvm/2018/mpi/openmpi-2.1.4/bin', + 'LD_LIBRARY_PATH': 'linux86-64-llvm/2018/mpi/openmpi-2.1.4/lib', + 'LIBRARY_PATH': 'linux86-64-llvm/2018/mpi/openmpi-2.1.4/lib', + 'CPATH': 'linux86-64-llvm/2018/mpi/openmpi-2.1.4/include', + 'MANPATH': 'linux86-64-llvm/2018/mpi/openmpi-2.1.4/share/man', + 'PKG_CONFIG_PATH': 'linux86-64-llvm/2018/mpi/openmpi-2.1.4/lib/pkgconfig', +} + +moduleclass = 'compiler' diff --git a/p/PGI/PGI-18.10-GCC-6.3.0-2.27-CUDA.eb b/p/PGI/PGI-18.10-GCC-6.3.0-2.27-CUDA.eb new file mode 100644 index 00000000..c7b6f93a --- /dev/null +++ b/p/PGI/PGI-18.10-GCC-6.3.0-2.27-CUDA.eb @@ -0,0 +1,39 @@ +# IT4Innovations 2020 +# LK + +name = 'PGI' +version = '18.10' + +homepage = 'http://www.pgroup.com/' +description = "C, C++ and Fortran local_compilers from The Portland Group - PGI" + +toolchain = SYSTEM + +sources = ['pgilinux-20%(version_major)s-%(version_major)s%(version_minor)s-x86-64.tar.gz'] + +local_local_gccver = '6.3.0' +local_local_local_binutilsver = '2.27' +versionsuffix = '-GCC-%s-%s-CUDA' % (local_local_gccver, local_local_local_binutilsver) + +dependencies = [ + ('GCCcore', local_local_gccver), + ('binutils', local_local_local_binutilsver, '', ('GCCcore', local_local_gccver)), +] + +install_nvidia = 'true' +install_mpi = 'true' +install_mpi_gpu = 'true' + +# license file +license_file = '/apps/licenses/pgi/license.dat' + +modextrapaths = { + 'PATH': 'linux86-64-llvm/2019/mpi/openmpi-3.1.3/bin', + 'LD_LIBRARY_PATH': 'linux86-64-llvm/2019/mpi/openmpi-3.1.3/lib', + 'LIBRARY_PATH': 'linux86-64-llvm/2019/mpi/openmpi-3.1.3/lib', + 'CPATH': 'linux86-64-llvm/2019/mpi/openmpi-3.1.3/include', + 'MANPATH': 'linux86-64-llvm/2019/mpi/openmpi-3.1.3/share/man', + 'PKG_CONFIG_PATH': 'linux86-64-llvm/2019/mpi/openmpi-3.1.3/lib/pkgconfig', +} + +moduleclass = 'compiler' diff --git a/p/PGI/PGI-19.4-CUDA.eb b/p/PGI/PGI-19.4-CUDA.eb new file mode 100644 index 00000000..8c4b0adb --- /dev/null +++ b/p/PGI/PGI-19.4-CUDA.eb @@ -0,0 +1,32 @@ +# IT4Innovations 2020 +# LK + +name = 'PGI' +version = '19.4' + +homepage = 'http://www.pgroup.com/' +description = "C, C++ and Fortran local_compilers from The Portland Group - PGI" + +toolchain = SYSTEM + +sources = ['pgilinux-20%(version_major)s-%(version_major)s%(version_minor)s-x86-64.tar.gz'] + +versionsuffix = '-CUDA' + +install_nvidia = 'true' +install_mpi = 'true' +install_mpi_gpu = 'true' + +# license file +license_file = '/apps/licenses/pgi/license.dat' + +modextrapaths = { + 'PATH': 'linux86-64-llvm/2019/mpi/openmpi-3.1.3/bin', + 'LD_LIBRARY_PATH': 'linux86-64-llvm/2019/mpi/openmpi-3.1.3/lib', + 'LIBRARY_PATH': 'linux86-64-llvm/2019/mpi/openmpi-3.1.3/lib', + 'CPATH': 'linux86-64-llvm/2019/mpi/openmpi-3.1.3/include', + 'MANPATH': 'linux86-64-llvm/2019/mpi/openmpi-3.1.3/share/man', + 'PKG_CONFIG_PATH': 'linux86-64-llvm/2019/mpi/openmpi-3.1.3/lib/pkgconfig', +} + +moduleclass = 'compiler' diff --git a/p/PGI/PGI-19.4-GCC-6.3.0-2.27-CUDA.eb b/p/PGI/PGI-19.4-GCC-6.3.0-2.27-CUDA.eb new file mode 100644 index 00000000..cb9d3f45 --- /dev/null +++ b/p/PGI/PGI-19.4-GCC-6.3.0-2.27-CUDA.eb @@ -0,0 +1,39 @@ +# IT4Innovations 2020 +# LK + +name = 'PGI' +version = '19.4' + +homepage = 'http://www.pgroup.com/' +description = "C, C++ and Fortran local_compilers from The Portland Group - PGI" + +toolchain = SYSTEM + +sources = ['pgilinux-20%(version_major)s-%(version_major)s%(version_minor)s-x86-64.tar.gz'] + +local_local_gccver = '6.3.0' +local_local_local_binutilsver = '2.27' +versionsuffix = '-GCC-%s-%s-CUDA' % (local_local_gccver, local_local_local_binutilsver) + +dependencies = [ + ('GCCcore', local_local_gccver), + ('binutils', local_local_local_binutilsver, '', ('GCCcore', local_local_gccver)), +] + +install_nvidia = 'true' +install_mpi = 'true' +install_mpi_gpu = 'true' + +# license file +license_file = '/apps/licenses/pgi/license.dat' + +modextrapaths = { + 'PATH': 'linux86-64-llvm/2019/mpi/openmpi-3.1.3/bin', + 'LD_LIBRARY_PATH': 'linux86-64-llvm/2019/mpi/openmpi-3.1.3/lib', + 'LIBRARY_PATH': 'linux86-64-llvm/2019/mpi/openmpi-3.1.3/lib', + 'CPATH': 'linux86-64-llvm/2019/mpi/openmpi-3.1.3/include', + 'MANPATH': 'linux86-64-llvm/2019/mpi/openmpi-3.1.3/share/man', + 'PKG_CONFIG_PATH': 'linux86-64-llvm/2019/mpi/openmpi-3.1.3/lib/pkgconfig', +} + +moduleclass = 'compiler' diff --git a/p/PGI/PGI-19.4-GCC-8.3.0-2.32-CUDA-test.eb b/p/PGI/PGI-19.4-GCC-8.3.0-2.32-CUDA-test.eb new file mode 100644 index 00000000..97e7364b --- /dev/null +++ b/p/PGI/PGI-19.4-GCC-8.3.0-2.32-CUDA-test.eb @@ -0,0 +1,40 @@ +# IT4Innovations 2020 +# LK + +name = 'PGI' +version = '19.4' + +homepage = 'http://www.pgroup.com/' +description = "C, C++ and Fortran local_compilers from The Portland Group - PGI" + +toolchain = SYSTEM + +sources = ['pgilinux-20%(version_major)s-%(version_major)s%(version_minor)s-x86-64.tar.gz'] + +local_local_gccver = '8.3.0' +local_local_local_binutilsver = '2.32' +versionsuffix = '-GCC-%s-%s-CUDA-test' % (local_local_gccver, local_local_local_binutilsver) + +dependencies = [ + ('GCCcore', local_local_gccver), + ('binutils', local_local_local_binutilsver, '', ('GCCcore', local_local_gccver)), + ('UCX', '1.6.1', '', ('GCCcore', local_local_gccver)), +] + +install_nvidia = 'true' +install_mpi = 'true' +install_mpi_gpu = 'true' + +# license file +license_file = '/apps/licenses/pgi/license.dat' + +modextrapaths = { + 'PATH': 'linux86-64-llvm/2019/mpi/openmpi-3.1.3/bin', + 'LD_LIBRARY_PATH': 'linux86-64-llvm/2019/mpi/openmpi-3.1.3/lib', + 'LIBRARY_PATH': 'linux86-64-llvm/2019/mpi/openmpi-3.1.3/lib', + 'CPATH': 'linux86-64-llvm/2019/mpi/openmpi-3.1.3/include', + 'MANPATH': 'linux86-64-llvm/2019/mpi/openmpi-3.1.3/share/man', + 'PKG_CONFIG_PATH': 'linux86-64-llvm/2019/mpi/openmpi-3.1.3/lib/pkgconfig', +} + +moduleclass = 'compiler'