Changeset 821 for palm


Ignore:
Timestamp:
Feb 14, 2012 10:51:28 AM (12 years ago)
Author:
maronga
Message:

bugfix in mrun (queue was not properly set, bigq not available on ice1)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/mrun

    r818 r821  
    242242     #                     restart runs. check is now possible with topography
    243243     #                     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
    244247 
    245248    # VARIABLENVEREINBARUNGEN + DEFAULTWERTE
     
    12961299        (ibmy)       queue=parallel;;
    12971300        (lckyoto)    queue=ph;;
    1298         (lcsgib)     queue=bigq;;
    1299         (lcsgih)     queue=bigq;;
     1301        (lcsgib)     queue=testq;;
     1302        (lcsgih)     queue=testq;;
    13001303        (lctit)      queue=S;;
    13011304        (nech)       queue=none;;
     
    47714774
    47724775       # 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"
    47744777    [[ "$cpp_opts" != "" ]]       &&  mrun_com=${mrun_com}" -D \"$cpp_opts\""
    47754778    [[ "$global_revision" != "" ]]  &&  mrun_com=${mrun_com}" -G \"$global_revision\""
Note: See TracChangeset for help on using the changeset viewer.