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

Update config.resources for bufr sounding job postsnd #2917

Merged
merged 18 commits into from
Sep 16, 2024

Conversation

BoCui-NOAA
Copy link
Contributor

@BoCui-NOAA BoCui-NOAA commented Sep 13, 2024

Description

This PR updates the parm/config/gfs/config.resources and env/WCOSS2.env files for the BUFR sounding job "postsnd." It includes adjustments to resource settings such as tasks per node and memory allocations for various GFS resolutions, including C768, C1152, and others.

Here are the proposed changes:

C768: 7 nodes, 21 tasks per node
C1152: 16 nodes, 9 tasks per node

Type of change

  • New feature (adds functionality)

Change characteristics

  • Is this a breaking change (a change in existing functionality)? NO
  • Does this change require a documentation update? NO
  • Does this change require an update to any of the following submodules? NO

How has this been tested?

  • Cycled test on WCOSS2

Checklist

  • Any dependent changes have been merged and published
  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • My changes generate no new warnings
  • New and existing tests pass with my changes
  • I have made corresponding changes to the documentation if necessary

env/WCOSS2.env Outdated
export NTHREADS_POSTSNDCFP=${threads_per_task_postsndcfp:-1}
[[ ${NTHREADS_POSTSNDCFP} -gt ${max_threads_per_task} ]] && export NTHREADS_POSTSNDCFP=${max_threads_per_task}
export APRUN_POSTSNDCFP="${launcher} -np ${ntasks_postsndcfp} ${mpmd_opt}"

export mpmd_opt="-ppn 21 ${mpmd_opt}"
Copy link
Contributor

Choose a reason for hiding this comment

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

Should this be set to ${tasks_per_node} instead of 21?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Fixed it, thanks!

@WalterKolczynski-NOAA WalterKolczynski-NOAA added the CI-Wcoss2-Ready **CM use only** PR is ready for CI testing on WCOSS label Sep 13, 2024
@emcbot emcbot added CI-Wcoss2-Building **Bot use only** CI testing is cloning/building on WCOSS and removed CI-Wcoss2-Ready **CM use only** PR is ready for CI testing on WCOSS labels Sep 13, 2024
@emcbot
Copy link

emcbot commented Sep 13, 2024

CI Update on Wcoss2 at 09/13/24 09:16:14 PM
============================================
Cloning and Building global-workflow PR: 2917
with PID: 174859 on host: dlogin03

@emcbot emcbot added CI-Wcoss2-Running **Bot use only** CI testing on WCOSS for this PR is in-progress and removed CI-Wcoss2-Building **Bot use only** CI testing is cloning/building on WCOSS labels Sep 13, 2024
@emcbot
Copy link

emcbot commented Sep 13, 2024

Automated global-workflow Testing Results:

Machine: Wcoss2
Start: Fri Sep 13 21:19:18 UTC 2024 on dlogin03
---------------------------------------------------
Build: Completed at 09/13/24 09:57:47 PM
Case setup: Completed for experiment C48_ATM_7378427d
Case setup: Skipped for experiment C48mx500_3DVarAOWCDA_7378427d
Case setup: Skipped for experiment C48_S2SWA_gefs_7378427d
Case setup: Completed for experiment C48_S2SW_7378427d
Case setup: Completed for experiment C96_atm3DVar_extended_7378427d
Case setup: Skipped for experiment C96_atm3DVar_7378427d
Case setup: Completed for experiment C96C48_hybatmaerosnowDA_7378427d
Case setup: Completed for experiment C96C48_hybatmDA_7378427d
Case setup: Completed for experiment C96C48_ufs_hybatmDA_7378427d

@emcbot emcbot added CI-Wcoss2-Passed **Bot use only** CI testing on WCOSS for this PR has completed successfully and removed CI-Wcoss2-Running **Bot use only** CI testing on WCOSS for this PR is in-progress labels Sep 14, 2024
@emcbot
Copy link

emcbot commented Sep 14, 2024

All CI Test Cases Passed on Wcoss2:

Experiment C48_ATM_7378427d *** SUCCESS *** at 09/13/24 11:30:15 PM
Experiment C48_S2SW_7378427d *** SUCCESS *** at 09/13/24 11:42:08 PM
Experiment C96C48_hybatmDA_7378427d *** SUCCESS *** at 09/14/24 12:36:27 AM
Experiment C96C48_hybatmaerosnowDA_7378427d *** SUCCESS *** at 09/14/24 01:27:16 AM
Experiment C96C48_ufs_hybatmDA_7378427d *** SUCCESS *** at 09/14/24 02:36:28 AM
Experiment C96_atm3DVar_extended_7378427d *** SUCCESS *** at 09/14/24 11:21:37 AM

@WalterKolczynski-NOAA WalterKolczynski-NOAA merged commit 03ee9f8 into NOAA-EMC:develop Sep 16, 2024
5 checks passed
DavidHuber-NOAA added a commit to DavidHuber-NOAA/global-workflow that referenced this pull request Sep 16, 2024
* origin/develop:
  Update config.resources for bufr sounding job postsnd (NOAA-EMC#2917)
  Cleanup job for GEFS (NOAA-EMC#2919)
  Build GDASApp and unset memory in Gaea-C5 xml files (NOAA-EMC#2912)
  add 1 deg ocean/ice info to parm/config/gfs/config.resources (NOAA-EMC#2922)
  Support gefs C48 on Azure (NOAA-EMC#2881)
  Disable native grid writes for non-JEDI experiments; update C384 compression options (NOAA-EMC#2914)
DavidHuber-NOAA added a commit to DavidHuber-NOAA/global-workflow that referenced this pull request Sep 16, 2024
* emc/develop:
  Update config.resources for bufr sounding job postsnd (NOAA-EMC#2917)
  Cleanup job for GEFS (NOAA-EMC#2919)
  Build GDASApp and unset memory in Gaea-C5 xml files (NOAA-EMC#2912)
  add 1 deg ocean/ice info to parm/config/gfs/config.resources (NOAA-EMC#2922)
  Support gefs C48 on Azure (NOAA-EMC#2881)
  Disable native grid writes for non-JEDI experiments; update C384 compression options (NOAA-EMC#2914)
  Add new UPP links to .gitignore (NOAA-EMC#2904)
KateFriedman-NOAA added a commit to KateFriedman-NOAA/global-workflow that referenced this pull request Sep 17, 2024
…al_obs_path

* origin/develop:
  Update global atmos upp job to use COMIN/COMOUT (NOAA-EMC#2867)
  Update config.resources for bufr sounding job postsnd (NOAA-EMC#2917)
  Cleanup job for GEFS (NOAA-EMC#2919)
  Build GDASApp and unset memory in Gaea-C5 xml files (NOAA-EMC#2912)
  add 1 deg ocean/ice info to parm/config/gfs/config.resources (NOAA-EMC#2922)
  Support gefs C48 on Azure (NOAA-EMC#2881)
  Disable native grid writes for non-JEDI experiments; update C384 compression options (NOAA-EMC#2914)
bbakernoaa pushed a commit to bbakernoaa/global-workflow that referenced this pull request Sep 19, 2024
This PR updates the parm/config/gfs/config.resources and env/WCOSS2.env
files for the BUFR sounding job "postsnd." It includes adjustments to
resource settings such as tasks per node and memory allocations for
various GFS resolutions, including C768, C1152, and others.

Here are the proposed changes:

C768: 7 nodes, 21 tasks per node
C1152: 16 nodes, 9 tasks per node
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI-Wcoss2-Passed **Bot use only** CI testing on WCOSS for this PR has completed successfully
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants