Skip to content
Snippets Groups Projects
Commit 71118997 authored by Isabel Piedrahíta-Vélez's avatar Isabel Piedrahíta-Vélez
Browse files

Modifications from PR review

1. Removed toolchain from nanos6 dependency in mcxx.
2. Introduced module class in ompss2cluster
3. Verified checksums
parent d66e96ee
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ sources = [{
'tag': '1.0-ci'
},
}]
checksums = ['2e6ae57a86a417f17c53848b47adb8e6c71cf2638b6d8372cc75ba9e52fd95af']
checksums = ['95b3fc5771ab523cc18c9d9a311bfb252514b2e584812795f1ed952c19fd6efc']
builddependencies = [
('Autotools', '20220317'),
......@@ -28,13 +28,14 @@ builddependencies = [
]
dependencies = [
('nanoscluster', '1.0', '', ('gpsmpi', '2022a-mt')),
('nanoscluster', '1.0'),
('SQLite', '3.38.3')
]
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"'
......
# EasyConfig for OmpSs-2/git
easyblock = 'ConfigureMake'
name = 'nanoscluster'
version = '1.0'
......@@ -14,10 +15,10 @@ sources = [{
'url': 'https://github.com/ipiedrahiv',
'repo_name': 'nanos6-cluster',
'tag': '1.0-ci',
# 'clone_into': 'nanos6-cluster'
}
}]
checksums = ['d816d14127234cefec01eaded8cc00ce6606e8513fab65543e6ced76b9111342']
checksums = ['c770c47b3a67593a525615a60e6b454dac09a5104b1e4b3d2984d21ee94e3a55']
dependencies = [('Boost', '1.79.0'),
('hwloc', '2.7.1'),
......@@ -28,8 +29,7 @@ builddependencies = [('Autotools', '20220317'),
preconfigopts = "autoreconf -vif && "
configopts = '--enable-cluster --disable-ctf-instrumentation --disable-graph-instrumentation'
configopts += '--disable-lint-instrumentation --disable-verbose-instrumentation'
configopts = "--enable-cluster --disable-ctf-instrumentation --disable-graph-instrumentation --disable-lint-instrumentation --disable-verbose-instrumentation"
modextravars = {'NANOS6_HOME': '%(installdir)s'}
......
# EasyConfig for OmpSs-2
easyblock = 'Bundle'
name = 'ompss2cluster'
version = '2023.11'
......@@ -11,3 +12,6 @@ dependencies = [
('nanoscluster', '1.0'),
('mcxxcluster', '1.0')
]
moduleclass = 'devel'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment