Skip to content

OpenMP overhead #4

Description

@wlandau

I was profiling a colleague's internal Rcpp-powered package recently (see gperftools and pprof) and omp_get_num_procs() showed up as a major bottleneck (50% of the runtime). And apparently, the omp_get_num_procs() function itself was not the problem. It was apparently masking the general OpenMP overhead from frequently jumping in and out of a parallel state. I suspect fbseqOpenMP suffers from the same bottleneck, which could be why we did not really see a speed gain relative to simultaneous single-threaded chains. To work around this without CUDA, it might be necessary to micromanage a pool of persistent POSIX threads.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions