Index: /issm/trunk-jpl/jenkins/jenkins.sh
===================================================================
--- /issm/trunk-jpl/jenkins/jenkins.sh	(revision 20057)
+++ /issm/trunk-jpl/jenkins/jenkins.sh	(revision 20058)
@@ -309,4 +309,9 @@
 fi
 
+# This test will allow us to check on the status of the examples.
+if [ $EXAMPLES_TEST -eq 1]; then
+	cd $ISSM_DIR/examples
+fi
+
 #process logs to be junit compatible
 #{{{
Index: /issm/trunk-jpl/jenkins/windows
===================================================================
--- /issm/trunk-jpl/jenkins/windows	(revision 20057)
+++ /issm/trunk-jpl/jenkins/windows	(revision 20058)
@@ -69,5 +69,5 @@
 #number of cpus used in ISSM installation and compilation (one is usually
 #safer as some packages are very sensitive to parallel compilation)
-NUMCPUS_INSTALL=4
+NUMCPUS_INSTALL=5
 
 #number of cpus used in the nightly runs.
