I have compiled many sources of abinit and their corresponding dependencies, but I have always obtained the same ERROR when trying to run a parallel job.
Finally I decided to make a clean linux install to ensure that there is no conflict within libraries. So I have installed abinit 6.8.1 and open mpi through "apt-get install openmpi-bin" on my ubuntu amd64 version.
I have executed:
mpiexec -np 4 abinit < t_kpt+spin.files >& log
And my log file gives the same error as allways:
" Your architecture is not able to handle 16, 8, 4 or 2-bytes FORTRAN file record markers!
You cannot use ABINIT and MPI/IO.
MPI_ERROR_STRING: Unknown error. Please file a bug report.
ABINIT
Give name for formatted input file:
At line 130 of file iofn1.F90 (unit = 5, file = 'stdin')
Fortran runtime error: End of file
application called MPI_Abort(MPI_COMM_WORLD, 13) - process 0
[unset]: aborting job:
application called MPI_Abort(MPI_COMM_WORLD, 13) - process 0 "
I have to say that despite this error abinit makes the run sequentially.
I would be very grateful if you could please give me a clue on how to solve it.
Thank you,
Trebor

