Skip to content

[Question] is later compatible with OpenMP? #168

Open
@dipterix

Description

@dipterix

I was wondering if I run later c++ BackgroundTask::execute with omp code inside, will there be any side-effects?

Something like

void execute() {

  ...
#pragma omp parallel num_threads(ncores)
{
  ...
}
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions