Re: [gmx-users] regression test errors

2019-10-23 Thread Dave M
Thanks a lot Paul. best regards, D On Wed, Oct 23, 2019 at 4:44 AM Paul bauer wrote: > Hello Dave, > > I thought it was something like that. > The error is harmless (just telling you that MPI is doing its job), and > the testing script gets confused because of the extra message in the > output

Re: [gmx-users] regression test errors

2019-10-23 Thread Paul bauer
Hello Dave, I thought it was something like that. The error is harmless (just telling you that MPI is doing its job), and the testing script gets confused because of the extra message in the output file. So I think you are good to go (and we need to do something about the testing script).

Re: [gmx-users] regression test errors

2019-10-23 Thread Dave M
Hi Paul, I checked using this command for a specific folder, and I used '-mpirun mdrun' rather '-mpirun mpirun': ./gmxtest.pl -mpirun mdrun -np 2 -noverbose rotation I get lot of these errors: topol.tpr file different from ./reference_s.tpr. Check files in flex for flex FAILED. Check

Re: [gmx-users] regression test errors

2019-10-23 Thread Paul bauer
Hello Dave, this is weird, no idea why it didn't work then. You can try running the test suite manually in the folder you found with perl gmxtest.pl -mpirun mpirun -np X -noverbose That will show if the test binary works and should report any failing tests. Don't forget to source the GMXRC

Re: [gmx-users] regression test errors

2019-10-23 Thread Dave M
Hi Paul, Thanks for the 'mpirun -n X gmx_mpi mdrun'. It works now. Regarding tests, I found the folder here build/tests/regressiontests So I checked all the log using a simple script (searching keyword 'Finished') and it shows that all the log files have Finished properly in their corresponding

Re: [gmx-users] regression test errors

2019-10-23 Thread Paul Bauer
Hello Dave, You need to use mpirun -n (number of processes) gmx_mpi mdrun to use a MPI enabled build of GROMACS. This is what the error message tries to tell you, but we might need to improve on this. There should be a regressiontests folder somewhere in your build tree if it downloaded the

Re: [gmx-users] regression test errors

2019-10-23 Thread Dave M
Hi Paul, Thanks for your reply. a) I just checked there is no tests/regressiontests, some other folder is there test/sphysicalvalidation There is no log file. b) Regarding thread-mpi I think it is not installed because when I use some command like this: gmx_mpi mdrun -v -deffnm 03-run -rdd 2.0

Re: [gmx-users] regression test errors

2019-10-23 Thread Paul Bauer
Hello Dave, Did you have a look into the log files from the regression tests under tests/regressiontests? They might give us some insight into what is happening. The warning in respect to thread-MPI is harmless, it just tells you that you are using real MPI instead of thread-MPI. Cheers Paul

Re: [gmx-users] regression test errors

2019-10-22 Thread Dave M
Hi All, Any hints/help much appreciated why am getting regression tests failure. Also to mention I think thread-mpi was not installed as I got an error saying "MPI is not compatible with thread-MPI. Disabling thread-MPI". How to check the compatibility? Thanks. best regards, D On Sun, Oct 20,

[gmx-users] regression test errors

2019-10-20 Thread Dave M
Hi All, I am trying to install gromacs2019.4 with: cmake .. -DGMX_BUILD_OWN_FFTW=ON -DREGRESSIONTEST_DOWNLOAD=on -DGMX_MPI=on -DGMX_GPU=on -DCMAKE_INSTALL_PREFIX=/usr/local/gromacs/gromacs2019_4 -DGMX_FFT_LIBRARY=fftw3 -DCMAKE_BUILD_TYPE=Debug But 5 tests (41 to 46) were failed copied below: