I note that DAGMAN renames nodes under several circumstances to ensure the
node names are unique:
- single submission of multiple independent DAGs (name => "<num>.<jobname>")
- SPLICE (name => "<splice>+<jobname>")
- possibly SUBDAG EXTERNAL as well, I've not tested this
My question is, is it possible to have access at runtime to the chosen node
name, so that for example you might have a shared submit file with
output = $(FOO).out
error =$(FOO).err
where $(FOO) expands to the unique renamed node name?