<div dir="ltr"><div><div><div>Dear Sir,<br></div>Thank you for the help. The addition of ecutrho=`echo $ecut*8 | bc -l`;  solved my problem. <br></div>pw.x is working smoothly now.<br><br></div>Regards,<br></div><div class="gmail_extra">
<br><br><div class="gmail_quote">On Tue, Jul 15, 2014 at 4:54 PM, Tone Kokalj <span dir="ltr"><<a href="mailto:tone.kokalj@ijs.si" target="_blank">tone.kokalj@ijs.si</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="">On Tue, 2014-07-15 at 15:22 +0530, siddheshwar chopra wrote:<br>
> Dear Sir,<br>
><br>
> the script is working perfectly fine now. I had to just change<br>
> "ecutrho" to "$ecutrho".<br>
><br>
> So now it becomes $ecutrho= $ecut*8<br>
<br>
</div>This seems rather awkward and it should definitely fail!<br>
<br>
If the variable ecutrho is not defined, the shell will expand the<br>
"$ecutrho= $ecut*8" into "= value*8", where the "value" is the value of<br>
$ecut variable. Check your generated input file!<br>
<br>
As mentioned by others, the script must be written in such a manner that<br>
the expression $ecut*8 gets evaluated, which can be either achieved by<br>
<br>
ecutrho=$[$ecut*8] (for bash only)<br>
<br>
or<br>
<br>
ecutrho=`echo $ecut*8| bc -l` (for general Bourne shell)<br>
<br>
<br>
Regards,<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Anton Kokalj<br>
J. Stefan Institute, Jamova 39, 1000 Ljubljana, Slovenia<br>
(tel: +386-1-477-3523 // fax:+386-1-477-3822)<br>
<br>
Please, if possible, avoid sending me Word or PowerPoint attachments.<br>
See:  <a href="http://www.gnu.org/philosophy/no-word-attachments.html" target="_blank">http://www.gnu.org/philosophy/no-word-attachments.html</a><br>
</font></span><div class="HOEnZb"><div class="h5"><br>
_______________________________________________<br>
Pw_forum mailing list<br>
<a href="mailto:Pw_forum@pwscf.org">Pw_forum@pwscf.org</a><br>
<a href="http://pwscf.org/mailman/listinfo/pw_forum" target="_blank">http://pwscf.org/mailman/listinfo/pw_forum</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br><div dir="ltr"><div dir="ltr"><span style="color:rgb(204,0,0)"><span style="color:rgb(153,0,255)"><b>Dr. Siddheshwar chopra,</b></span><br></span><span style="color:rgb(116,27,71)"><i>M.Sc., Ph.D (Physics)<br>
Assistant Professor (Physics),<br></i></span></div><span style="color:rgb(116,27,71)"><i>Amity University, Noida, India.</i></span><span style="color:rgb(116,27,71)"><i><br></i></span><br></div>
</div>