Ignore:
Timestamp:
Nov 6, 2012 6:18:09 AM (12 years ago)
Author:
raasch
Message:

further script adjustments for lckiaps

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/mrun

    r1040 r1043  
    48464846    jobfile=jobfile.$RANDOM
    48474847
    4848        # initialize the environment and load modules
    4849     if [[ "$init_cmds" != "" ]]
    4850     then
    4851        echo  "$init_cmds"        >>  $jobfile
    4852     fi
    4853     if [[ "$module_calls" != "" ]]
    4854     then
    4855        echo  "$module_calls"     >>  $jobfile
    4856     fi
    48574848
    48584849       # TEMPORAERES VERZEICHNIS GENERIEREN UND NACH DORT WECHSELN
     
    48674858    else
    48684859       echo  "set +vx"                                   >>  $jobfile
     4860    fi
     4861
     4862
     4863       # initialize the environment and load modules
     4864    if [[ "$init_cmds" != "" ]]
     4865    then
     4866       echo  "$init_cmds"        >>  $jobfile
     4867    fi
     4868    if [[ "$module_calls" != "" ]]
     4869    then
     4870       echo  "$module_calls"     >>  $jobfile
    48694871    fi
    48704872
Note: See TracChangeset for help on using the changeset viewer.