Dear all<div>Thank you for your help last time.<br><div>I am trying to run the example given in QE tutorial 2022 by using QE7.2, but I meet some problem.</div><div>My input file is:</div><div><br></div><div><div><b>&bands</b></div><div><b>   prefix  = 'si'</b></div><div><b>   outdir = 'out/'</b></div><div><b>   filband = 'bands.dat'</b></div><div><b>   lsym = .false.</b></div><div><b>/</b></div></div><div><br></div><div>and the file I sbatch task to the cloud supercomputing system reads:</div><div><br></div><div><div><b>#!/bin/bash</b></div><div><b>#SBATCH -p amd_512</b></div><div><b>#SBATCH -N 1</b></div><div><b>#SBATCH -n 128</b></div><div><b>source /public3/soft/modules/module.sh</b></div><div><b>module load hdf5/1.10.4-parallel-icc18 libxc/4.3.4-icc18-lcc</b></div><div><b>export PATH=/public3/home/scg9084/wzy/qe-7.2-new/qe-install-1/bin:$PATH</b></div><div><b>srun -n 128 bands.x -pd .true. < 03_bandsx.in > 03.bands.out</b></div></div><div><br></div><div>but the program shows error:</div><div><br></div><div><div>     <b>Error in routine diropn (3):</b></div><div><b>     wrong record length</b></div></div><div><br></div><div>When I delete -pd .true. in the last line of the sbatch file, the program shows</div><div><br></div><div><div>     <b>Program BANDS v.7.2 starts on 29Feb2024 at 22:48:56 </b></div><div><b><br></b></div><div><b>     This program is part of the open-source Quantum ESPRESSO suite</b></div><div><b>     for quantum simulation of materials; please cite</b></div><div><b>         "P. Giannozzi et al., J. Phys.:Condens. Matter 21 395502 (2009);</b></div><div><b>         "P. Giannozzi et al., J. Phys.:Condens. Matter 29 465901 (2017);</b></div><div><b>         "P. Giannozzi et al., J. Chem. Phys. 152 154105 (2020);</b></div><div><b>          URL http://www.quantum-espresso.org", </b></div><div><b>     in publications or presentations arising from this work. More details at</b></div><div><b>     http://www.quantum-espresso.org/quote</b></div><div><b><br></b></div><div><b>     Parallel version (MPI), running on   128 processors</b></div><div><b><br></b></div><div><b>     MPI processes distributed on     1 nodes</b></div><div><b>     R & G space division:  proc/nbgrp/npool/nimage =     128</b></div><div><b>     492295 MiB available memory on the printing compute node when the environment starts</b></div><div><b> </b></div><div><b><br></b></div><div><b>     Reading xml data from directory:</b></div><div><b><br></b></div><div><b>     out/si.save/</b></div><div><b><br></b></div><div><b>     IMPORTANT: XC functional enforced from input :</b></div><div><b>     Exchange-correlation= PBE</b></div><div><b>                           (   1   4   3   4   0   0   0)</b></div><div><b>     Any further DFT definition will be discarded</b></div><div><b>     Please, verify this is what you really want</b></div></div><div><br></div><div>the program just ended here, there must be something missed.</div><div>I don't know what happened. Could you please help me?</div><div>Thank you very much!</div><div><br></div><div><br></div><div><br></div><div><br></div></div>