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
On tier one HPCs Hera and Orion, the operational requirement script fails with the below error.
"/ufs-weather-model/tests/opnReqTests/std.sh: line 34: TASKS: unbound variable Died with error code 1"
Expected behavior is that ORT should run successfully and pass ORT tests.
To Reproduce:
Log into Hera or Orion
cd into working directory
run git clone of ufs-community/ufs-weather-model develop branch
cd into ufs-weather-model/tests
run ./opnReqTest -n control_p8 -c std
Additional context
This error was also produced by running cases regional_control and cpld_control_nowave_noaero_p8. As well as with all ORT tests std,thr, mpi, dcp, rst, bit, dbg
The issue was possibly created by PR #1523 as there were changes to TASK-related variables from 1523. ORT script update is needed to reflect the change introduced from #1523.
The text was updated successfully, but these errors were encountered:
We discovered an issue with running ORT scripts on hera/orion, mentioned above. We believe the error is caused by changes made to TASKS variables in PR #1523 . To account for these updates, I tested removing TASKS variables from opnReqTest, wrt_env.sh, dbg.sh, dcp.sh, mpi.sh, rst.sh, std.sh, thr.sh and the below tests pass successfully.
However, we'd like to get your input on this as well, before committing any changes. Are there any other updates we should make to other files that may impact ORT? If useful, I can post the updates I made while testing.
Description
On tier one HPCs Hera and Orion, the operational requirement script fails with the below error.
"/ufs-weather-model/tests/opnReqTests/std.sh: line 34: TASKS: unbound variable Died with error code 1"
Expected behavior is that ORT should run successfully and pass ORT tests.
To Reproduce:
Additional context
This error was also produced by running cases regional_control and cpld_control_nowave_noaero_p8. As well as with all ORT tests std,thr, mpi, dcp, rst, bit, dbg
The issue was possibly created by PR #1523 as there were changes to TASK-related variables from 1523. ORT script update is needed to reflect the change introduced from #1523.
The text was updated successfully, but these errors were encountered: