Changeset 1366


Ignore:
Timestamp:
07/23/09 16:59:38 (16 years ago)
Author:
Mathieu Morlighem
Message:

fixed nightly run

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/cron/nightlyrun.sh

    r1357 r1366  
    1111#Recover package for which we run nightly.
    1212package=$1;
    13 
    1413echo $package
    15 exit
    1614
    1715#create ISSM variables
     
    6361#5: change issm.rc
    6462cd etc
    65 cat cluster.rc | sed -e "s/cluster_codepath=\/u\/wilkes-r1b\/larour\/Ice\/ice1.proto\/bin/cluster_codepath=\/u\/wilkes-r1b\/morlighe\/svn\/issm\/trunk\/cron\/trunk\/bin/g" | sed -e "s/cluster_executionpath=\/home\/larour\/Testing\/Execution/cluster_executionpath=\/u\/wilkes-r1b\/morlighe\/Execution/g"> cluster.bak
     63cat cluster.rc | sed -e "s/cluster_codepath=\/u\/astrid1\/larour\/issm\/trunk\/bin/cluster_codepath=\/u\/wilkes-r1b\/morlighe\/svn\/issm\/trunk\/cron\/trunk\/bin/g" | sed -e "s/cluster_executionpath=\/u\/wilkes-r1b\/larour\/Testing\/Execution/cluster_executionpath=\/u\/wilkes-r1b\/morlighe\/ExecutionNightlyRun/g"> cluster.bak
    6664mv cluster.bak cluster.rc
    6765cd ..
     
    6967#Launch matlab and the nightly run script
    7068if [[ package == "" ]]
     69then
    7170        matlab -nojvm -nosplash  > ./nightlylong.log << EOF
    7271startup
     
    7473EOF
    7574else
    76 matlab -nojvm -nosplash  > ./nightlylong.log << EOF
     75        matlab -nojvm -nosplash  > ./nightlylong.log << EOF
    7776startup
    7877nightlyrun($1);
Note: See TracChangeset for help on using the changeset viewer.