I have faced problem during launching ABINIT 6.12.2.
I have configured and compiled ABINIT and it is OK.
Code: Select all
./configure FC=mpif90 CC=mpicc --with-trio-flavor="etsf_io+netcdf" --with-dft-flavor="none" --enable-mpi="yes" --enable-mpi-io="yes" CC=mpicc
When I am launching sequantial task, ABINIT is OK, When I am launching parallel task over k points, ABINIT is also GOOD. But when am launching ABINIT with paral_kgb 1, I have got an error:
Code: Select all
--------------------------------------------------------------------------
orterun has exited due to process rank 25 with PID 4057 on
node node2 exiting without calling "finalize". This may
have caused other processes in the application to be
terminated by signals sent by orterun (as reported here).
--------------------------------------------------------------------------
As far as I understand it is due to Qlogic things that they are using with mpi (I am using openmpi-1.4.2-qlc). But I don't know how to solve this problem. Could you please give me a tip?
Peter Zhilyaev