<div dir="ltr"><div>Hi, I have the following in my pbs script submission after relax run finishes in hope to run</div><div>scf -> nscf for bands(at special line) ->band -> nscf for dos -> dos -> pdos.</div><div>
<br></div><div>mpirun -np $PBS_NCPUS  /usr/local/packages/QuantumEspresso/espresso-5.0.1/bin/pw.x < ./<a href="http://A_SCF.pwgui.pw.in">A_SCF.pwgui.pw.in</a> | tee A_SCF.pwgui.pw.in.out<br></div><div><br></div><div>mpirun -np $PBS_NCPUS  /usr/local/packages/QuantumEspresso/espresso-5.0.1/bin/pw.x < ./<a href="http://A_band.pwgui.pw.in">A_band.pwgui.pw.in</a> | tee A_band.pwgui.pw.in.out</div>
<div><br></div><div>mpirun -np $PBS_NCPUS  /usr/local/packages/QuantumEspresso/espresso-5.0.1/bin/bands.x < ./<a href="http://A_plotband.pwgui.pw.in">A_plotband.pwgui.pw.in</a> | tee A_plotband.pwgui.pw.in.out</div><div>
<br></div><div>mpirun -np $PBS_NCPUS  /usr/local/packages/QuantumEspresso/espresso-5.0.1/bin/pw.x < ./<a href="http://A_NSCF.pwgui.pw.in">A_NSCF.pwgui.pw.in</a> | tee A_NSCF.pwgui.pw.in.out</div><div><br></div><div>mpirun -np $PBS_NCPUS  /usr/local/packages/QuantumEspresso/espresso-5.0.1/bin/dos.x < ./<a href="http://A_dos.pwgui.pw.in">A_dos.pwgui.pw.in</a> | tee A_dos.pwgui.pw.in.out</div>
<div><br></div><div>mpirun -np $PBS_NCPUS  /usr/local/packages/QuantumEspresso/espresso-5.0.1/bin/dos.x < ./<a href="http://A_pdos.pwgui.pw.in">A_pdos.pwgui.pw.in</a> | tee A_pdos.pwgui.pw.in.out</div><div><br></div><div>
the scf, nscf for bands and dos finishes correctly while the other three fails.</div><div><br></div><div>for plotbands, I have following input, </div><div><br></div><div><div>&bands</div><div>prefix='A_ultra_k551',</div>
<div>outdir='./'</div><div>filband='A.band'</div><div>lsym=.true.,</div><div>plot_2d=.true.</div></div><div><br></div><div>but error message says: </div><div>*** namelist &inputpp no longer valid: please use &bands instead<br>
</div><div><br></div><div><br></div><div>My question is :</div><div><br></div><div>1, Is my above scheme of running concatenated job in espresso fine in principle?  or what are the proper order to concatenate the jobs.</div>
<div><br></div><div>2. Under failure, can I just re-run those three failed jobs directly since the successful one kept in directory</div><div><br></div><div>3. what might be the reasons for the errors above? </div><div><br>
</div><div>Thanks for your help</div></div>