USE_CRON_TO_RELAUNCH
option is broken on Cheyenne and Derecho
#932
Labels
bug
Something isn't working
USE_CRON_TO_RELAUNCH
option is broken on Cheyenne and Derecho
#932
Expected behavior
We should be able to generate a workflow using the config option
USE_CRON_TO_RELAUNCH: True
Current behavior
If the user attempts to generate the workflow with the
USE_CRON_TO_RELAUNCH: True
option, the workflow generation fails.Machines affected
Cheyenne and Derecho
Steps To Reproduce
./run_WE2E_tests.py -m cheyenne -a P48503002 -t grid_RRFS_CONUS_25km_ics_NAM_lbcs_NAM_suite_GFS_v16 -q --launch=cron
Detailed Description of Fix (optional)
The variable
crontab_cmd
needs to be set for all cases; right now at the workflow generation step it is not set on Cheyenne or Derecho due to a logic error in theget_crontab_contents.py
python script. Will open a PR shortly to fix.The text was updated successfully, but these errors were encountered: