-
Notifications
You must be signed in to change notification settings - Fork 141
Open
Description
Is it possible to support MPI?
SCS uses OpenMP to realize parallelism. However, when solving large-scale problems, we need MPI support to run them on HPC clusters.
Now, SCS can run on only one node and solve SDP problems using the indirect linear system solver with a 4000*4000 variable matrix (about 16000000 variables and 32000000 constraints). If I plan to calculate larger problems, about with a 16000 * 16000 variable matrix, MPI is necessary.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels