snopt / snopt-interface

C/C++ API for SNOPT7
MIT License
27 stars 12 forks source link

how to run sntoya.cpp in parallel? #12

Closed salimoha closed 6 years ago

salimoha commented 6 years ago

I have an optimization problem that I want to run in multiple processors. Technically, I want to solve the optimization problem with multiple starting points. How can I do that using snopt in C environment?

gnowzil commented 6 years ago

MPI (OpenMPI, MPICH, etc) or OpenMP? Those are options for parallelizing code. You should choose the one that best suits your needs.