parallel run error "iofn1.F90 (unit = 5, file = 'stdin')"
Posted: Mon Apr 07, 2014 9:49 am
When I aparallel run abinit (7.6.2), I got errors, like following in the log file:
iofn1.F90 problems:
But serial run works fine.
Code: Select all
[weitong@magnetics tets1_mpichintel_parallel]$ /usr/local/mpich3_intel12/bin/mpiexec -np 8 /usr/local/abinit7.6.2_openmpi1.6GNU/bin/abinit < /home/weitong/setup/abinit/AbinitGUI/MySims/tets1_mpichintel_parallel/test1.files >& /home/weitong/setup/abinit/AbinitGUI/MySims/tets1_mpichintel_parallel/logfiles/test1.log
iofn1.F90 problems:
Code: Select all
At line 155 of file ../../../src/95_drive/iofn1.F90 (unit = 5, file = 'stdin')
Fortran runtime error: End of file
ABINIT
Give name for formatted input file:
At line 155 of file ../../../src/95_drive/iofn1.F90 (unit = 5, file = 'stdin')
Fortran runtime error: End of file
ABINIT
But serial run works fine.