Changeset 372 for palm/trunk/SCRIPTS/subjob
- Timestamp:
- Aug 26, 2009 1:09:02 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/subjob
r368 r372 104 104 # now run on the data nodes (feature=data) 105 105 # 25/08/09 - BjornM- adapted for lck 106 # 26/08/09 - Marcus- caurus admitted; optional qos feature hiprio on lcsgi 106 107 107 108 # VARIABLENVEREINBARUNGEN + DEFAULTWERTE … … 175 176 (b01*|bicegate1) local_addres=130.73.232.102; local_host=lcsgib;; 176 177 (bicegate2) local_addres=130.73.232.103; local_host=lcsgib;; 178 (caurus) local_addres=130.75.105.19; local_host=lcmuk;; 177 179 (compute-*.local) local_addres=172.20.4.2; local_host=lcfimm;; 178 180 (cs*) local_addres=136.172.44.131; local_host=nech;; … … 1203 1205 if [[ $remote_host != lctit ]] 1204 1206 then 1205 ssh $remote_addres -l $remote_user "cd $job_catalog; $submcom $job_on_remhost; rm $job_on_remhost" 1207 if [[ $(echo $remote_host | cut -c1-5) = lcsgi && $prio = true ]] 1208 then 1209 printf "\n >>> submit with HLRN qos-feature hiprio...\n" 1210 ssh $remote_addres -l $remote_user "cd $job_catalog; $submcom -l qos=hiprio $job_on_remhost; rm $job_on_remhost" 1211 else 1212 ssh $remote_addres -l $remote_user "cd $job_catalog; $submcom $job_on_remhost; rm $job_on_remhost" 1213 fi 1206 1214 else 1207 1215 # TIT ERLAUBT NUR DIE AUSFï¿œHRUNG GANZ BESTIMMTER KOMMANDOS
Note: See TracChangeset
for help on using the changeset viewer.