From 915cbefde6b2c3b5c2a8a61609d8db678e08a536 Mon Sep 17 00:00:00 2001 From: Andreas Herten <a.herten@fz-juelich.de> Date: Thu, 25 Feb 2021 15:33:15 +0100 Subject: [PATCH] Add NVHPC PSMPI MPI CUDA toolchain --- Golden_Repo/n/npsmpic/npsmpic-2021.eb | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 Golden_Repo/n/npsmpic/npsmpic-2021.eb diff --git a/Golden_Repo/n/npsmpic/npsmpic-2021.eb b/Golden_Repo/n/npsmpic/npsmpic-2021.eb new file mode 100644 index 000000000..05d5935d4 --- /dev/null +++ b/Golden_Repo/n/npsmpic/npsmpic-2021.eb @@ -0,0 +1,21 @@ +easyblock = 'Toolchain' + +name = 'npsmpic' +version = '2021' + +homepage = '(none)' +description = 'NVHPC based compiler toolchain, including Parastation MPICH2 for MPI support.' + +site_contacts = 'sc@fz-juelich.de' + +toolchain = SYSTEM + +local_compiler = ('NVHPC', '21.1-GCC-9.3.0') + +dependencies = [ + local_compiler, + ('CUDA', '11.0', '', SYSTEM), + ('psmpi', '5.4.8-1', '', local_compiler), +] + +moduleclass = 'toolchain' -- GitLab