bvhar Getting Started

OpenMP

OpenMP multithreading is used when conducting parallel chains MCMC. If OpenMP is not enabled, the chains are run sequentially. bvhar provides OpenMP checking functions.

from bvhar.utils import checkomp
checkomp.check_omp()
OpenMP threads:  4

True if enabled, False if not:

checkomp.is_omp()
True