Page 1 of 1

Problem with test in ABINIT 6.0.2 (Ubuntu)

Posted: Fri Mar 26, 2010 10:47 pm
by andreim
Dear ABINIT users/developers,

I installed ABINIT 6.0.2 using gfortran 4.4 without mpi and without any plugins. The compilation seemed to go without problems. The first test also ran smoothly. However,

Code: Select all

make testin_2
failes, this test outputs

Code: Select all

 Status file, with repetition rate  49, status number    10

  Level abinit         : call outvars(1

ten times and ABINIT freezes, i.e. process abinit runs forever). Attached is the log file of the test.

Also I tried other calculations (e.g. from the tutorial), and it seems that only calculations on Hydrogen run OK, all other exhibit the same behavior as test 2.
Can anyone explain what kind of error this is and how to get rid of it?
Thanks,

Best regards,
Andrei

Re: Problem with test in ABINIT 6.0.2 (Ubuntu)

Posted: Sat Mar 27, 2010 11:25 am
by mverstra
There is not much we can use in the log file - it just stops.

Send in config.log and try to run the internal tests:
cd tests/
make tests_fast

or

make tests_acc

Matthieu

Re: Problem with test in ABINIT 6.0.2 (Ubuntu)

Posted: Sun Mar 28, 2010 10:38 pm
by andreim
Hi Matthieu,

I attached the config.log file. Also I tried to run tests_fast, the first two tests run OK, then test t03 freezes.

Andrei

Re: Problem with test in ABINIT 6.0.2 (Ubuntu)

Posted: Sun Mar 28, 2010 11:47 pm
by andreim
Here is an update. I compiled ABINIT 6.0.1 and observed the same problem as with 6.0.2. However, I also compiled version 5.8.2 and all tests ran perfectly well.
Perhaps, this can help somehow in identifying the problem.

Best regards,
Andrei