later icon indicating copy to clipboard operation
later copied to clipboard

[Question] is later compatible with OpenMP?

Open dipterix opened this issue 1 year ago • 0 comments

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)
{
  ...
}
}

dipterix avatar Nov 14 '22 16:11 dipterix