Changeset 19470


Ignore:
Timestamp:
07/30/15 16:30:12 (10 years ago)
Author:
glperez
Message:

CHG: Restored previous increment style for rank.
CHG: Reduced number of CPUs for new Jenkins, as it was overworking the machine.

Location:
issm/trunk-jpl/jenkins
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/jenkins/jenkins.sh

    r19464 r19470  
    185185if [ $MATLAB_TEST -eq 1 ]; then
    186186#Launch all tests on different cpus {{{
    187 for (( i=1;i<=$NUMCPUS_RUN;i*=2 ))
     187for (( i=1;i<=$NUMCPUS_RUN;i++ ))
    188188do
    189189        #Launch matlab and the nightly run script
     
    231231cd $ISSM_DIR/nightlylog/
    232232rm matlab_log.log
    233 for (( i=1;i<=$NUMCPUS_RUN;i*=2 ))
     233for (( i=1;i<=$NUMCPUS_RUN;i++ ))
    234234do
    235235        cat matlab_log$i.log >> matlab_log.log
     
    246246PYTHON_START_TIME=$(timer);
    247247export PYTHONSTARTUP=$ISSM_DIR/src/m/dev/devpath.py
    248 for (( i=1;i<=$NUMCPUS_RUN;i*=2 ))
     248for (( i=1;i<=$NUMCPUS_RUN;i++ ))
    249249do
    250250        cd $ISSM_DIR/test/NightlyRun
     
    258258cd $ISSM_DIR/nightlylog/
    259259rm python_log.log
    260 for (( i=1;i<=$NUMCPUS_RUN;i*=2 ))
     260for (( i=1;i<=$NUMCPUS_RUN;i++ ))
    261261do
    262262        echo "This is the concatenation phase for rank: python_log$i.log"
  • issm/trunk-jpl/jenkins/linux64_caladan

    r19469 r19470  
    8585
    8686#number of cpus used in the nightly runs.
    87 NUMCPUS_RUN=4
     87NUMCPUS_RUN=2
    8888
    8989#Nightly run options. The matlab routine runme.m will be called
Note: See TracChangeset for help on using the changeset viewer.