38
edits
Spothineni (talk | contribs) |
Spothineni (talk | contribs) |
||
Line 37: | Line 37: | ||
if [ $isgrid -eq 1 ] | if [ $isgrid -eq 1 ] | ||
then | then | ||
qsub -sync y -V -l h_rt=0:20:00 -cwd \ | '''qsub -sync y -V -l h_rt=0:20:00 -cwd \ | ||
forkcolspot_job \ | forkcolspot_job \ | ||
$itask & | $itask &''' | ||
#else echo "$itask" | qrsh -V -cwd "mcolspot" & | #else echo "$itask" | qrsh -V -cwd "mcolspot" & | ||
Line 125: | Line 125: | ||
if [ $isgrid -eq 1 ] | if [ $isgrid -eq 1 ] | ||
then | then | ||
qsub -sync y -V -l h_rt=0:20:00 -cwd \ | '''qsub -sync y -V -l h_rt=0:20:00 -cwd \ | ||
forkintegrate_job \ | forkintegrate_job \ | ||
$image1 $nitask $itask $nbatask & | $image1 $nitask $itask $nbatask &''' | ||
#else echo "$image1 $nitask $itask $nbatask" | qrsh -V -cwd "mintegrate" & | #else echo "$image1 $nitask $itask $nbatask" | qrsh -V -cwd "mintegrate" & | ||
else echo "$image1 $nitask $itask $nbatask" | mintegrate_par & | else echo "$image1 $nitask $itask $nbatask" | mintegrate_par & |
edits