• Run Cylc 7 suites directly from the ARE VDI terminal command line, using the usual Rose and Cylc commands, for example rose suite-run
  • The suite workflow is killed when your VDI instance expires.

Example for the u-cs809 suite

[abc123@gadi-cpu-clx-0389 ~]$ setup_cylc7
Currently Loaded Modulefiles:
 1) cylc7/23.02(default)  
[abc123@gadi-cpu-clx-0389 ~]$ cd roses/u-cs809
[abc123@gadi-cpu-clx-0389 u-cs809]$ rose suite-run
[INFO] export CYLC_VERSION=7.9.7
[INFO] export ROSE_ORIG_HOST=gadi-cpu-clx-0389.gadi.nci.org.au
[INFO] export ROSE_SITE=nci
[INFO] export ROSE_VERSION=2019.01.7
[INFO] create: /scratch/proj/abc123/cylc-run/u-cs809
[INFO] symlink: /scratch/proj/abc123/cylc-run/u-cs809 <= /home/123/abc123/cylc-run/u-cs809
[INFO] create: log.20230227T054014Z
[INFO] symlink: log.20230227T054014Z <= log
[INFO] create: log/suite
[INFO] create: log/rose-conf
[INFO] symlink: rose-conf/20230227T164014-run.conf <= log/rose-suite-run.conf
[INFO] symlink: rose-conf/20230227T164014-run.version <= log/rose-suite-run.version
[INFO] create: app
[INFO] install: app
[INFO]     source: /home/123/abc123/roses/u-cs809/app
[INFO] create: meta
[INFO] install: meta
[INFO]     source: /home/123/abc123/roses/u-cs809/meta
[INFO] install: rose-suite.info
[INFO]     source: /home/123/abc123/roses/u-cs809/rose-suite.info
[INFO] install: suite.rc
[INFO] REGISTERED u-cs809 -> /home/123/abc123/cylc-run/u-cs809
[INFO] create: share
[INFO] create: share/cycle
[INFO] create: work
[INFO] chdir: log/
[INFO]             ._.                                                       
[INFO]             | |                 The Cylc Suite Engine [7.9.7]         
[INFO] ._____._. ._| |_____.           Copyright (C) 2008-2019 NIWA          
[INFO] | .___| | | | | .___|   & British Crown (Met Office) & Contributors.  
[INFO] | !___| !_! | | !___.  _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
[INFO] !_____!___. |_!_____!  This program comes with ABSOLUTELY NO WARRANTY;
[INFO]       .___! |          see `cylc warranty`.  It is free software, you 
[INFO]       !_____!           are welcome to redistribute it under certain  
[INFO] 
[INFO] *** listening on https://gadi-cpu-clx-0389.gadi.nci.org.au:1910/ ***
[INFO] 
[INFO] To view suite server program contact information:
[INFO]  $ cylc get-suite-contact u-cs809
[INFO] 
[INFO] Other ways to see if the suite is still running:
[INFO]  $ cylc scan -n 'u-cs809' gadi-cpu-clx-0389.gadi.nci.org.au
[INFO]  $ cylc ping -v --host=gadi-cpu-clx-0389.gadi.nci.org.au u-cs809
[INFO]  $ ps -opid,args 1221328  # on gadi-cpu-clx-0389.gadi.nci.org.au
[INFO] 


  • No labels