Changeset 1974


Ignore:
Timestamp:
08/26/09 17:04:30 (16 years ago)
Author:
Eric.Larour
Message:

some bug fix

File:
1 edited

Legend:

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

    r1933 r1974  
    22
    33numprocs=8;
     4packages="{'cielo_serial'}";
    45
    56#figure out if startup.m is here, otherwise, symlink it.
     
    1617for (( i=1;i<=$numprocs;i++ ))
    1718do
    18 
    1919        #Launch matlab and the nightly run script
    2020        cat > matlab_run$i.m << EOF
     
    2222        warning off %necessary to avoid a nightly.log of several Go for cielo_parallel
    2323        try,
    24                 nightlyrun({'cielo_serial'},$i,$numprocs);
     24                nightlyrun($packages,$i,$numprocs);
    2525        catch me,
    2626                %An error occured, get report and exit
     
    3333        exit
    3434EOF
    35 
    3635        matlab -nojvm -nosplash  -r matlab_run$i -logfile nightlylong$i.log &
    3736done
Note: See TracChangeset for help on using the changeset viewer.