[issm-svn] r23297 - issm/trunk/jenkins

jdquinn at issm.ess.uci.edu jdquinn at issm.ess.uci.edu
Mon Sep 17 15:16:18 PDT 2018


Author: jdquinn
Date: 2018-09-17 15:16:18 -0700 (Mon, 17 Sep 2018)
New Revision: 23297

Modified:
   issm/trunk/jenkins/windows
   issm/trunk/jenkins/windows_static
Log:
CHG: Use maximum number of available CPUs

Modified: issm/trunk/jenkins/windows
===================================================================
--- issm/trunk/jenkins/windows	2018-09-17 22:14:16 UTC (rev 23296)
+++ issm/trunk/jenkins/windows	2018-09-17 22:16:18 UTC (rev 23297)
@@ -49,10 +49,10 @@
 
 #number of cpus used in ISSM installation and compilation (one is usually
 #safer as some packages are very sensitive to parallel compilation)
-NUMCPUS_INSTALL=6
+NUMCPUS_INSTALL=8
 
 #number of cpus used in the nightly runs.
-NUMCPUS_RUN=2
+NUMCPUS_RUN=8
 
 #Nightly run options. The matlab routine runme.m will be called
 #as follows: runme($MATLAB_NROPTIONS). The options must be understandable

Modified: issm/trunk/jenkins/windows_static
===================================================================
--- issm/trunk/jenkins/windows_static	2018-09-17 22:14:16 UTC (rev 23296)
+++ issm/trunk/jenkins/windows_static	2018-09-17 22:16:18 UTC (rev 23297)
@@ -49,10 +49,10 @@
 
 #number of cpus used in ISSM installation and compilation (one is usually
 #safer as some packages are very sensitive to parallel compilation)
-NUMCPUS_INSTALL=6
+NUMCPUS_INSTALL=8
 
 #number of cpus used in the nightly runs.
-NUMCPUS_RUN=2
+NUMCPUS_RUN=8
 
 #Nightly run options. The matlab routine runme.m will be called
 #as follows: runme($MATLAB_NROPTIONS). The options must be understandable



More information about the issm-svn mailing list