- Timestamp:
- Dec 11, 2013 12:07:34 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/subjob
r1265 r1266 23 23 # Current revisions: 24 24 # ------------------ 25 # 25 # further adjustments for lccrayb (use msub instead of qsub) 26 26 # 27 27 # Former revisions: … … 1571 1571 elif [[ $remote_host = lccrayb ]] 1572 1572 then 1573 echo " qsub -q $return_queue scpjob.$kennung" >> $job_to_send1573 echo "msub -q $return_queue scpjob.$kennung" >> $job_to_send 1574 1574 elif [[ $(echo $remote_host | cut -c1-5) = lcsgi ]] 1575 1575 then
Note: See TracChangeset
for help on using the changeset viewer.