fldiff.pl fatal error
Posted: Wed Apr 02, 2014 6:32 pm
I reintalled abinit 7.6.2 with mpich3.1+intel 14. There is no any error messages showing out during make and install. But, when I run /tests/runtests.py, I got many errors related with "fldiff.pl".
Follwing are some messages copied during the tests running.
Build.ac file.
Follwing are some messages copied during the tests running.
Code: Select all
[v7][t06] fldiff.pl fatal error:
The diff analysis cannot be done : the number of lines to be analysed differ.
File /home/weitong/setup/abinit/abinit-7.6.2/tests/v7/Refs/t06.out: 266 lines, 37 ignored
File /home/weitong/setup/abinit/abinit-7.6.2/tmp_mpich_intel/tests/Test_suite/v7_t06/t06.out: 265 lines, 37 ignored
[v7][t06] fldiff.pl fatal error:
Unable to open input file /home/weitong/setup/abinit/abinit-7.6.2/tmp_mpich_intel/tests/Test_suite/v7_t06/t06o_DS1_DOS_AT0001
[v7][t06] fldiff.pl fatal error:
Unable to open input file /home/weitong/setup/abinit/abinit-7.6.2/tmp_mpich_intel/tests/Test_suite/v7_t06/t06o_DS2_DOS_AT0001
[v7][t06] fldiff.pl fatal error:
Unable to open input file /home/weitong/setup/abinit/abinit-7.6.2/tmp_mpich_intel/tests/Test_suite/v7_t06/t06o_DS3_DOS_AT0001
[v7][t04] succeeded
[wannier90][t12] fldiff.pl fatal error:
The diff analysis cannot be done : the number of lines to be analysed differ.
File /home/weitong/setup/abinit/abinit-7.6.2/tests/wannier90/Refs/t12.out: 210 lines, 31 ignored
File /home/weitong/setup/abinit/abinit-7.6.2/tmp_mpich_intel/tests/Test_suite/wannier90_t12/t12.out: 209 lines, 31 ignored
[vdwxc][t10] fldiff.pl fatal error:
The diff analysis cannot be done : the number of lines to be analysed differ.
File /home/weitong/setup/abinit/abinit-7.6.2/tests/vdwxc/Refs/t10.out: 169 lines, 30 ignored
File /home/weitong/setup/abinit/abinit-7.6.2/tmp_mpich_intel/tests/Test_suite/vdwxc_t10/t10.out: 168 lines, 30 ignored
Build.ac file.
Code: Select all
enable_64bit_flags="yes"
prefix="/usr/local/abinit7.6.2_mpich3intel"
CC="mpicc"
CXX="mpicxx"
FC="mpif90"
enable_mpi="yes"
enable_mpi_io="yes"
with_mpi_prefix="/usr/local/mpich"
with_trio_flavor="netcdf+etsf_io+fox"
with_fft_flavor="fftw3"
with_fft_libs="-L/opt/intel/mkl/lib/intel64 -Wl,--start-group -lmkl_intel_lp64 -lmkl_sequential -lmkl_core -Wl,--end-group"
with_linalg_flavor="mkl"
with_linalg_libs="-L/opt/intel/mkl/lib/intel64 -Wl,--start-group -lmkl_intel_lp64 -lmkl_sequential -lmkl_core -Wl,--end-group"
with_dft_flavor="atompaw+bigdft+libxc+wannier90"
enable_gw_dpc="yes"