Update muelu-cheby2er12-drop0.02-smoo-rebaltarg10k-explR-rebalPR-aggs… - #1
Open
sthomas61 wants to merge 1 commit into
Open
Update muelu-cheby2er12-drop0.02-smoo-rebaltarg10k-explR-rebalPR-aggs…#1sthomas61 wants to merge 1 commit into
sthomas61 wants to merge 1 commit into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
reducing the number of V-cycle pre-sweeps to 1 from 2 maintains the same GMRES iteration
counts for the continuity solver. The solver time drops by 1/2 and the overall Nalu-Wind run time
is reduced 10-20%. Tested with Chebyshev smoother on G1 mesh (Cori)
sthomas1@cori07:/global/cscratch1/sd/sthomas1/g1> fgrep "solve --" nrel_5mw_g1-muelu-128-gmres-cheb-1.log
solve -- avg: 0 min: 0 max: 0
solve -- avg: 488.069 min: 486.7 max: 489.225
solve -- avg: 352.963 min: 352.942 max: 352.972
sthomas1@cori07:/global/cscratch1/sd/sthomas1/g1> fgrep "solve --" nrel_5mw_g1-muelu-128-gmres-cheby-post-1.log
solve -- avg: 0 min: 0 max: 0
solve -- avg: 488.481 min: 487.096 max: 489.641
solve -- avg: 160.619 min: 160.603 max: 160.627