Changeset 25702
- Timestamp:
- 10/21/20 00:48:23 (4 years ago)
- Location:
- issm/trunk-jpl/jenkins
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/jenkins/jenkins.sh
r25685 r25702 389 389 # }}} 390 390 391 #python tests 391 # Python tests 392 # 393 # TODO: Figure out why "Running Python test for Rank $i" is printed twice for each CPU 392 394 # {{{ 393 395 if [ $PYTHON_TEST -eq 1 ]; then -
issm/trunk-jpl/jenkins/ross-debian_linux-dakota
r25701 r25702 86 86 # NOTE: 87 87 # - Errors are large for tests 234, 418, and 420 under Python 88 # - Excluding 2006 under Python until it can be debugged (PETSc crash) 88 89 # 89 90 MATLAB_NROPTIONS="'id',[IdFromString('Dakota')]" 90 PYTHON_NROPTIONS="--include_name 'Dakota' --exclude 234 418 420 "91 PYTHON_NROPTIONS="--include_name 'Dakota' --exclude 234 418 420 2006" -
issm/trunk-jpl/jenkins/ross-debian_linux-solid_earth
r25700 r25702 86 86 # 87 87 # NOTE: 88 # - Tests 2002, 2003, 20 10, 2101, and 2021 are excluded as Gmsh produces different-sized meshes on macOS and Linux for 3d objects (archives are generated on macOS).88 # - Tests 2002, 2003, 2005, 2010, 2101, and 2021 are excluded as Gmsh produces different-sized meshes on macOS and Linux for 3d objects (archives are generated on macOS). 89 89 # 90 MATLAB_NROPTIONS="'benchmark','slr','exclude',[2002 2003 20 10 2021 2101]"90 MATLAB_NROPTIONS="'benchmark','slr','exclude',[2002 2003 2005 2010 2021 2101]" 91 91 PYTHON_NROPTIONS="--benchmark slr --exclude 2002 2003 2005 2010 2021 2101"
Note:
See TracChangeset
for help on using the changeset viewer.