Dear all<div>I am facing some trouble when trying to run an example given in QE tutorial 2022.</div><div>I am running exercise 0 of day1 by QE7.2. My input file is bands.in</div><div><div>&bands</div><div>    prefix = 'si'</div><div>    outdir = './out'</div><div>    filband = 'si_bands_pbe'</div><div>    lsym = .false.</div><div>/</div></div><div>and the file to sbatch my command writes</div><div><br></div><div><div>#!/bin/bash</div><div>#SBATCH -p amd_512</div><div>#SBATCH -N 1</div><div>#SBATCH -n 128</div><div>source /public3/soft/modules/module.sh</div><div>module load hdf5/1.10.4-parallel-icc18 libxc/4.3.4-icc18-lcc</div><div>export PATH=/public3/home/scg9084/wzy/qe-7.2/qe-install/bin:$PATH</div><div>srun -n 128 bands.x <bands.in >bands.out</div></div><div><br></div><div>the bands.out file reads</div><div><br></div><div><div>  Program BANDS v.7.2 starts on 23Feb2024 at 15:19: 8 </div><div><br></div><div>     This program is part of the open-source Quantum ESPRESSO suite</div><div>     for quantum simulation of materials; please cite</div><div>         "P. Giannozzi et al., J. Phys.:Condens. Matter 21 395502 (2009);</div><div>         "P. Giannozzi et al., J. Phys.:Condens. Matter 29 465901 (2017);</div><div>         "P. Giannozzi et al., J. Chem. Phys. 152 154105 (2020);</div><div>          URL http://www.quantum-espresso.org", </div><div>     in publications or presentations arising from this work. More details at</div><div>     http://www.quantum-espresso.org/quote</div><div><br></div><div>     Parallel version (MPI), running on   128 processors</div><div><br></div><div>     MPI processes distributed on     1 nodes</div><div>     R & G space division:  proc/nbgrp/npool/nimage =     128</div><div>     495897 MiB available memory on the printing compute node when the environment starts</div><div> </div><div><br></div><div>     Reading xml data from directory:</div><div><br></div><div>     ./out/si.save/</div><div><br></div><div>     IMPORTANT: XC functional enforced from input :</div><div>     Exchange-correlation= PBE</div><div>                           (   1   4   3   4   0   0   0)</div><div>     Any further DFT definition will be discarded</div><div>     Please, verify this is what you really want</div></div><div><br></div><div>I haven't find out the rest part of the file it showed in the tutorial video! The tutorial course shows there should be a output file named si_bands_pbe.gnu , however, I can't find out this file either.</div><div><br></div><div>What happened? Could you please help me?</div><div>Thank you very much! </div><div><br></div><div><br></div><div><br></div>