It would be useful if we could use environment and SLURM variables in the plugstack.conf file.
In particular, I would like to be able to do something like:
required /usr/lib/x86_64-linux-gnu/slurm/spank_pyxis.so runtime_path=/data/${SLURM_JOB_USER}/pyxis
Currently, trying to do that passes the literal '${SLURM_JOB_USER}' which gets created.