Changeset 23262


Ignore:
Timestamp:
09/11/18 18:53:15 (7 years ago)
Author:
jdquinn
Message:

CHG: Attempting to bring Python build test suite reporting online

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/jenkins/linux64_ross_python

    r23261 r23262  
    5050#number of cpus used in ISSM installation and compilation (one is usually
    5151#safer as some packages are very sensitive to parallel compilation)
    52 NUMCPUS_INSTALL=10
     52NUMCPUS_INSTALL=5
    5353
    5454#number of cpus used in the nightly runs.
    55 NUMCPUS_RUN=5
     55NUMCPUS_RUN=3
    5656
    5757#Nightly run options. The matlab routine runme.m will be called
     
    5959#by Matlab and runme.m
    6060#ex: "'id',[101 102 103]"
    61 PYTHON_NROPTIONS="--exclude_name 'Dakota' --numprocs 1"
     61PYTHON_NROPTIONS="--exclude_name 'Dakota'"
    6262MATLAB_NROPTIONS="'exclude',[IdFromString('Dakota')]"
Note: See TracChangeset for help on using the changeset viewer.