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
What is your suggested feature? Please describe.
To achieve at least thread parallelization of sktwocnt, two problems should be addressed:
anglib is not thread-safe and its module structure is at least questionable
OMP will be unable to copy the derived integrator type in the loop over dimer distances
(workaround for testing: initialize integrator within the loop --> results in overhead due to recalculated finite differences matrices)
The text was updated successfully, but these errors were encountered:
What is your suggested feature? Please describe.
To achieve at least thread parallelization of sktwocnt, two problems should be addressed:
(workaround for testing: initialize integrator within the loop --> results in overhead due to recalculated finite differences matrices)
The text was updated successfully, but these errors were encountered: