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

Explicitly disable hyper-threading on Hera, Hercules, and Orion #2863

Open
DavidHuber-NOAA opened this issue Aug 27, 2024 · 2 comments · May be fixed by #2965
Open

Explicitly disable hyper-threading on Hera, Hercules, and Orion #2863

DavidHuber-NOAA opened this issue Aug 27, 2024 · 2 comments · May be fixed by #2965
Assignees
Labels
feature New feature or request

Comments

@DavidHuber-NOAA
Copy link
Contributor

What new functionality do you need?

Hera, Hercules, and Orion (and possibly Jet) enable hyper-threading by default. This should be disabled explicitly by adding the sbatch/srun flag --hint=nomultithread.

What are the requirements for the new functionality?

All jobs should run threaded tasks across cores, not within a single core's threads.

Acceptance Criteria

Identical results without significant differences in run times.

Suggest a solution (optional)

Add --hint=nomultithread to each .env file.

@DavidHuber-NOAA DavidHuber-NOAA added feature New feature or request triage Issues that are triage and removed triage Issues that are triage labels Aug 27, 2024
@AntonMFernando-NOAA AntonMFernando-NOAA linked a pull request Sep 30, 2024 that will close this issue
12 tasks
@guoqing-noaa
Copy link
Contributor

Just curious, Will we run into any problems if we don't disable hyper-threading?

@DavidHuber-NOAA
Copy link
Contributor Author

@guoqing-noaa Probably not. There is only one case that I have been made aware of, but it does not affect the global application. Regional apps (RRFS/HAFS) that read/write netCDF files in parallel within the GSI often experience errors while attempting to read and write from the same file when hyperthreading is enabled. More details are available in NOAA-EMC/GSI#694.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants