I have successfully set some extra requirements within a PRE script to modify the description file of the next condor JOB.
But in the case of the dag: A->B->C, I still have a problem to grab informations about B in the C job (or its PRE/POST scripts).
Is there a built-in way to collect data (about the job and his target), and to forward it to the next jobs of the dags. I think I only can run the logs of the job to find the last line matching 'executing on host', and find this host in the condor_status output. But that doesn't give me as many informations as I would.
What do you think about it?
Thanks.
JF.