Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Shortening some tests/demos #82

Merged
merged 14 commits into from
Feb 28, 2024
Merged

Shortening some tests/demos #82

merged 14 commits into from
Feb 28, 2024

Conversation

rckirby
Copy link
Collaborator

@rckirby rckirby commented Feb 27, 2024

Tweak tests to take less time to run.

"snes_type": "ksponly",
"ksp_type": "fgmres",
"ksp_max_it": 200,
"ksp_gmres_restart": 30,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not critical for a test, but these seem like generic defaults. Do we expect this to take more than O(10) iterations? If not, why not set both max_it and restart to a smaller value like 30?

"ksp_type": "fgmres",
"ksp_monitor": None,
"ksp_max_it": 200,
"ksp_gmres_restart": 30,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same as above

@rckirby rckirby merged commit b113d6c into master Feb 28, 2024
2 checks passed
@rckirby rckirby deleted the rckirby/reduceCITime branch February 28, 2024 18:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants