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 Gaea C5 and Gaea C6 machine yaml files to use PARTITION_* and remove --partition from SCHED_NATIVE_CMD_* entries #1176

Closed
MichaelLueken opened this issue Jan 13, 2025 · 0 comments · Fixed by #1178
Assignees
Labels
bug Something isn't working

Comments

@MichaelLueken
Copy link
Collaborator

Expected behavior

The contents of the machine yaml files should be similar (just pointing to machine-specific tasks).

Current behavior

For the Gaea C5 and Gaea C6 machine yaml files, only PARTITION_HPSS is present and the --partition option has been added to the SCHED_NATIVE_CMD_* entries. This is different from the rest of the machine yaml files and with both PARTITION_HPSS and --partition in the SCHED_NATIVE_CMD_HPSS entry, this leads to duplication in the job card.

Machines affected

Gaea C5 and Gaea C6

Detailed Description of Fix (optional)

Update the Gaea C5 and Gaea C6 machine yaml files to use PARTITION_DEFAULT, PARTITION_FCST, and PARTITION_HPSS, while removing the --partition option from SCHED_NATIVE_CMD_*.

@MichaelLueken MichaelLueken added the bug Something isn't working label Jan 13, 2025
@MichaelLueken MichaelLueken self-assigned this Jan 13, 2025
MichaelLueken added a commit that referenced this issue Jan 22, 2025
* Updated ufs-weather-model hash to 5324d64 (January 7, 2025)
* Address issue #857 by replacing #!/bin/bash with #!/usr/bin/env bash in bash scripts.
* Address issue #1176 by adding PARTITION_DEFAULT and PARTITION_FCST to the gaea.yaml and gaea-c6.yaml machine files. Additionally, removed --partition from SCHED_NATIVE_CMD and SCHED_NATIVE_CMD_HPSS.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant