Changeset 1043


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

further script adjustments for lckiaps

Location:
palm/trunk/SCRIPTS
Files:
1 added
2 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
  • palm/trunk/SCRIPTS/subjob

    r1040 r1043  
    13731373       then
    13741374          echo "qsub -J n  -s /bin/ksh  scpjob.$kennung"     >>  $job_to_send
     1375       elif [[ $remote_host = lckiaps ]]
     1376       then
     1377          echo "mv  scpjob.$kennung  $job_catalog"           >>  $job_to_send
     1378          echo "ssh ${remote_username}@${remote_addres}  \"$submcom ${job_catalog}/scpjob.$kennung\" "  >>  $job_to_send
     1379          echo "rm  ${job_catalog}/scpjob.$kennung"          >>  $job_to_send
    13751380       else
    13761381          echo "$submcom  scpjob.$kennung"      >>  $job_to_send
    13771382       fi
    1378        if [[ $remote_host != ibmku ]]
     1383       if [[ $remote_host != ibmku  &&  $remote_host != lckiaps ]]
    13791384       then
    13801385          echo "rm  scpjob.$kennung"            >>  $job_to_send
Note: See TracChangeset for help on using the changeset viewer.