Changeset 2190


Ignore:
Timestamp:
09/10/09 15:44:23 (16 years ago)
Author:
Mathieu Morlighem
Message:

some fixing

Location:
issm/trunk/cron
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/cron/configs/linux64_local

    r2186 r2190  
    7171
    7272#number of cpus used in the nightly runs.
    73 NUMCPUS_RUN=4
     73NUMCPUS_RUN=5
    7474
    7575#Nightly run options. The matlab routine nightlyrun.m will be called
  • issm/trunk/cron/run.sh

    r2186 r2190  
    2929                echo "nightlyrun;"
    3030        else
    31                 echo "nightlyrun($NROPTIONS,'rank',$i,'numproc',$NUMCPUS_RUN);"
     31                echo "nightlyrun($NROPTIONS,'rank',$i,'numprocs',$NUMCPUS_RUN);"
    3232        fi
    3333                )
     
    4747
    4848wait
     49exit
    4950
    5051#remove matlab_run scripts.
Note: See TracChangeset for help on using the changeset viewer.