What could be the reason for openmp to constantly recreate the thread pool?
My program runs on linux, and uses a openmp-enabled dynamic library (named calc.so) for fast parallel computation, calc.so exports this function double calc(double* data)
.