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
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.
The text was updated successfully, but these errors were encountered:
@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.
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`.
Resolves#2863
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.The text was updated successfully, but these errors were encountered: