Changeset 372 for palm/trunk
- Timestamp:
- Aug 26, 2009 1:09:02 PM (15 years ago)
- Location:
- palm/trunk/SCRIPTS
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/mrun
r369 r372 189 189 # 25/08/09 - BjornM - adpated for lck 190 190 # 26/08/09 - Siggi - additional environment variables for mpt on ice2 191 # 26/08/09 - Marcus - adjustment for ice2 on lcsgib 191 192 192 193 … … 2422 2423 then 2423 2424 printf " compiler is called via ssh on \"bicegate\" using module \"$mpilib\" \n" 2424 ssh 130.73.232.103 -l $usern ". /usr/share/modules/init/bash; module load $mpilib; cd $TEMPDIR; make -f Makefile PROG=a.out F90=$compiler_name COPT=\"$cpp_options\" F90FLAGS=\"$fopts\" LDFLAGS=\"$lopts\" "2425 ssh 130.73.232.103 -l $usern ". /usr/share/modules/init/bash; module load ifort/11.0.069; module load $mpilib; cd $TEMPDIR; make -f Makefile PROG=a.out F90=$compiler_name COPT=\"$cpp_options\" F90FLAGS=\"$fopts\" LDFLAGS=\"$lopts\" " 2425 2426 [[ ! -f a.out ]] && compile_error=true 2426 2427 continue # ANDERENFALLS IST STATUS=1, FALLS A.OUT VORHANDEN -
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.