Changeset 821
- Timestamp:
- Feb 14, 2012 10:51:28 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/mrun
r818 r821 242 242 # restart runs. check is now possible with topography 243 243 # and the -v (silent) option is considered 244 # 14/02/12 - BjornM/- bugfix: removed slash in \$queue, changed default 245 # Farah queue for lcsgi to testq, since bigq is not 246 # available on ice1 244 247 245 248 # VARIABLENVEREINBARUNGEN + DEFAULTWERTE … … 1296 1299 (ibmy) queue=parallel;; 1297 1300 (lckyoto) queue=ph;; 1298 (lcsgib) queue= bigq;;1299 (lcsgih) queue= bigq;;1301 (lcsgib) queue=testq;; 1302 (lcsgih) queue=testq;; 1300 1303 (lctit) queue=S;; 1301 1304 (nech) queue=none;; … … 4771 4774 4772 4775 # MRUN-BEFEHL FUER REMOTE-MASCHINE ZUSAMMENSTELLEN 4773 mrun_com="$mrun_script_name -a $afname -c $config_file -d $fname -h $host -H $fromhost -m $memory -t $cpumax -q \$queue -R $return_addres -U $return_username -u $remote_username"4776 mrun_com="$mrun_script_name -a $afname -c $config_file -d $fname -h $host -H $fromhost -m $memory -t $cpumax -q $queue -R $return_addres -U $return_username -u $remote_username" 4774 4777 [[ "$cpp_opts" != "" ]] && mrun_com=${mrun_com}" -D \"$cpp_opts\"" 4775 4778 [[ "$global_revision" != "" ]] && mrun_com=${mrun_com}" -G \"$global_revision\""
Note: See TracChangeset
for help on using the changeset viewer.