Cylc error: no suite dependency graph defined

~/trunk_r41258/gungho> rose stem -C rose-stem --opt-conf-key=meto-xc40 --group=performance --name=monitor-performance --new
[INFO] Source tree /net/home/h04/rmalone/trunk_r41258 added as branch
[INFO] Will run suite from rose-stem
[INFO] chdir: rose-stem/
[INFO] export CYLC_VERSION=7.8.12
[INFO] export ROSE_ORIG_HOST=vld789
[INFO] export ROSE_SITE=
[INFO] export ROSE_VERSION=2019.01.8
[INFO] delete: localhost:cylc-run/monitor-performance
[INFO] create: /home/h04/rmalone/cylc-run/monitor-performance

[INFO] install: suite.rc
[INFO] REGISTERED monitor-performance → /home/h04/rmalone/cylc-run/monitor-performance
[FAIL] cylc validate -o /var/tmp/tmpBCRJV8 --strict monitor-performance # return-code=1, stderr=
[FAIL] No suite dependency graph defined.

This ran fine on 10th Mar, version problem?

It looks like having a suite dependency graph is done in the workflow config (suite.rc) file with the following lines:

{%- set scheduledTasks = schedule() | deduplicate_schedule() %}
{{scheduledTasks}}

You will need to talk to the suite developers to work out why these jinja2 scripts aren’t working.