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 b456b453e7dbe8c8d5eb8b36e6a2c0a2ef744f46..1606b401f34fb6197a9198708571d6345375f42e 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 3d8fe84e7f07af99a0bbdff5e2f8551a0d26fcc4..6a5c1ff328dc144da9b8d598e6a814627dbe42e9 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'}