Changeset 19470
- Timestamp:
- 07/30/15 16:30:12 (10 years ago)
- Location:
- issm/trunk-jpl/jenkins
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/jenkins/jenkins.sh
r19464 r19470 185 185 if [ $MATLAB_TEST -eq 1 ]; then 186 186 #Launch all tests on different cpus {{{ 187 for (( i=1;i<=$NUMCPUS_RUN;i *=2))187 for (( i=1;i<=$NUMCPUS_RUN;i++ )) 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 *=2))233 for (( i=1;i<=$NUMCPUS_RUN;i++ )) 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 *=2))248 for (( i=1;i<=$NUMCPUS_RUN;i++ )) 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 *=2))260 for (( i=1;i<=$NUMCPUS_RUN;i++ )) 261 261 do 262 262 echo "This is the concatenation phase for rank: python_log$i.log" -
issm/trunk-jpl/jenkins/linux64_caladan
r19469 r19470 85 85 86 86 #number of cpus used in the nightly runs. 87 NUMCPUS_RUN= 487 NUMCPUS_RUN=2 88 88 89 89 #Nightly run options. The matlab routine runme.m will be called
Note:
See TracChangeset
for help on using the changeset viewer.