<div dir="ltr"><pre style="white-space:pre-wrap">Dr.Arash,<br></pre><pre style="white-space:pre-wrap">Thanks so much for your response. I have run example 2 and there was no output data. An empty file, lead.wout, was generated. Below is the serial job script that I have used to run wannier90.x. Please let me know what I miss. Thanks in advance <br><br></pre><pre style="white-space:pre-wrap">Zeina Al-Dolami<br></pre><pre style="white-space:pre-wrap">PhD Candidate in MEPH<br></pre><pre style="white-space:pre-wrap">University of Arkansas<br></pre><pre style="white-space:pre-wrap">Fayetteville, AR 72703<br></pre><pre style="white-space:pre-wrap">#/bin/sh<br><br>#PBS -N serialjob<br>#PBS -q serial8core<br>#PBS -j oe<br>#PBS -m abe<br>#PBS -M <a href="mailto:zaldolam@uark.edu" target="_blank">zaldolam@uark.edu</a><br>#PBS -o wannier.$PBS_JOBID.serial8core<br>#PBS -l nodes=1:ppn=1<br>#PBS -l walltime=01:00:00<br><br>cd $PBS_O_WORKDIR<br><br>/share/apps/espresso/espresso-5.1/bin/wannier90.x <lead.win> lead.wout <br></pre></div>