diff --git a/Golden_Repo/n/npsmpic/npsmpic-2021.eb b/Golden_Repo/n/npsmpic/npsmpic-2021.eb new file mode 100644 index 0000000000000000000000000000000000000000..05d5935d42f153201d1eb2e66387a11707d5faa9 --- /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'