Changeset 17059


Ignore:
Timestamp:
01/06/14 06:28:07 (11 years ago)
Author:
Eric.Larour
Message:

CHG: relaxed tolerances for windows tests on 334 and 332.
For Windows runs, no MUMPS yet, so can't do the FS runs, exclude these from the nightlys.
gmresjacobioptions: need to convert all the solvers to the new IssmConfig format.

Location:
issm/trunk-jpl
Files:
4 edited

Legend:

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

    r16935 r17059  
    9797#by Matlab and runme.m
    9898#ex: "'id',[101 102 103]"
    99 MATLAB_NROPTIONS=""
     99
     100#In Windows, we don't yet have MUMPS, can't do full stokes, so exclude all FS runs.
     101MATLAB_NROPTIONS="'exclude',[104, 204, 211, 215, 220, 221, 290, 308, 322, 404, 421, 422, 503, 507, 510, 511, 701, 702]"
    100102PYTHON_NROPTIONS=""
     103
     104
  • issm/trunk-jpl/src/m/solvers/gmresjacobioptions.m

    r16901 r17059  
    77
    88
    9 PETSC_VERSION=petscversion();
     9PETSC_VERSION=IssmConfig('_PETSC_MAJOR_');
    1010if PETSC_VERSION==3,
    1111   solverOptions.mat_type=getfieldvalue(options, 'mat_type','mpiaij');
  • issm/trunk-jpl/test/NightlyRun/test332.m

    r17023 r17059  
    2323%analitic=(md.mesh.y.^2-2*md.mesh.y*1.0e6)*(-2.0/(2*md.constants.yts*md.hydrology.sediment_transmitivity))
    2424field_names     ={'SedimentWaterHead','SedimentHeadResidual'};
    25 field_tolerances={1e-13, 2.5e-10};
     25field_tolerances={1e-13, 3e-10};
    2626field_values={md.results.HydrologySolution.SedimentHead,md.results.HydrologySolution.SedimentHeadResidual};
  • issm/trunk-jpl/test/NightlyRun/test334.m

    r17023 r17059  
    2525%analitic=(md.mesh.y.^2-2*md.mesh.y*1.0e6)*(-2.0/(2*md.constants.yts*md.hydrology.sediment_transmitivity))
    2626field_names     ={'SedimentWaterHead','SedimentHeadResidual'};
    27 field_tolerances={1e-13, 2.5e-10};
     27field_tolerances={1e-13, 3e-10};
    2828field_values={md.results.HydrologySolution.SedimentHead,md.results.HydrologySolution.SedimentHeadResidual};
Note: See TracChangeset for help on using the changeset viewer.