OpenMP Not Working? #847
Labels
backend: openmp
Specific to OpenMP execution (CPUs)
bug: affects latest release
Bug also exists in latest release version
bug
Something isn't working
Tested with 1 MPI rank:
It looks like setting
OMP_NUM_THREADS
to values greater than 1 neither accelerates tracking nor space charge calculations right now. This is a defect.The init logic shows we use multiple threads, but tracking takes as long with 1 as with 4 threads as of
25.02
.Reproducer (private link):
But any other example (disable diagnostics to reduce noise) shows this as well.
The text was updated successfully, but these errors were encountered: