From f5f3cb5e6a6e80d3eee50a740c5d4102e7d660f3 Mon Sep 17 00:00:00 2001
From: bscuser <ipiedrahiv@eafit.edu.co>
Date: Tue, 6 Feb 2024 18:26:31 +0100
Subject: [PATCH] Modifications from PR review with Pre-commit 1. Removed
 toolchain from nanos6 dependency in mcxx. 2. Introduced module class in
 ompss2cluster 3. Verified checksums

---
 Golden_Repo/m/mcxxcluster/mcxxcluster-1.0-gpsmpi-2022a-mt.eb   | 1 -
 Golden_Repo/n/nanoscluster/nanoscluster-1.0-gpsmpi-2022a-mt.eb | 3 ++-
 2 files changed, 2 insertions(+), 2 deletions(-)

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..1606b401 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
@@ -35,7 +35,6 @@ dependencies = [
 preconfigopts = "autoreconf -vif && "
 
 configopts = "--enable-ompss-2 --with-nanos6=$NANOS6_HOME"
-#configopts = "--enable-ompss-2 --with-nanos6=/p/scratch/deepsea/piedrahta-velez1/easybuild/deep/software/nanoscluster/1.0-gpsmpi-2022a"
 
 buildopts = 'CC="$CC" CFLAGS="$CFLAGS"'
 
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..6a5c1ff3 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
@@ -29,7 +29,8 @@ builddependencies = [('Autotools', '20220317'),
 
 preconfigopts = "autoreconf -vif && "
 
-configopts = "--enable-cluster --disable-ctf-instrumentation --disable-graph-instrumentation --disable-lint-instrumentation --disable-verbose-instrumentation"
+configopts = "--enable-cluster --disable-ctf-instrumentation --disable-graph-instrumentation "
+configopts += "--disable-lint-instrumentation --disable-verbose-instrumentation"
 
 modextravars = {'NANOS6_HOME': '%(installdir)s'}
 
-- 
GitLab