<span style="color: rgb(51, 51, 255); font-family: trebuchet ms,sans-serif;">Hi All<br><br>When a parallel job is submitted thru gridengine, its giving &quot;/usr/bin/env: python2.4: No such file or directory&quot; error.</span><br style="color: rgb(51, 51, 255); font-family: trebuchet ms,sans-serif;">

<br style="color: rgb(51, 51, 255); font-family: trebuchet ms,sans-serif;"><span style="color: rgb(51, 51, 255); font-family: trebuchet ms,sans-serif;">The sge job submit script is as follows:</span><br style="color: rgb(51, 51, 255); font-family: trebuchet ms,sans-serif;">



<p style="color: rgb(51, 51, 255); font-family: trebuchet ms,sans-serif;">#!/bin/bash</p>

<p style="color: rgb(51, 51, 255); font-family: trebuchet ms,sans-serif;">#$ -S /bin/bash</p>

<p style="color: rgb(51, 51, 255); font-family: trebuchet ms,sans-serif;">#$ -q infinibandq</p>

<p style="color: rgb(51, 51, 255); font-family: trebuchet ms,sans-serif;">#$ -N MY_JOBNAME</p>

<p style="color: rgb(51, 51, 255); font-family: trebuchet ms,sans-serif;">#$ -m bae</p>

<p style="color: rgb(51, 51, 255); font-family: trebuchet ms,sans-serif;">#$ -pe mpich 16</p>

<p style="color: rgb(51, 51, 255); font-family: trebuchet ms,sans-serif;">#$ -cwd</p>

<p style="color: rgb(51, 51, 255); font-family: trebuchet ms,sans-serif;">#$ -o OUT_$JOB_NAME.$JOB_ID</p>

<p style="color: rgb(51, 51, 255); font-family: trebuchet ms,sans-serif;">#$ -e ERR_$JOB_NAME.$JOB_ID</p>

<p style="color: rgb(51, 51, 255); font-family: trebuchet ms,sans-serif;">date</p>

<p style="color: rgb(51, 51, 255); font-family: trebuchet ms,sans-serif;">hostname</p>

<p style="color: rgb(51, 51, 255); font-family: trebuchet ms,sans-serif;">/opt/mvapich2_pathcc/bin/mpirun -np $NSLOTS -machinefile
$TMPDIR/machines /IT/vivek/meme.3.0.3/bin/Linuxx86_64_p/meme</p>

<p style="color: rgb(51, 51, 255); font-family: trebuchet ms,sans-serif;">/IT/vivek/Databases/ara_816_100-0 -dna -maxsize 120973
-nmotifs 3 -minw 6 -maxw 9 -mod tcm -maxsites 500 <br></p><p style="color: rgb(51, 51, 255); font-family: trebuchet ms,sans-serif;">exit 0</p>

<p style="color: rgb(51, 51, 255); font-family: trebuchet ms,sans-serif;">---------------------------------------------------------</p>



<p style="color: rgb(51, 51, 255); font-family: trebuchet ms,sans-serif;">&nbsp;Afetr execution the output file contains following:</p>

<p style="color: rgb(51, 51, 255); font-family: trebuchet ms,sans-serif;">---------------------------------------------------------</p>

<p style="color: rgb(51, 51, 255); font-family: trebuchet ms,sans-serif;">-catch_rsh</p>

<p style="color: rgb(51, 51, 255); font-family: trebuchet ms,sans-serif;">/opt/gridengine/default/compute-0-26/active_jobs/154.1/pe_hostfile</p>

<p style="color: rgb(51, 51, 255); font-family: trebuchet ms,sans-serif;">compute-0-26</p>

<p style="color: rgb(51, 51, 255); font-family: trebuchet ms,sans-serif;">compute-0-13</p>

<p style="color: rgb(51, 51, 255); font-family: trebuchet ms,sans-serif;">compute-0-15</p>

<p style="color: rgb(51, 51, 255); font-family: trebuchet ms,sans-serif;">compute-0-28</p>

<p style="color: rgb(51, 51, 255); font-family: trebuchet ms,sans-serif;">compute-0-19</p>

<p style="color: rgb(51, 51, 255); font-family: trebuchet ms,sans-serif;">compute-0-20</p>

<p style="color: rgb(51, 51, 255); font-family: trebuchet ms,sans-serif;">compute-0-16</p>

<p style="color: rgb(51, 51, 255); font-family: trebuchet ms,sans-serif;">compute-0-23</p>

<p style="color: rgb(51, 51, 255); font-family: trebuchet ms,sans-serif;">compute-0-4</p>

<p style="color: rgb(51, 51, 255); font-family: trebuchet ms,sans-serif;">compute-0-22</p>

<p style="color: rgb(51, 51, 255); font-family: trebuchet ms,sans-serif;">compute-0-25</p>

<p style="color: rgb(51, 51, 255); font-family: trebuchet ms,sans-serif;">compute-0-9</p>

<p style="color: rgb(51, 51, 255); font-family: trebuchet ms,sans-serif;">compute-0-5</p>

<p style="color: rgb(51, 51, 255); font-family: trebuchet ms,sans-serif;">compute-0-7</p>

<p style="color: rgb(51, 51, 255); font-family: trebuchet ms,sans-serif;">compute-0-8</p>

<p style="color: rgb(51, 51, 255); font-family: trebuchet ms,sans-serif;">compute-0-10</p>



<p style="color: rgb(51, 51, 255); font-family: trebuchet ms,sans-serif;">&nbsp;--------------------------------------------------------</p><span style="color: rgb(51, 51, 255); font-family: trebuchet ms,sans-serif;"> The error file contains following:</span>

<p style="color: rgb(51, 51, 255); font-family: trebuchet ms,sans-serif;">---------------------------------------------------------</p>

<p style="color: rgb(204, 0, 0); font-family: trebuchet ms,sans-serif;">/usr/bin/env: python2.4: No such file or directory</p>

<p style="color: rgb(51, 51, 255); font-family: trebuchet ms,sans-serif;">---------------------------------------------------------</p><br style="color: rgb(51, 51, 255); font-family: trebuchet ms,sans-serif;">
<p style="color: rgb(51, 51, 255); font-family: trebuchet ms,sans-serif;">Can any one tell me how to resolve this issue?</p><p style="color: rgb(51, 51, 255); font-family: trebuchet ms,sans-serif;">
Thanks,</p><p style="color: rgb(51, 51, 255); font-family: trebuchet ms,sans-serif;">Sangamesh</p>