You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Multithreading is implemented using OpenMP. We want to enable OpenMP only inside crocoddyl. This is done using a CMake flag inside crocoddyl.
Tasks to make it work:
based on the development Dockerfile, make an experiment Dockerfile that only differs on those points.
compiles all code with -03 option and without debug symbols
compiles crocoddyl with OpenMP support
benchmark the performances of crocoddyl with OpenMP on miyanoura to assess that we are indeed able to have better performances. The test can first be ran in C++. However, it should be tested with Python.
Make sure that future experiments uses the experiment image generated using the experiment Dockerfile.
The text was updated successfully, but these errors were encountered:
Multithreading is implemented using OpenMP. We want to enable OpenMP only inside crocoddyl. This is done using a CMake flag inside crocoddyl.
Tasks to make it work:
-03
option and without debug symbolsThe text was updated successfully, but these errors were encountered: