Changeset 970


Ignore:
Timestamp:
Aug 6, 2012 2:13:29 PM (12 years ago)
Author:
maronga
Message:

mrun updated (automatic restarts were not possible at imuk)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/mrun

    r931 r970  
    262262     # 08/06/12 - Bjoern  - max_pr_user enabled for the namelist file check,
    263263     #                      sleep commands are now disabled in silent mode (-v)
    264 
     264     # 06/08/12 - Bjoern  - update: system update at imuk now requires (new)
     265     #                      initial shell commands on ssh calls (automatic
     266     #                      restart runs were not possible)
    265267 
    266268    # VARIABLENVEREINBARUNGEN + DEFAULTWERTE
     
    46914693                if [[ $(echo $return_addres | grep -c "130.75.105") = 1 ]]
    46924694                then
    4693                    ssh $return_addres -l $return_username "PATH=\$PATH:$LOCAL_MRUN_PATH;export LD_LIBRARY_PATH=\$LD_LIBRARY_PATH:/muksoft/packages/intel/Compiler/11.1/073/lib/intel64/;export PALM_BIN=$LOCAL_MRUN_PATH;cd $LOCAL_PWD; $mc "
     4695                   ssh $return_addres -l $return_username "PATH=\$PATH:$LOCAL_MRUN_PATH;. /muksoft/packages/intel/bin/compilervars.sh intel64;PALM_BIN=$LOCAL_MRUN_PATH;cd $LOCAL_PWD; $mc "
    46944696                else
    46954697                   if [[ $localhost = ibmkisti ]]
Note: See TracChangeset for help on using the changeset viewer.