Upon submission in pdg, a hip file is saved in the working directory for slaves to execute their workloads from.
I'm wondering where the hook is located that does this save/copy operation, and assigns the part of the item.command string relevent to this path.
I'd like to override that path location completely and specify it with my own so that it doesn't reside in the working directory.
The reason is I have jobs running on a cloud site, and access to the NFS shared working directory is fine for small payloads like most things I see in the pdg working dir, but hip files are too large for that, so I'd like to replace it with a localised path for the location to ease the VPN traffic per task.
I do currently have a solution to this by altering the item command during the onScheduled callback to do this, but it seems a bit of a post fix hack- it would be good if I could do these alterations where all this is initialised in the first place to ensure the hip files in both locations are identical.
Thanks if you have any ideas on how this might be possible.
Andrew Graham