Ignore:
Timestamp:
03/12/20 13:26:28 (5 years ago)
Author:
jdquinn
Message:

CHG: Attempting to avoid seg fault on launch of MATLAB by testing with one CPU

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/jenkins/pine_island-mac-dakota

    r24650 r24660  
    6868
    6969# Number of CPUs used in the nightly runs
    70 NUMCPUS_RUN=2
     70NUMCPUS_RUN=1
    7171
    7272# Nightly run options
    7373#
    74 # See documentation in test/NightlyRun/runme.* for more information
     74# See documentation in test/NightlyRun/runme.* for more information.
    7575#
    7676# NOTE:
    77 #       - Errors are large for 418, 420
     77# - See test418.py for reason why it is excluded for now.
     78# - Error is large for test420.
    7879#
    79 PYTHON_NROPTIONS="--exclude 119 243 514 701 702 703 234 235 418 420 --include_name 'Dakota'"
    80 MATLAB_NROPTIONS="'exclude',[119,243,514,701,702,703,234,235,418,420],'id',[IdFromString('Dakota')]"
     80MATLAB_NROPTIONS="'exclude',[243,420,435,701,702],'id',[IdFromString('Dakota')]"
     81PYTHON_NROPTIONS="--exclude 243 418 420 435 701 702 --include_name 'Dakota'"
Note: See TracChangeset for help on using the changeset viewer.