-
Notifications
You must be signed in to change notification settings - Fork 703
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
{numlib}[intel/2021b] SuiteSparse v5.8.1, PETSc v3.18.4, SLEPc v3.18.2 w/ Python 3.9.6 #17625
{numlib}[intel/2021b] SuiteSparse v5.8.1, PETSc v3.18.4, SLEPc v3.18.2 w/ Python 3.9.6 #17625
Conversation
…Sc-3.18.4-intel-2021b.eb, SLEPc-3.18.2-intel-2021b.eb
This comment was marked as outdated.
This comment was marked as outdated.
easybuild/easyconfigs/s/SuiteSparse/SuiteSparse-5.8.1-intel-2021b-METIS-5.1.0.eb
Outdated
Show resolved
Hide resolved
easybuild/easyconfigs/s/SuiteSparse/SuiteSparse-5.10.1-intel-2021b-METIS-5.1.0.eb
Outdated
Show resolved
Hide resolved
easybuild/easyconfigs/s/SuiteSparse/SuiteSparse-5.10.1-intel-2021b-METIS-5.1.0.eb
Outdated
Show resolved
Hide resolved
Test report by @branfosj |
@boegelbot please test @ generoso |
@branfosj: Request for testing this PR well received on login1 PR test command '
Test results coming soon (I hope)... - notification for comment with ID 1497442177 processed Message to humans: this is just bookkeeping information for me, |
Test report by @boegelbot |
Going in, thanks @ItIsI-Orient! |
# make sure that bin/demo can find libsuitesparseconfig.so.5 during build | ||
prebuildopts = "export LD_LIBRARY_PATH=%(builddir)s/SuiteSparse-%(version)s/lib:$LD_LIBRARY_PATH && " | ||
# disable optimisation report to reduce memory use during compile | ||
prebuildopts += 'sed -i "s/-qopt-report=5/-qopt-report=0/" GraphBLAS/CMakeLists.txt && ' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's... interesting.
Should we consider doing this always, via the custom easyblock we have for SuiteSparse?
There's no impact on the binaries being built by disabling the optimization report, I think?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've asked the question (DrTimothyAldenDavis/GraphBLAS#211) to better understand if there are implications. Ideally it'd be changed upstream, meaning we'd not need this.
(created using
eb --new-pr
)