You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
... if the init/finalize is meant to be called from inside a parallel region, then guarding by omp_in_parallel() might be a good idea, but if called from outside a #parallel then we always get one thread only.
The text was updated successfully, but these errors were encountered:
dbcsr/src/acc/libsmm_acc/libsmm_acc_init.cpp
Lines 37 to 41 in 21dae0f
dbcsr/src/acc/libsmm_acc/libsmm_acc_init.cpp
Lines 80 to 85 in 21dae0f
... if the init/finalize is meant to be called from inside a parallel region, then guarding by
omp_in_parallel()
might be a good idea, but if called from outside a#parallel
then we always get one thread only.The text was updated successfully, but these errors were encountered: