<div dir="auto"><div>As an addition to what Peter said, did you check the error files, e.g. cat *.error?<br><br><div data-smartmail="gmail_signature">---<br>Professor Laurence Marks (Laurie)<br>Department of Materials Science and Engineering<br>Northwestern University<br><a href="http://www.numis.northwestern.edu">www.numis.northwestern.edu</a><br>"Research is to see what everybody else has seen, and to think what nobody else has thought" Albert Szent-Györgyi</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Apr 20, 2023, 08:51 Peter Blaha <<a href="mailto:peter.blaha@tuwien.ac.at">peter.blaha@tuwien.ac.at</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">If this is really your script, it should not happen. Your script is <br>
course ok (although I'm not a bash specialist).<br>
<br>
Maybe some bug in your Linux ?<br>
<br>
alternatively, change to first line of your script to /bin/csh -f or <br>
/bin/tcsh -f<br>
<br>
and see what happens.<br>
<br>
Am 20.04.2023 um 12:19 schrieb pluto via Wien:<br>
> Dear All,<br>
> <br>
> I would like to calculate the sequence of programs to get the band <br>
> characters under bash:<br>
> <br>
> calculate_bands.sh<br>
> <br>
> #! /bin/bash<br>
> x lapw1 -band -up -p<br>
> x lapw1 -band -dn -p<br>
> x lapwso -up -p<br>
> x qtl -band -so -p -up<br>
> x qtl -band -so -p -dn<br>
> <br>
> I run this from the terminal under Rocky Linux using<br>
> <br>
> calculate_bands.sh &<br>
> <br>
> Here is the result:<br>
> <br>
> Thu Apr 20 01:03:29 AM CEST 2023> (x) lapw1 -band -up -p<br>
> Thu Apr 20 02:18:29 AM CEST 2023> (x) lapw1 -band -dn -p<br>
> Thu Apr 20 02:18:29 AM CEST 2023> (x) lapwso -up -p<br>
> Thu Apr 20 02:18:29 AM CEST 2023> (x) qtl -band -so -p -up<br>
> Thu Apr 20 02:18:29 AM CEST 2023> (x) lapw2 -p -fermi -so -up<br>
> Thu Apr 20 02:18:29 AM CEST 2023> (x) qtl -band -so -p -dn<br>
> Thu Apr 20 02:18:29 AM CEST 2023> (x) lapw2 -p -fermi -so -dn<br>
> <br>
> As you can see the first lapw1 run correctly, it took over one hour to <br>
> calculate 2500 k-points. But then all other programs started <br>
> simultaneously, obviously this is wrong. I apologize in advance for my <br>
> inexperience with shell scripts.<br>
> <br>
> I am sure there must be a simple fix!<br>
> <br>
> Best,<br>
> Lukasz<br>
> _______________________________________________<br>
> Wien mailing list<br>
> <a href="mailto:Wien@zeus.theochem.tuwien.ac.at" target="_blank" rel="noreferrer">Wien@zeus.theochem.tuwien.ac.at</a><br>
> <a href="http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien" rel="noreferrer noreferrer" target="_blank">http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien</a><br>
> SEARCH the MAILING-LIST at:  <br>
> <a href="http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html" rel="noreferrer noreferrer" target="_blank">http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html</a><br>
<br>
-- <br>
--------------------------------------------------------------------------<br>
Peter BLAHA, Inst.f. Materials Chemistry, TU Vienna, A-1060 Vienna<br>
Phone: +43-1-58801-165300<br>
Email: <a href="mailto:peter.blaha@tuwien.ac.at" target="_blank" rel="noreferrer">peter.blaha@tuwien.ac.at</a>    WIEN2k: <a href="http://www.wien2k.at" rel="noreferrer noreferrer" target="_blank">http://www.wien2k.at</a><br>
WWW:   <a href="http://www.imc.tuwien.ac.at" rel="noreferrer noreferrer" target="_blank">http://www.imc.tuwien.ac.at</a><br>
-------------------------------------------------------------------------<br>
_______________________________________________<br>
Wien mailing list<br>
<a href="mailto:Wien@zeus.theochem.tuwien.ac.at" target="_blank" rel="noreferrer">Wien@zeus.theochem.tuwien.ac.at</a><br>
<a href="http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien" rel="noreferrer noreferrer" target="_blank">http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien</a><br>
SEARCH the MAILING-LIST at:  <a href="http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html" rel="noreferrer noreferrer" target="_blank">http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html</a><br>
</blockquote></div></div></div>