Jordan wrote:1) It is usually not recommanded to have "." in the path since you may have conflict with other search directories.
I agree, it was however the only way I could successfully run the tests.
Jordan wrote:2) You use the old fashion test farm which is not upgraded anymore but migrated to the new test farm. So if you want to avoid the problem you mentioned, use the new test farm.
Let assume you have ~abinit and you compile abinit in ~abinit/build then go for intance to ~abinit/build/tests and run
or more generally
You can specify keyword with -k or familly test like fast tutorials ....
Don't hesitate to read the help description with '-h'
Ok, I have changed to the new test farm.
There however, are a few errors:
Code: Select all
[atompaw][t02][np=1]Test was not expected to fail but subrocesses returned 14
--- !ERROR
message: |
Fortran open returned iostat 2 while opening: ....compile/abinit-7.10.5/tests/Psps_for_tests/C.LDA-PW-paw.abinit
, IOMSG: Cannot open file '....compile/abinit-7.10.5/tests/Psps_for_tests/C.LDA-PW-paw.abinit': No such file or directory
src_file: inpspheads.F90
src_line: 118
...
#0 0x2AF89FFC8C07
#1 0x2323374 in __m_errors_MOD_msg_hndl at m_errors.F90:910
#2 0x18E6524 in inpspheads_ at inpspheads.F90:118
#3 0x17AA7B9 in __m_ab7_invars_MOD_ab7_invars_load at m_ab7_invars_f90.F90:679
#4 0x4193AF in abinit at abinit.F90:310
Command mpirun -np 1 < ....compile/abinit-7.10.5/build-tmp/tests/Test_suite/atompaw_t03-t04/t03.stdin > ...compile/abinit-7.10.5/build-tmp/tests/Test_suite/atompaw_t03-t04/t03.stdout 2> ....compile/abinit-7.10.5/build-tmp/tests/Test_suite/atompaw_t03-t04/t03.stderr
returned exit_code: 1
fails as C.LDA-PW-paw.abinit does not exist in the specified pseudo folder, perhaps it is missing in the distribution?
Same thing for t04 with pseudo: Ni.GGA-PBE-paw.abinit
Thanks.