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

Method to Identify Slow GPUs + Output bugfix #339

Merged
merged 4 commits into from Sep 22, 2023

Conversation

bcaddy
Copy link
Collaborator

@bcaddy bcaddy commented Sep 20, 2023

Identifying Slow GPUs

Added a section to OneTime::end() that checks if the rank took more than 10% longer than average. If it did then it prints the node ID and GPU PCIe Bus ID to std::cerr. This is not enabled for all timers by default and enabling it requires passing the proper argument to OneTime::end(); it's currently enabled only for the Hydro_Integrator timer

This should let us figure out if the weird performance issues on Frontier are Cholla or a small number of slow GPUs.

Output Bugfix

If a maximum number of timesteps was set with N_STEPS_LIMIT then the final time step would still output even if the OUTPUT macro was not provided. Added ifdef statement to fix this.

bcaddy and others added 4 commits September 20, 2023 11:43
If a maximum number of timesteps was set with N_STEPS_LIMIT then the
final time step would still output even if the OUTPUT macro was not
provided. Added ifdef statement to fix this.
Added a section to OneTime::end() that checks if the rank took more than
10% longer than average. If it did then it prints the node ID and GPU
PCIe Bus ID to std::cerr
@evaneschneider evaneschneider merged commit a16558a into cholla-hydro:dev Sep 22, 2023
9 checks passed
@bcaddy bcaddy deleted the dev-findSlowGPUs branch November 30, 2023 16:17
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.

None yet

2 participants