Index: /issm/trunk-jpl/jenkins/jenkins.sh
===================================================================
--- /issm/trunk-jpl/jenkins/jenkins.sh	(revision 19469)
+++ /issm/trunk-jpl/jenkins/jenkins.sh	(revision 19470)
@@ -185,5 +185,5 @@
 if [ $MATLAB_TEST -eq 1 ]; then
 #Launch all tests on different cpus {{{
-for (( i=1;i<=$NUMCPUS_RUN;i*=2 ))
+for (( i=1;i<=$NUMCPUS_RUN;i++ ))
 do
 	#Launch matlab and the nightly run script
@@ -231,5 +231,5 @@
 cd $ISSM_DIR/nightlylog/
 rm matlab_log.log
-for (( i=1;i<=$NUMCPUS_RUN;i*=2 ))
+for (( i=1;i<=$NUMCPUS_RUN;i++ ))
 do
 	cat matlab_log$i.log >> matlab_log.log
@@ -246,5 +246,5 @@
 PYTHON_START_TIME=$(timer);
 export PYTHONSTARTUP=$ISSM_DIR/src/m/dev/devpath.py
-for (( i=1;i<=$NUMCPUS_RUN;i*=2 ))
+for (( i=1;i<=$NUMCPUS_RUN;i++ ))
 do
 	cd $ISSM_DIR/test/NightlyRun
@@ -258,5 +258,5 @@
 cd $ISSM_DIR/nightlylog/
 rm python_log.log
-for (( i=1;i<=$NUMCPUS_RUN;i*=2 ))
+for (( i=1;i<=$NUMCPUS_RUN;i++ ))
 do
 	echo "This is the concatenation phase for rank: python_log$i.log"
Index: /issm/trunk-jpl/jenkins/linux64_caladan
===================================================================
--- /issm/trunk-jpl/jenkins/linux64_caladan	(revision 19469)
+++ /issm/trunk-jpl/jenkins/linux64_caladan	(revision 19470)
@@ -85,5 +85,5 @@
 
 #number of cpus used in the nightly runs.
-NUMCPUS_RUN=4
+NUMCPUS_RUN=2
 
 #Nightly run options. The matlab routine runme.m will be called
