Skip to content

Rose stem tips and tricks

Denis Sergeev edited this page Dec 14, 2023 · 1 revision

Reset wall time limit on a failed rose-stem job:

  • Change the limit in ~/cylc-run/$SUITE_ID/inc/exoplanets.rc.
  • In cylc GUI: click on the 'Control' tab and then 'Reload Suite Definition'.
  • Or cylc reload in the command line.

Run a rose-stem suite without recompiling:

  • In a held state (often doesn't work?)
rose stem -O monsoon-xc40 -C rose-stem -g exoplanet --no-gcontrol -- --hold && cylc reset --state=succeeded `basename $(dirname "$PWD")` "compile_*" "export_*" "generate_mesh*"  && cylc reset --state=waiting `basename $(dirname "$PWD")` "run_lfric_*"
  • In a normal state
rose stem -O monsoon-xc40 -C rose-stem -g exoplanet && sleep 1 && cylc reset --state=succeeded $(basename $(dirname $PWD)) "compile_*" "export_*" "publish*compile" "generate_*"