Parallel Optimization
Posted: 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
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