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

Add test of CUDA Rosenbrock with device-resident state throughout solve #540

Closed mattldawson closed 2 weeks ago

mattldawson commented 1 month ago

Add a test where the rate constants are calculated on the host, then all state data is copied to the device, the solve is performed, output is synched back to host.

Acceptance Criteria

Ideas