Thanks for your reply! It works! Just one more question, I tried to use w2web to run parallel calculations, and in the Configuration, I filled in:<br><br>pbs=cat ~/head &gt; w2webjob;cat %f &gt;&gt; w2webjob;chmod +x w2webjob;qsub w2webjob<br>
<br>for execution types, the resulting w2webjob will be something like:<br><br>#PBS -l nodes=4,cput=24:00:00,walltime=24:00:00<br>#PBS -me -M <a href="mailto:200210qb@gmail.com">200210qb@gmail.com</a><br>#!/bin/sh<br>date<br>
cd /home/nanoenergy/a/qiub/four<br>run_lapw -p&nbsp; -ec 0.0001 -cc 0.001 -NI &gt;/home/nanoenergy/a/qiub/four/STDOUT 2&gt;&amp;1<br><br>rm /home/nanoenergy/a/qiub/four/.command.333364.25124<br><br>However, I&#39;m using tcsh shell, when I run this jobscript it will complain that &quot;Ambiguous output redirect.&quot; seemingly due to different syntax between bash and tcsh. If I remove &quot;&gt;/home/nanoenergy/a/qiub/four/STDOUT 2&gt;&amp;1&quot; manually then it can run but I cannot get the STDOUT file. Just want to ask whether if it is possible to fix this problem by modifying the lines describing execution types. Thanks a lot!<br>
<br>Sincerely,<br>Bo<br><br><div class="gmail_quote">On Thu, Mar 27, 2008 at 2:31 PM, Stefaan Cottenier &lt;<a href="mailto:stefaan.cottenier@fys.kuleuven.be" target="_blank">stefaan.cottenier@fys.kuleuven.be</a>&gt; wrote:<br>

<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
You probably defined your scratch variable such that on your first<br>
machine it contains<br>
<div><br>
/home/nanoenergy_1/a/qiub/scratch/<br>
<br>
</div>and on your second machine<br>
<br>
/home/nanoenergy_2/a/qiub/scratch/<br>
<br>
etc. And these directories are not mounted on all machines in your<br>
setup. It is easier to define SCRATCH to be the same on all machines,<br>
e.g. put it to /tmp. What comes in $SCRATCH does not need to be known by<br>
other machines.<br>
<br>
Stefaan<br>
<div><div></div><div><br>
<br>
Bo Qiu wrote:<br>
&gt; Dear Users and Developlers,<br>
&gt;<br>
&gt; A few days ago I compiled series version wien2k_08 on a dual core Xeon<br>
&gt; em64t cluster with tcsh shell successfully, however, when I tried to<br>
&gt; run parallel version, it cannot work if I use w2web to run parallel<br>
&gt; calculations automatically. &nbsp;So I tried to run it directly in the case<br>
&gt; folder. What I did is just:<br>
&gt;<br>
&gt; cd ~/case<br>
&gt; run_lapw -p -ec 0.0001<br>
&gt;<br>
&gt; It ran for a few seconds and I read from the screen:<br>
&gt;<br>
&gt; &nbsp;LAPW0 END<br>
&gt; LAPW1 - Error<br>
&gt; LAPW1 - Error<br>
&gt; LAPW1 - Error<br>
&gt; LAPW1 - Error<br>
&gt; LAPW1 - Error<br>
&gt;<br>
&gt; &gt; &nbsp; stop error<br>
&gt;<br>
&gt; then I checked the lapw1_1.error:<br>
&gt;<br>
&gt; &nbsp;&#39;INILPW&#39; - can&#39;t open unit:<br>
&gt; 10<br>
&gt; &nbsp;&#39;INILPW&#39; - &nbsp; &nbsp; &nbsp; &nbsp;filename:<br>
&gt; /home/nanoenergy_1/a/qiub/scratch/four.vector_1<br>
&gt; &nbsp;&#39;INILPW&#39; - &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;status: unknown &nbsp; &nbsp; &nbsp;form:<br>
&gt; unformatted<br>
&gt; &nbsp;&#39;LAPW1&#39; - INILPW aborted unsuccessfully.<br>
&gt;<br>
&gt; for lapw1_2.error to lapw1_5.error, they are basically the same<br>
&gt;<br>
&gt; &#39;INILPW&#39; - can&#39;t open unit:<br>
&gt; 10<br>
&gt; &nbsp;&#39;INILPW&#39; - &nbsp; &nbsp; &nbsp; &nbsp;filename:<br>
&gt; /home/nanoenergy_5/a/qiub/scratch/four.vector_5<br>
&gt; &nbsp;&#39;INILPW&#39; - &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;status: unknown &nbsp; &nbsp; &nbsp;form:<br>
&gt; unformatted<br>
&gt; &nbsp;&#39;LAPW1&#39; - INILPW aborted unsuccessfully.<br>
&gt;<br>
&gt; And I checked and found there was no folder named as nanoenergy_5 in<br>
&gt; /home/ folder and there was nothing produced in /scratch.<br>
&gt;<br>
&gt; Could you please help me with this? Thanks!<br>
&gt;<br>
&gt; Sincerely,<br>
&gt; Bo<br>
</div></div>&gt; ------------------------------------------------------------------------<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; Wien mailing list<br>
&gt; <a href="mailto:Wien@zeus.theochem.tuwien.ac.at" target="_blank">Wien@zeus.theochem.tuwien.ac.at</a><br>
&gt; <a href="http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien" target="_blank">http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien</a><br>
&gt;<br>
<br>
<br>
Disclaimer: <a href="http://www.kuleuven.be/cwis/email_disclaimer.htm" target="_blank">http://www.kuleuven.be/cwis/email_disclaimer.htm</a><br>
<br>
_______________________________________________<br>
Wien mailing list<br>
<a href="mailto:Wien@zeus.theochem.tuwien.ac.at" target="_blank">Wien@zeus.theochem.tuwien.ac.at</a><br>
<a href="http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien" target="_blank">http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien</a><br>
</blockquote></div><br><br clear="all"><br>-- <br>Thanks and Best Wishes.<br><br>Sincerely yours,<br>Bo Qiu<br><a href="http://web.ics.purdue.edu/%7Eqiub/homepage/" target="_blank">http://web.ics.purdue.edu/~qiub/homepage/</a>