Opened 3 years ago
Closed 3 years ago
#2436 closed help (fixed)
Restarting a suite with a different budget
Reported by: | mvguarino | Owned by: | ros |
---|---|---|---|
Component: | Rose/Cylc | Keywords: | |
Cc: | Platform: | ARCHER | |
UM Version: |
Description
Hello,
The project budget I was using ran out. I switched to a second budget and restarted the suite u-as245, however the budget change is not picked up when I use the rose suite-restart command.
Is there a way to pass the new budget info to the restart command?
Thank you,
Vittoria
Change History (3)
comment:1 Changed 3 years ago by ros
- Component changed from Coupled model to Rose/Cylc
- Owner changed from um_support to ros
- Status changed from new to assigned
comment:2 Changed 3 years ago by mvguarino
HI Ros,
thank you, rose suite-run - -restart was what I needed.
Vittoria
comment:3 Changed 3 years ago by ros
- Resolution set to fixed
- Status changed from assigned to closed
Note: See
TracTickets for help on using
tickets.
Hi Vittoria,
There is a subtle difference between the commands rose suite-run --restart and rose suite-restart. The first reloads the suite definition before restarting the second doesn't.
rose suite-run --restart : re-install & restart suite
rose suite-restart : restart without re-installing suite
Cheers,
Ros.