Parallel Optimization

Provide easy-to-use, extensible software for modeling, simulating, controlling, and analyzing the neuromusculoskeletal system.
POST REPLY
User avatar
Vinay Kumar
Posts: 34
Joined: Thu Nov 08, 2018 6:50 am

Parallel Optimization

Post by Vinay Kumar » Tue Oct 22, 2019 2:19 am

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

Tags:

User avatar
Vinay Kumar
Posts: 34
Joined: Thu Nov 08, 2018 6:50 am

Re: Parallel Optimization

Post by Vinay Kumar » Tue Oct 22, 2019 10:37 pm

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=)

POST REPLY