NCAR / micm

A model-independent chemistry module for atmosphere models
https://ncar.github.io/micm/
Apache License 2.0
6 stars 4 forks source link

MSVC build fails #563

Closed mattldawson closed 2 weeks ago

mattldawson commented 3 weeks ago

MSVC 2019 (Win32) build is failing because of ICEs, and MSVC 2022 (x64) tests are failing with a SEGFAULT.

Acceptance Criteria

Ideas

which had been:

    return SolverPolicy(
      parameters,
      LinearSolverPolicy(jacobian, 1.0e-30),
      Oregonator<MatrixPolicy, SparseMatrixPolicy>(number_of_grid_cells, nonzero_jacobian_elements),
      jacobian);
mwaxmonsky commented 3 weeks ago

https://github.com/actions/runner-images/issues/10020

mattldawson commented 3 weeks ago

It appears the MSVC 2022 tests are now passing, so it may have been an issue with the action runner that got fixed