Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lower ode_max_steps and make burn retry on by default
experience with science problems has shown that, especially on GPUs, one zone can take ode_max_steps and then fail, forcing the application code to deal with it (e.g. Castro retries). But often using the burn retry functionality (in particular swapping the Jacobian) makes the zone pass. This change lowers ode_max_steps from 150000 to 25000 and turns on the retry (which only enables Jacobian swapping by default). This should help with a lot of applications, although lowering ode_max_steps more can help further.
- Loading branch information