Changeset 2190
- Timestamp:
- 09/10/09 15:44:23 (16 years ago)
- Location:
- issm/trunk/cron
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/cron/configs/linux64_local
r2186 r2190 71 71 72 72 #number of cpus used in the nightly runs. 73 NUMCPUS_RUN= 473 NUMCPUS_RUN=5 74 74 75 75 #Nightly run options. The matlab routine nightlyrun.m will be called -
issm/trunk/cron/run.sh
r2186 r2190 29 29 echo "nightlyrun;" 30 30 else 31 echo "nightlyrun($NROPTIONS,'rank',$i,'numproc ',$NUMCPUS_RUN);"31 echo "nightlyrun($NROPTIONS,'rank',$i,'numprocs',$NUMCPUS_RUN);" 32 32 fi 33 33 ) … … 47 47 48 48 wait 49 exit 49 50 50 51 #remove matlab_run scripts.
Note:
See TracChangeset
for help on using the changeset viewer.