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
Due to an issue with the model hanging on orion/hercules at high resolutions (C768/C1152) being most likely associated with the esmf managed threading (see ufs-community/ufs-weather-model#2486 for more details), to support GFSv17 development we'd like to get traditional threading as an option in the g-w. This comment from @aerorahulufs-community/ufs-weather-model#2486 (comment) says that a different set of ufs_configure files are needed. I think these are now available in ufs-weather-model though. I believe those are the options without the _esmf
Hercules and orion are being explored as potential options for retrospective runs as WCOSS2 is busy with multiple large implementations coming up.
What are the requirements for the new functionality?
Allow for an option to run with traditional threading since ESMF managed threading appears to be an issue currently on hercules/orion.
Acceptance Criteria
[] Forecast completes with traditional threading
[] forecast still completes with esmf managed threading (where it's possible)
Suggest a solution (optional)
I believe that the calculation of resources also needs to be updated.
The text was updated successfully, but these errors were encountered:
Just to explain the nature of change required to fulfill this issue the ufs.configure templates for traditional threading are available in the ufs-weather-mode and will be usedl. Another piece of information we need to acquire is how to run the executable and if there are any changes to the resource requests at the job-card #SBATCH lines.
We will need to replace the APRUN command; srun -n <nprocs> $FCSTEXEC line with a more detailed execution sequence for traditional threading, such as this:
What new functionality do you need?
Due to an issue with the model hanging on orion/hercules at high resolutions (C768/C1152) being most likely associated with the esmf managed threading (see ufs-community/ufs-weather-model#2486 for more details), to support GFSv17 development we'd like to get traditional threading as an option in the g-w. This comment from @aerorahul ufs-community/ufs-weather-model#2486 (comment) says that a different set of ufs_configure files are needed. I think these are now available in ufs-weather-model though. I believe those are the options without the _esmf
Hercules and orion are being explored as potential options for retrospective runs as WCOSS2 is busy with multiple large implementations coming up.
What are the requirements for the new functionality?
Allow for an option to run with traditional threading since ESMF managed threading appears to be an issue currently on hercules/orion.
Acceptance Criteria
Suggest a solution (optional)
I believe that the calculation of resources also needs to be updated.
The text was updated successfully, but these errors were encountered: