Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use sundials parallel vectors for parallel solves #2645

Closed
martinjrobins opened this issue Jan 31, 2023 · 0 comments · Fixed by #2947
Closed

use sundials parallel vectors for parallel solves #2645

martinjrobins opened this issue Jan 31, 2023 · 0 comments · Fixed by #2947
Assignees
Labels
difficulty: hard Will take several weeks feature priority: medium To be resolved if time allows

Comments

@martinjrobins
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
difficulty: hard Will take several weeks feature priority: medium To be resolved if time allows
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants