Our group recently buy a parallel computer, which has 18 nodes with 216 cores(except the management node,node 19).This machine is
the product of Dawning Company of China. It uses intel cpu,xeon x5660,2.8GHz.
I have compiled abinit6.6.3 sucesefully on this meachine. The configure option is:
./configure --enable-mpi-io --enable-mpi --with-mpi-prefix="/public/soft/mpi/openmpi/1.4.2/icc.ifort/" --enable-64bit-flags --with-fft-flavor="fftw3"
--with-fft-incs="-I/public/libs/fftw3.2.3/include/" --with-fft-libs="-L/public/libs/fftw3.2.3/lib -lfftw3"
when i use the abinit to compute my first job. it works very well,and very fast.
But when I use abinit to compute another job,it doesn't work. I don't think there are any problems in my input files. Because i have computed it on a
small worksattion,DEll T5400( Xeon, 8 cores and 8 G memory).it works,and very slowly.
On the paralell mechine,i always got the fault sented by the PBS,somthing like :
--------------------------------------------------------------------------
mpirun noticed that process rank 28 with PID 14477 on node node6 exited on signal 11 (Segmentation fault).
--------------------------------------------------------------------------
I had wrote a very short fortran programm to test "malloc",it could eat 1.5GB memory,and never sented a "segmentation fault". in fact, the memory the
job needs is very small compared with the total memory of each node,24GB.
I don't know how to deal with this problem.

ps: the system is suse.