Changeset 24458
- Timestamp:
- 12/08/19 19:19:47 (5 years ago)
- Location:
- issm/trunk-jpl/jenkins
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/jenkins/jenkins.sh
r24390 r24458 40 40 JAVASCRIPT_TEST=0 41 41 EXAMPLES_TEST=0 42 43 # Initialize resource variables (to avoid "i<=: syntax error: operand expected" 44 # in for loops) 45 NUMCPUS_INSTALL=1 46 NUMCPUS_RUN=1 47 42 48 43 49 #source configuration script -
issm/trunk-jpl/jenkins/macosx_pine-island
r24427 r24458 61 61 62 62 # Number of CPUs used in the nightly runs 63 NUMCPUS_RUN= 63 NUMCPUS_RUN=2 64 64 65 65 # Nightly run options -
issm/trunk-jpl/jenkins/macosx_pine-island_dakota
r24427 r24458 66 66 67 67 # Number of CPUs used in the nightly runs 68 NUMCPUS_RUN= 468 NUMCPUS_RUN=2 69 69 70 70 # Nightly run options -
issm/trunk-jpl/jenkins/macosx_pine-island_dakota_static
r24427 r24458 57 57 58 58 #number of cpus used in the nightly runs. 59 NUMCPUS_RUN= 459 NUMCPUS_RUN=2 60 60 61 61 #Nightly run options. The matlab routine runme.m will be called -
issm/trunk-jpl/jenkins/macosx_pine-island_examples
r24427 r24458 67 67 68 68 # Number of CPUs used in the nightly runs 69 NUMCPUS_RUN= 469 NUMCPUS_RUN=2 70 70 71 71 # Nightly run options -
issm/trunk-jpl/jenkins/macosx_pine-island_static
r24427 r24458 70 70 71 71 # Number of CPUs used in the nightly runs 72 NUMCPUS_RUN= 472 NUMCPUS_RUN=2 73 73 74 74 # Nightly run options
Note:
See TracChangeset
for help on using the changeset viewer.