Changeset 19464
- Timestamp:
- 07/28/15 19:08:14 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/jenkins/jenkins.sh
r19458 r19464 185 185 if [ $MATLAB_TEST -eq 1 ]; then 186 186 #Launch all tests on different cpus {{{ 187 for (( i=1;i<=$NUMCPUS_RUN;i ++))187 for (( i=1;i<=$NUMCPUS_RUN;i*=2 )) 188 188 do 189 189 #Launch matlab and the nightly run script … … 231 231 cd $ISSM_DIR/nightlylog/ 232 232 rm matlab_log.log 233 for (( i=1;i<=$NUMCPUS_RUN;i ++))233 for (( i=1;i<=$NUMCPUS_RUN;i*=2 )) 234 234 do 235 235 cat matlab_log$i.log >> matlab_log.log … … 246 246 PYTHON_START_TIME=$(timer); 247 247 export PYTHONSTARTUP=$ISSM_DIR/src/m/dev/devpath.py 248 for (( i=1;i<=$NUMCPUS_RUN;i ++))248 for (( i=1;i<=$NUMCPUS_RUN;i*=2 )) 249 249 do 250 250 cd $ISSM_DIR/test/NightlyRun … … 258 258 cd $ISSM_DIR/nightlylog/ 259 259 rm python_log.log 260 for (( i=1;i<=$NUMCPUS_RUN;i ++))260 for (( i=1;i<=$NUMCPUS_RUN;i*=2 )) 261 261 do 262 262 echo "This is the concatenation phase for rank: python_log$i.log"
Note:
See TracChangeset
for help on using the changeset viewer.