pynbody.openmp

pynbody.openmp#

Interface to OpenMP functions

Functions

get_cpus()

Maps to the OpenMP function omp_get_num_procs()

get_threads()

Maps to the OpenMP function omp_get_max_threads()

set_threads(num)

Maps to the OpenMP function omp_set_num_threads()