Skip to content
Snippets Groups Projects
Commit f5f3cb5e authored by bscuser's avatar bscuser
Browse files

Modifications from PR review with Pre-commit

1. Removed toolchain from nanos6 dependency in mcxx.
2. Introduced module class in ompss2cluster
3. Verified checksums
parent aa160b62
No related branches found
No related tags found
No related merge requests found
......@@ -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"'
......
......@@ -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'}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment