Changeset 1366
- Timestamp:
- 07/23/09 16:59:38 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/cron/nightlyrun.sh
r1357 r1366 11 11 #Recover package for which we run nightly. 12 12 package=$1; 13 14 13 echo $package 15 exit16 14 17 15 #create ISSM variables … … 63 61 #5: change issm.rc 64 62 cd 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.bak63 cat 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 66 64 mv cluster.bak cluster.rc 67 65 cd .. … … 69 67 #Launch matlab and the nightly run script 70 68 if [[ package == "" ]] 69 then 71 70 matlab -nojvm -nosplash > ./nightlylong.log << EOF 72 71 startup … … 74 73 EOF 75 74 else 76 matlab -nojvm -nosplash > ./nightlylong.log << EOF75 matlab -nojvm -nosplash > ./nightlylong.log << EOF 77 76 startup 78 77 nightlyrun($1);
Note:
See TracChangeset
for help on using the changeset viewer.