I am submitting jobs from windows to a Linux slave with a custom submission script.
At the moment I have the network shares mounted on the linux box.
When I submit the job, I submit it with the path modified so it is like this:
/mountpoint/path/outputfile.ext
The problem is, when I doubleclick on the completed task in the deadline monitor in windows, obviously the path is wrong for windows.
it should be:
\server\share\path\filename.ext
Where does deadline get the path to display in the rightclick context menu? Is there some piece of python somewhere that I can modify what the displayed path is?
If it just gets the output of the job (how does it know what the output is?) I guess I am out of luck.
Any ideas welcome.
R