enable MPI & external BLAS/LAPACK for GROMACS, add ictce/5.5.0 easyconfig for GROMACS 4.6.5#606
Conversation
|
I should also check how to specify to GROMACS which compiler (and MPI lib) to use, to avoid that it picks up |
|
you are likely looking for help from this: |
There was a problem hiding this comment.
hm... I come to realize that the above tunings are also relevant for the existing GROMACS/4.6.5-goolfc-2.6.10,
which has already been merged in; if you agree it is good idea to keep them in sync,
I'd suggest to bump the priority of this one and fix them in here...
…tely disable OpenMPI and MPI support, and -mt, -mpi and -hybrid variants (that work)
|
It turns out that simple enabling MPI support in GROMACS goolf easyconfigs is not the way to go: the regression test hangs with I cleaned up the GROMACS easyconfigs by introducing a custom easyblock for GROMACS, see easybuilders/easybuild-easyblocks#335. The easyconfigs are now explicit one of the following options:
For |
There was a problem hiding this comment.
Generic observation, no need for action yet:
the fact that this configuration is a heisenparameter is not a good sign
(why should the existence of an easyblock dictate if this should be here or not? something to improve, IMHO)
|
well-tested on top of easybuilders/easybuild-easyblocks#335, going in... |
enable MPI & external BLAS/LAPACK for GROMACS, add ictce/5.5.0 easyconfig for GROMACS 4.6.5
I still need to verify whether the
-DGMX_EXTERNAL_BLAS=ON -DGMX_EXTERNAL_LAPACK=ONworks as expected.