# This is the replica catalog. It lists information about each of the
# input files used by the workflow.

# The format is:
# LFN     PFN    pool="SITE"
#
# For example:
#data.txt  file:///tmp/data.txt         site="local"
#data.txt  http://example.org/data.txt  site="example"
{% if generate_tutorial == true and tutorial == "split" %}
pegasus.html file://{{workflowdir}}/input/pegasus.html   site="local"
{% endif %}
{% if generate_tutorial == true and tutorial == "mpi-hw" %}
f.in file://{{workflowdir}}/input/f.in   site="local"
{% endif %}
