StructJuMP / StructJuMP.jl

A block-structured optimization framework for JuMP
Other
54 stars 19 forks source link

fixing user and non-user intialized MPI wrapper #31

Closed fqiang closed 8 years ago

fqiang commented 8 years ago

This fixe allows multiple model instances to be created and solved in a one julia console process. Every model instance are now using the same mpiWrapper object that will be destructed when it is out of scope (when julia is exited).