Skip to content

Add PECOUNT as optional cvar for create_newcase pe layout#41

Open
manishvenu wants to merge 2 commits into
mainfrom
add_pecount_arg
Open

Add PECOUNT as optional cvar for create_newcase pe layout#41
manishvenu wants to merge 2 commits into
mainfrom
add_pecount_arg

Conversation

@manishvenu
Copy link
Copy Markdown
Collaborator

@manishvenu manishvenu commented Jun 3, 2026

Details:

  • Adds PECOUNT as a ConfigVarStr in launcher_vars.py so callers (e.g. CrocoDash) can set a PE layout size hint
  • When set, appends --pecount <value> to the create_newcase command in case_creator.py
  • Accepted values match CIME's --pecount flag: S, M, L, X1, X2, NxM, or an integer; defaults to None (CIME uses M)

Adds a PECOUNT ConfigVarStr to launcher_vars so callers (e.g. CrocoDash)
can set a PE layout size hint (S, M, L, X1, X2, NxM, or integer) that
gets passed as --pecount to CIME's create_newcase. Defaults to None,
which lets CIME use its default (M).
@manishvenu manishvenu requested a review from alperaltuntas June 3, 2026 20:06
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.

1 participant