Added hwloc to GROMACS dependencies#5295
Conversation
|
Hmm, this is the first time this has popped up... How did you notice this exactly @reedts? Any references for it? |
|
We are currently investigating this. It is probably a problem with the Debian system in use on that machine. We had a fresh EasyBuild installation and GROMACS refused to build untils we added the |
|
I see this error now on a CentOS 7.4 machine (there is no hwloc.so in /usr/lib64): |
|
@boegel Yes, in fact, it did. |
| checksums = ['7bf00e74a9d38b7cef9356141d20e4ba9387289cbbfd4d11be479ef932d77d27'] | ||
|
|
||
| dependencies = [ | ||
| ('hwloc', '1.11.8'), |
There was a problem hiding this comment.
this should be 1.11.6, since there's no hwloc easyconfig available for 1.11.8 that's compatible with foss/2017a but there is for 11.1.6, i.e. hwloc-1.11.6-GCC-6.3.0-2.28.eb
There was a problem hiding this comment.
My bad, I looked it up in the wrong toolchain. Fixing it.
|
@boegel Seems like we'll have to use |
|
@reedts Ah, yes, sorry for the confusion. |
|
| ] | ||
| checksums = [ | ||
| '7bf00e74a9d38b7cef9356141d20e4ba9387289cbbfd4d11be479ef932d77d27', # gromacs-2016.3.tar.gz | ||
| '6f29fde4e7d905843cccf16e4b2a341d74ef5ad8602a5cf56f3760def30816f7', # GROMACS-2016.3_amend_search_for_nvml_lib.patch |
There was a problem hiding this comment.
to fix long line, use:
# GROMACS-2016.3_amend_search_for_nvml_lib.patch
'6f29fde4e7d905843cccf16e4b2a341d74ef5ad8602a5cf56f3760def30816f7',There was a problem hiding this comment.
@reedts Ping? This is the only trivial issue blocking this PR...
|
Test report by @boegel |
|
Going in, thanks @reedts! |
|
Going in, thanks @reedts! |
(created using
eb --new-pr)It seems that GROMACS need hwloc to operate.