Page 1 of 1

Parallel Optimization

Posted: Tue Oct 22, 2019 2:19 am
by vinaym815
Hello everyone,

I am trying to run an optimization in parallel.
I have tried it using the following commands with different algorithms.

opt.setAdvancedStrOption("parallel ","multithreading");
opt.setAdvancedIntOption("nthreads", 4);

The codes compiles without any error but it's not parallel.
Any suggestion how that might be resolved.

Code: https://github.com/vinaym815/OpenSimExa ... c/main.cpp

Re: Parallel Optimization

Posted: Tue Oct 22, 2019 10:37 pm
by vinaym815
Got the question answered at the Simbody forums.

Link: Got it answered on the Simbody forums (https://simtk.org/plugins/phpBB/viewtop ... rt=0&view=)