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
new file mode 100644
index 0000000000000000000000000000000000000000..eb6cf6ff140548c2f4290bf8403d5167f9f304d0
--- /dev/null
+++ b/Golden_Repo/m/mcxxcluster/mcxxcluster-1.0-gpsmpi-2022a-mt.eb
@@ -0,0 +1,51 @@
+easyblock = 'ConfigureMake'
+
+name = 'mcxxcluster'
+version = '1.0'
+local_filename_version = '1.0'
+
+homepage = 'https://github.com/bsc-pm/ompss-2-cluster-releases.git'
+description = "OmpSs-2@Cluster: OmpSs-2 with task offloading"
+
+toolchain = {'name': 'gpsmpi', 'version': '2022a-mt'}
+
+sources = [{
+    'filename': 'mcxx.tar.gz',
+    'git_config': {
+        'url': 'https://github.com/ipiedrahiv',
+                'repo_name': 'mcxx',
+                'tag': '1.0-ci'
+    },
+}]
+checksums = [None]
+
+builddependencies = [
+    ('Autotools', '20220317'),
+    ('pkgconf', '1.8.0'),
+    ('Bison', '3.8.2'),
+    ('flex', '2.6.4'),
+    ('gperf', '3.1')
+]
+
+dependencies = [
+    ('nanoscluster', '1.0'),
+    ('SQLite', '3.38.3')
+]
+
+preconfigopts = "autoreconf -vif && "
+
+configopts = "--enable-ompss-2 --with-nanos6=$NANOS6_HOME"
+
+buildopts = 'CC="$CC" CFLAGS="$CFLAGS"'
+
+sanity_check_paths = {
+    'files': ['bin/mcc', 'bin/mcxx', 'bin/mf95', 'bin/mfc',
+              'lib/libmcxx.so', 'lib/mcxx/libtlnanos6-lowering.so'],
+    'dirs': [],
+}
+
+sanity_check_commands = [
+    'mcc 2>&1 | grep "mcc: you must specify an input file"',
+]
+
+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
new file mode 100644
index 0000000000000000000000000000000000000000..f1dc45ccd9ac40aa8b3e8aba6061b6cfc6ca7422
--- /dev/null
+++ b/Golden_Repo/n/nanoscluster/nanoscluster-1.0-gpsmpi-2022a-mt.eb
@@ -0,0 +1,49 @@
+# EasyConfig for OmpSs-2/git
+easyblock = 'ConfigureMake'
+name = 'nanoscluster'
+version = '1.0'
+local_filename_version = '1.0'
+
+homepage = 'https://github.com/bsc-pm/nanos6-cluster'
+description = 'Nanos6 Runtime for OmpSs2@cluster'
+
+toolchain = {'name': 'gpsmpi', 'version': '2022a-mt'}
+
+sources = [{
+    'filename': 'nanos6.tar.gz',
+    'git_config': {
+        'url': 'https://github.com/ipiedrahiv',
+        'repo_name': 'nanos6-cluster',
+        'tag': '1.0-ci',
+    }
+}]
+checksums = [None]
+
+dependencies = [('Boost', '1.79.0'),
+                ('hwloc', '2.7.1'),
+                ('numactl', '2.0.15')]
+
+builddependencies = [('Autotools', '20220317'),
+                     ('pkgconf', '1.8.0')]
+
+preconfigopts = "autoreconf -vif && "
+
+configopts = "--enable-cluster --disable-ctf-instrumentation --disable-graph-instrumentation "
+configopts += "--disable-lint-instrumentation --disable-verbose-instrumentation"
+
+modextravars = {'NANOS6_HOME': '%(installdir)s'}
+
+buildopts = 'CC="$CC" CFLAGS="$CFLAGS"'
+
+sanity_check_paths = {
+    'files': ['bin/nanos6-info', 'include/nanos6.h',
+              'lib/libnanos6-optimized-regions.so',
+              'lib/libnanos6-debug-regions.so'],
+    'dirs': ['include/nanos6'],
+}
+
+sanity_check_commands = [
+    'nanos6-info | grep "Nanos6 version 2.5.1"',
+]
+
+moduleclass = 'devel'
diff --git a/Golden_Repo/o/ompss2cluster/ompss2cluster-2023.11-gpsmpi-2022a-mt.eb b/Golden_Repo/o/ompss2cluster/ompss2cluster-2023.11-gpsmpi-2022a-mt.eb
new file mode 100644
index 0000000000000000000000000000000000000000..6e6468a84a243ceb14b1cfbedfe3857a278b5292
--- /dev/null
+++ b/Golden_Repo/o/ompss2cluster/ompss2cluster-2023.11-gpsmpi-2022a-mt.eb
@@ -0,0 +1,16 @@
+# EasyConfig for OmpSs-2
+easyblock = 'Bundle'
+name = 'ompss2cluster'
+version = '2023.11'
+
+homepage = 'https://github.com/bsc-pm/nanos6-cluster'
+description = 'OmpSs2@Cluster'
+
+toolchain = {'name': 'gpsmpi', 'version': '2022a-mt'}
+
+dependencies = [
+    ('nanoscluster', '1.0'),
+    ('mcxxcluster', '1.0')
+]
+
+moduleclass = 'devel'