You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sundials has a few parallel vector objects that can be used to solve a model in parallel (e.g. NVECTOR_OPENMP for shared memory, NVECTOR_PARALLEL for distributed memory), should expose these so a user can solve a model in parallel
Description
Sundials has a few parallel vector objects that can be used to solve a model in parallel (e.g. NVECTOR_OPENMP for shared memory, NVECTOR_PARALLEL for distributed memory), should expose these so a user can solve a model in parallel
See #2217
Motivation
ability for users to solve a (single) model in parallel, either on a shared memory machine or a cluster
Possible Implementation
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: