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
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_*.
The text was updated successfully, but these errors were encountered:
* 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.
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 theSCHED_NATIVE_CMD_*
entries. This is different from the rest of the machine yaml files and with bothPARTITION_HPSS
and--partition
in theSCHED_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
, andPARTITION_HPSS
, while removing the--partition
option fromSCHED_NATIVE_CMD_*
.The text was updated successfully, but these errors were encountered: