Too many tests failed during runtests.py execution

Documentation, Web site and code modifications

Moderators: baguetl, routerov

Locked
Manoj Kumar Sharma
Posts: 1
Joined: Fri Mar 14, 2014 7:16 am

Too many tests failed during runtests.py execution

Post by Manoj Kumar Sharma » Thu May 07, 2015 5:08 am

Dear All,
I have installed abinit 7.1.0.4 on Ubuntu 14.04.2 LTS. After installation I run runtests.py file, it took some time to finish and I got 18 error messages of tests failure (please see below). Then I checked abinit forum for similar problems and I found some relevant post. In one post there was only one test failure error for libxc compared to mine (18). Now I am not sure whether my abinit installation is ok. If the installation is ok then what maybe the source of problem. Please suggest.

Suite failed passed succeeded skipped disabled run_etime tot_etime
atompaw 0 1 1 0 0 23.08 23.48
bigdft 2 0 18 2 0 555.67 556.89
built-in 0 0 6 1 0 6.19 6.21
etsf_io 0 0 0 7 0 0.00 0.00
fast 0 1 10 0 0 55.81 58.01
fox 0 0 0 2 0 0.00 0.00
gpu 0 0 0 4 0 0.00 0.00
libxc 3 4 14 0 0 442.38 448.28
mpiio 0 0 1 13 0 2.04 2.12
paral 2 5 14 69 0 799.90 805.67
seq 0 0 0 19 0 0.00 0.01
tutoparal 0 0 1 1 0 0.67 0.71
tutoplugs 0 4 0 0 0 39.87 40.27
tutorespfn 0 12 11 0 0 1806.27 1827.38
tutorial 1 9 38 0 0 1699.86 1711.00
unitary 0 0 21 13 0 175.91 176.80
v1 0 7 69 0 0 307.58 317.75
v2 1 12 66 0 0 450.04 463.79
v3 1 12 67 0 0 494.26 515.01
v4 0 18 44 0 0 687.49 705.04
v5 2 18 54 0 0 1846.10 1877.87
v6 1 14 45 0 0 1320.04 1343.01
v67mbpt 2 4 12 0 0 641.63 648.60
v7 3 15 14 0 0 2156.98 2171.61
vdwxc 0 0 1 0 0 37.40 37.46
wannier90 0 7 0 0 0 82.83 83.46

Sincere regards,
Manoj Kumar Sharma
PAL, Republic of Korea

User avatar
jzwanzig
Posts: 504
Joined: Mon Aug 17, 2009 9:25 am

Re: Too many tests failed during runtests.py execution

Post by jzwanzig » Thu Jun 04, 2015 8:22 pm

Indeed you should not have that many tests fail. You need to look into why they are failing, it could be that some of them fail because they can't find some component they need (that is, there is an issue with the way you built the system on your particular architecture).
Josef W. Zwanziger
Professor, Department of Chemistry
Canada Research Chair in NMR Studies of Materials
Dalhousie University
Halifax, NS B3H 4J3 Canada
jzwanzig@gmail.com

Locked