Project-Platypus / Platypus

A Free and Open Source Python Library for Multiobjective Optimization
GNU General Public License v3.0
563 stars 153 forks source link

Nested MPI #154

Closed Blazen1 closed 4 years ago

Blazen1 commented 4 years ago

I am looking to get help on converting my optimization code to use MPI.

Currently, my main code has a objective function that uses python's multi-processing. I am wanting to use MPI with platypus as well as with my function creating some sort of nested MPI call. This would allow me to use the code on a cluster without locking to a node.

Any help is appreciated.