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
Parallel Optimization
- Vinay Kumar
- Posts: 34
- Joined: Thu Nov 08, 2018 6:50 am
- Vinay Kumar
- Posts: 34
- Joined: Thu Nov 08, 2018 6:50 am
Re: Parallel Optimization
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=)
Link: Got it answered on the Simbody forums (https://simtk.org/plugins/phpBB/viewtop ... rt=0&view=)