expose-parallel.cpp
Go to the documentation of this file.
1 //
2 // Copyright (c) 2021 INRIA
3 //
4 
5 #include <omp.h>
6 
8 
9 namespace pinocchio
10 {
11  namespace python
12  {
13 
14  void exposeParallelRNEA();
15  void exposeParallelABA();
17 
19  {
20  namespace bp = boost::python;
21 
24 
25 #ifdef PINOCCHIO_WITH_HPP_FCL
27 #endif
28 
29  bp::def("omp_get_max_threads",&omp_get_max_threads,
30  "Returns an upper bound on the number of threads that could be used.");
31  }
32 
33  } // namespace python
34 } // namespace pinocchio
Main pinocchio namespace.
Definition: timings.cpp:28


pinocchio
Author(s):
autogenerated on Fri Jun 23 2023 02:38:30