This is first time I am using abinit; but anyway I have compiled its 7.0.4 version on Linux 2.6.32-279.9.1.el6.x86_64 (Red Hat 4.4.6-4) with a simple mpi-prefix option as :
../abinit-7.0.4/configure --enable-mpi --with-mpi-prefix=/cluster/mpi/openmpi/1.6.3/intel/
Of course I loaded related modules before:
Currently Loaded Modulefiles:
1) intel/11.1046 2) mpi/intel/openmpi/1.6.3
there were some warnings but it could finish configuration finally. After that, by make -j4 final step was done.
Unfortunately, when I try to test it by make tests_in or tests_min lots of segmentation errors came out. I also submit it on cluster with 8 cpus on an nod (for tbasepar_1test case) but same problem was occurred (i.e. segmentation fault).
The last part of its log file is like:
Code: Select all
pspatm: atomic psp has been read and splines computed
2.39408461E+03 ecore*ucvol(ha*bohr**3)
symatm: atom number 1 is reached starting at atom
1 3 2 4 1 3 2 4 1 3 2 4 1 3 2 4 1 3 2 4 1 3 2 4
symatm: atom number 2 is reached starting at atom
2 4 1 3 2 4 1 3 4 2 3 1 3 1 4 2 3 1 4 2 4 2 3 1
symatm: atom number 3 is reached starting at atom
3 1 4 2 4 2 3 1 2 4 1 3 2 4 1 3 4 2 3 1 3 1 4 2
symatm: atom number 4 is reached starting at atom
4 2 3 1 3 1 4 2 3 1 4 2 4 2 3 1 2 4 1 3 2 4 1 3
newkpt: spin channel isppol2 = 1
-P-0000 wfconv: 40 bands initialized randomly with npw= 675, for ikpt= 1
newkpt: spin channel isppol2 = 2
newkpt: loop on k-points done in parallel
-P-0000 leave_test : synchronization done...
pareigocc : MPI_ALLREDUCE
setup2: Arith. and geom. avg. npw (full set) are 675.000 675.000
initro : for itypat= 1, take decay length= 0.8000,
initro : indeed, coreel= 18.0000, nval= 8 and densty= 0.0000E+00.
================================================================================
getcut: wavevector= 0.0000 0.0000 0.0000 ngfft= 36 36 36
ecut(hartree)= 30.000 => boxcut(ratio)= 2.08583
ewald : nr and ng are 3 and 15
ITER STEP NUMBER 1
vtorho : nnsclo_now= 2, note that nnsclo,dbl_nnsclo,istep= 0 0 1
**** In vtorho for isppol= 1
**** In vtorho for isppol= 2
--------------------------------------------------------------------------
mpirun noticed that process rank 1 with PID 25632 on node node156.cluster.icams.ruhr-uni-bochum.de exited on signal 11 (Segmentation fault).
--------------------------------------------------------------------------
I read other posts especially this http://forum.abinit.org/viewtopic.php?f=3&t=1514&start=25 but I couldn't realize the problem yet. While the discussed OS was different in that post but I guess in my case also a wrong mixture of different libraries was chosen.
I attached config.log file which includes required information about my platform and probable wrong options.
Thanks in advance for your helps.
Mansour