[solved] Abinit 6.8.2. Testsuite v4 case48/49 fail
Posted: Fri Sep 30, 2011 8:58 am
Hello
I got one question about the built-in testing suite: Why do I need "make" for running tests? Shouldn't it just be calling the abinit installation with some input parameters instead of building code? Or does it in fact not build code at all?
Then, I've installed three 'flavours' of ABINIT 6.8.2 on my ubuntu 10.04 64bit machine:
- sequential only
- mpi (OpenMPI 1.4.2) enabled
- mpi (OpenMPI 1.4.2) + CUDA (SDK 4.0) enabled
"../configure" and "make mj4" works fine, however, running the tests with "make tests_min4" produces the exact same error (and numbers) with all three flavours:
all fast tests succeed, tests in v1-v6 succeed, but in v4:
The parallel tests that are done with tests_min4 (make tests_paral paral_host=test paral_mode=seq) succeed as well, at least I think. However, I cannot find any report file for it.
The output on the screen just was, without any warning or error:
I use gcc 4.4.3 if that is of any interest.
Can anyone give me a hint how to fix that? Or, is this error important for me at all if I'm not planning to do any calculations that use the functionality which was used for this particular test case?
Thank you a lot for your help
Philipp
I got one question about the built-in testing suite: Why do I need "make" for running tests? Shouldn't it just be calling the abinit installation with some input parameters instead of building code? Or does it in fact not build code at all?
Then, I've installed three 'flavours' of ABINIT 6.8.2 on my ubuntu 10.04 64bit machine:
- sequential only
- mpi (OpenMPI 1.4.2) enabled
- mpi (OpenMPI 1.4.2) + CUDA (SDK 4.0) enabled
"../configure" and "make mj4" works fine, however, running the tests with "make tests_min4" produces the exact same error (and numbers) with all three flavours:
all fast tests succeed, tests in v1-v6 succeed, but in v4:
Code: Select all
Case_48 failed (too large absolute error : 12.6707953000341 , accepted 2.0e-6 )
Case_49 failed (too large absolute error : 17.4036964809396 , accepted 3.0e-6 )
The parallel tests that are done with tests_min4 (make tests_paral paral_host=test paral_mode=seq) succeed as well, at least I think. However, I cannot find any report file for it.
The output on the screen just was, without any warning or error:
Code: Select all
Parallel tests set A
Parallel tests set B
... etc ...
Parallel tests set AB
I use gcc 4.4.3 if that is of any interest.
Can anyone give me a hint how to fix that? Or, is this error important for me at all if I'm not planning to do any calculations that use the functionality which was used for this particular test case?
Thank you a lot for your help
Philipp