-
- Submit a dag with these dependencies:
- dependencies = { {{nodo1,nodo2,nodo3},final} };
- and in the final node description set:
- InputSandbox = {root.nodes.nodo1.description.OutputSandbox,root.nodes.nodo2.description.OutputSandbox,root.nodes.nodo3.description.OutputSandbox};
- Then issuing the command glite-wms-job-info --jdl <jobid> the InputSandbox of the final node should be:
InputSandbox = { "gsiftp://devel14.cnaf.infn.it:2811/var/glite/SandboxDir/2P/https_3a_2f_2fdevel17.cnaf.infn.it_3a9000_2f2Pa1jpof6pDVca7mBfZVCg/output/std1.out","gsiftp://devel14.cnaf.infn.it:2811/var/glite/SandboxDir/SF/https_3a_2f_2fdevel17.cnaf.infn.it_3a9000_2fSFC5OGoUDPmB5f32n60w9A/output/std2.out","gsiftp://devel14.cnaf.infn.it:2811/var/glite/SandboxDir/Ux/https_3a_2f_2fdevel17.cnaf.infn.it_3a9000_2fUxUdVBRNPOX0u3vDHJ3X1Q/output/std3.out" }
|