Problem with test in ABINIT 6.0.2 (Ubuntu)

option, parallelism,...

Moderators: fgoudreault, mcote

Forum rules
Please have a look at ~abinit/doc/config/build-config.ac in the source package for detailed and up-to-date information about the configuration of Abinit 8 builds.
For a video explanation on how to build Abinit 7.x for Linux, please go to: http://www.youtube.com/watch?v=DppLQ-KQA68.
IMPORTANT: when an answer solves your problem, please check the little green V-like button on its upper-right corner to accept it.
Locked
andreim
Posts: 3
Joined: Fri Mar 26, 2010 10:10 pm

Problem with test in ABINIT 6.0.2 (Ubuntu)

Post by andreim » Fri Mar 26, 2010 10:47 pm

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
Attachments
testin_2.log
(15.94 KiB) Downloaded 342 times

mverstra
Posts: 655
Joined: Wed Aug 19, 2009 12:01 pm

Re: Problem with test in ABINIT 6.0.2 (Ubuntu)

Post by mverstra » Sat Mar 27, 2010 11:25 am

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
Matthieu Verstraete
University of Liege, Belgium

andreim
Posts: 3
Joined: Fri Mar 26, 2010 10:10 pm

Re: Problem with test in ABINIT 6.0.2 (Ubuntu)

Post by andreim » Sun Mar 28, 2010 10:38 pm

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
Attachments
config.log
(73.53 KiB) Downloaded 348 times

andreim
Posts: 3
Joined: Fri Mar 26, 2010 10:10 pm

Re: Problem with test in ABINIT 6.0.2 (Ubuntu)

Post by andreim » Sun Mar 28, 2010 11:47 pm

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

Locked