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
Several parts of the code are parallelized with OMP. It would be nice to have some tests/benchmarks to ensure that when we modify the code, the parallel performance doesn't change. Maybe adding tests with calculations in single node and with four cores (as is the current default), and then comparing the times.
The text was updated successfully, but these errors were encountered:
Several parts of the code are parallelized with OMP. It would be nice to have some tests/benchmarks to ensure that when we modify the code, the parallel performance doesn't change. Maybe adding tests with calculations in single node and with four cores (as is the current default), and then comparing the times.
The text was updated successfully, but these errors were encountered: