Hpc_project TemplateNotFound

Hi all,

I’m running cylc 8.2.6, trying to compile UM and I’m getting the following error

w-clim01~/roses/u-dg447$ export PROJECT=niwa99999
w-clim01~/roses/u-dg447$ cylc graph .
Jinja2Error: hpc_project
File /scale_wlg_persistent/filesets/home/pletzera/roses/u-dg447/flow.cylc
#!jinja2

{% from ‘hpc_project’ import get_hpc_project %} # <---- import the function ← TemplateNotFound

The flow.cylc file is

#!jinja2

{% from ‘hpc_project’ import get_hpc_project %} # <---- import the function

at the top. Thanks.

–Alex

Hi @Alexander_Pletzer

hpc_project is a local library for automatically associating workflows with project codes, for project directory location and Slurm job accounting.

I’ll point you to the local docs, by local channels …

Hilary