From 1b59edfbd2da8201fe169177d53665b9f2554e5d Mon Sep 17 00:00:00 2001 From: bscuser <ipiedrahiv@eafit.edu.co> Date: Tue, 6 Feb 2024 18:16:48 +0100 Subject: [PATCH] Modifications from PR review 1. Removed toolchain from nanos6 dependency in mcxx. 2. Introduced module class in ompss2cluster 3. Verified checksums --- .../m/mcxxcluster/mcxxcluster-1.0-gpsmpi-2022a-mt.eb | 4 ++++ .../n/nanoscluster/nanoscluster-1.0-gpsmpi-2022a-mt.eb | 5 +++++ .../o/ompss2cluster/ompss2cluster-2023.11-gpsmpi-2022a.eb | 8 ++++++++ 3 files changed, 17 insertions(+) diff --git a/Golden_Repo/m/mcxxcluster/mcxxcluster-1.0-gpsmpi-2022a-mt.eb b/Golden_Repo/m/mcxxcluster/mcxxcluster-1.0-gpsmpi-2022a-mt.eb index b456b453..a3a582c5 100644 --- a/Golden_Repo/m/mcxxcluster/mcxxcluster-1.0-gpsmpi-2022a-mt.eb +++ b/Golden_Repo/m/mcxxcluster/mcxxcluster-1.0-gpsmpi-2022a-mt.eb @@ -50,3 +50,7 @@ sanity_check_commands = [ ] moduleclass = 'devel' + + + + diff --git a/Golden_Repo/n/nanoscluster/nanoscluster-1.0-gpsmpi-2022a-mt.eb b/Golden_Repo/n/nanoscluster/nanoscluster-1.0-gpsmpi-2022a-mt.eb index 3d8fe84e..530ef274 100644 --- a/Golden_Repo/n/nanoscluster/nanoscluster-1.0-gpsmpi-2022a-mt.eb +++ b/Golden_Repo/n/nanoscluster/nanoscluster-1.0-gpsmpi-2022a-mt.eb @@ -47,3 +47,8 @@ sanity_check_commands = [ ] moduleclass = 'devel' + + + + + diff --git a/Golden_Repo/o/ompss2cluster/ompss2cluster-2023.11-gpsmpi-2022a.eb b/Golden_Repo/o/ompss2cluster/ompss2cluster-2023.11-gpsmpi-2022a.eb index 157d8969..66ff5970 100644 --- a/Golden_Repo/o/ompss2cluster/ompss2cluster-2023.11-gpsmpi-2022a.eb +++ b/Golden_Repo/o/ompss2cluster/ompss2cluster-2023.11-gpsmpi-2022a.eb @@ -15,3 +15,11 @@ dependencies = [ moduleclass = 'devel' + + + + + + + + -- GitLab