Skip to content

Verification (make check) stuck in rt-NeigbourlistInitializationError (version 2.10.0) #1368

@ivr900

Description

@ivr900

Hello to everyone!

I am trying to build Plumed 2.10.0 from source code on linux amd64 platform, as it is required dependency for some other packages. Mostly all went fine, but verification using 'make check' always stuck on test /regtest/basic/rt-NeigbourlistInitializationError which seems may run infinitely.

I have noticed that the latest master development version of plumed does not contain this test, therefore I wonder if it is safe to skip this test for plumed-2.10.0. Could plumed developers explain the situation with the test? Are there any tricks to make it pass, maybe?

Another note for PLUMED developers:

tests binaries compilation with latest gfortran versions may require extra Fortran compiler option "-fallow-argument-mismatch". I passed it to compiler through environemnt variable FFLAGS, because file ./link/Makefile contains:

$(FC) -c $(FFLAGS) $< -o $@

It would be nice if the FCFLAGS variable from the './configure' script could be used for these purposes. Currently (at least in plumed- 2.10.0) FCFLAGS not passed to Makefile.conf, neither as itself, nor as FFLAGS, therefore not used when test binaries are compiled. It would be nice if this unsettled situation with FCFLAGS anf FFLAGS could be resolved. Also, to make things neater these two variables could be reduced to one, imho.

Kind regards,
Ivan Rostov, NCI Australia

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions