Changeset 1974
- Timestamp:
- 08/26/09 17:04:30 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/cron/run.sh
r1933 r1974 2 2 3 3 numprocs=8; 4 packages="{'cielo_serial'}"; 4 5 5 6 #figure out if startup.m is here, otherwise, symlink it. … … 16 17 for (( i=1;i<=$numprocs;i++ )) 17 18 do 18 19 19 #Launch matlab and the nightly run script 20 20 cat > matlab_run$i.m << EOF … … 22 22 warning off %necessary to avoid a nightly.log of several Go for cielo_parallel 23 23 try, 24 nightlyrun( {'cielo_serial'},$i,$numprocs);24 nightlyrun($packages,$i,$numprocs); 25 25 catch me, 26 26 %An error occured, get report and exit … … 33 33 exit 34 34 EOF 35 36 35 matlab -nojvm -nosplash -r matlab_run$i -logfile nightlylong$i.log & 37 36 done
Note:
See TracChangeset
for help on using the changeset viewer.