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
This test fails with error SystemExit: ERROR: Leftover threads?
when run as part of the full scripts_regression_tests.py
but passes when run using ctest or when run as an individual test.
The text was updated successfully, but these errors were encountered:
…#992
Performance optimizations:
Linearize two nested loops into one larger np*np loop
Fuse intrinsic reduction function sum into an existing explicit loop
Vectorize the explicit linearized loop
Replace multiple array references with local variables
Fuse linearized and final update loops
Result:
before: 7% of total time in standalone NE=8 HOMME runs
after: this function is now 3.5% of total time
total run time is reduced from 7.722 seconds/sim-day downto 7.244s or 7% speedup
[non-BFB] - due to change in the order of floating-point operations
…#992
Performance optimizations:
Linearize two nested loops into one larger np*np loop
Fuse intrinsic reduction function sum into an existing explicit loop
Vectorize the explicit linearized loop
Replace multiple array references with local variables
Fuse linearized and final update loops
Result:
before: 7% of total time in standalone NE=8 HOMME runs
after: this function is now 3.5% of total time
total run time is reduced from 7.722 seconds/sim-day downto 7.244s or 7% speedup
[non-BFB] - due to change in the order of floating-point operations
This test fails with error SystemExit: ERROR: Leftover threads?
when run as part of the full scripts_regression_tests.py
but passes when run using ctest or when run as an individual test.
The text was updated successfully, but these errors were encountered: