source:
issm/oecreview/Archive/19101-20495/ISSM-19469-19470.diff@
20498
Last change on this file since 20498 was 20498, checked in by , 9 years ago | |
---|---|
File size: 1.7 KB |
-
../trunk-jpl/jenkins/jenkins.sh
184 184 #matlab tests 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 190 190 cat > $ISSM_DIR/nightlylog/matlab_run$i.m << EOF … … 230 230 #concatenate reports 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 236 236 done … … 245 245 #Launch all tests on different cpus {{{ 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 251 251 echo "--------------Running Python test for Rank $i---------------------" … … 257 257 # concatenate reports 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" 263 263 #cat python_log$i.log -
../trunk-jpl/jenkins/linux64_caladan
84 84 NUMCPUS_INSTALL=4 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 90 90 #as follows: runme($MATLAB_NROPTIONS). The options must be understandable
Note:
See TracBrowser
for help on using the repository browser.