Changeset 2180
- Timestamp:
- 09/09/09 17:24:00 (15 years ago)
- Location:
- issm/trunk/cron
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/cron/nightlyrun.sh
r1857 r2180 144 144 warning off %necessary to avoid a nightly.log of several Go for cielo_parallel 145 145 try, 146 nightlyrun ($PACKAGES);146 nightlyrun; 147 147 catch me, 148 148 %An error occured, get report and exit -
issm/trunk/cron/run.sh
r1977 r2180 2 2 3 3 numprocs=8; 4 packages="{'cielo_serial'}";5 4 6 5 #figure out if startup.m is here, otherwise, symlink it. … … 22 21 warning off %necessary to avoid a nightly.log of several Go for cielo_parallel 23 22 try, 24 nightlyrun($ packages,$i,$numprocs);23 nightlyrun($i,$numprocs); 25 24 catch me, 26 25 %An error occured, get report and exit
Note:
See TracChangeset
for help on using the changeset viewer.