system msg for write_line failure : Bad file descriptor
Posted: Thu Jun 15, 2017 8:47 am
Hello, everyone!
I use quantum espresso 6.1 and want to calculate some electron-phonon coupling things.
I compiled the EPW use "make epw" in QE6.1 folder. Then I want to run some tests
I choose QE-6.1/EPW/tests/Inputs/t05 which corresponds to MgB2 example according to Readme.
I tried to run RUN.sh in serial mode (comment off the parallel part), but encountered error message
I examine step by step and found this error is caused when running
So what is the meaning of the error message? How to fix it? Thank you for helping.
PS. I compiled QE and EPW with intel parallel studio 2017u2, but I also tried other intel version, all the same error.
I use quantum espresso 6.1 and want to calculate some electron-phonon coupling things.
I compiled the EPW use "make epw" in QE6.1 folder. Then I want to run some tests
I choose QE-6.1/EPW/tests/Inputs/t05 which corresponds to MgB2 example according to Readme.
I tried to run RUN.sh in serial mode (comment off the parallel part), but encountered error message
application called MPI_Abort(MPI_COMM_WORLD, 1) - process 0
[unset]: write_line error; fd=-1 buf=:cmd=abort exitcode=1
:
system msg for write_line failure : Bad file descriptor
I examine step by step and found this error is caused when running
Code: Select all
../../../src/epw.x < epw_iso_real.in > epw_iso_real.out
So what is the meaning of the error message? How to fix it? Thank you for helping.
PS. I compiled QE and EPW with intel parallel studio 2017u2, but I also tried other intel version, all the same error.