Hi All,
I have been working on LINQToHPC and am creating a monitoring tool for LINQToHPC.
I wanted to get the link to all the files which a given vertex reads and writes. For this i use the stdout and other dumps in the working directory of the vertex.
In vertex-##-rerun-originalInfo.txt file contains the details about the input and output for a given vertex, Here is a sample file :
1 # input files
hpcdscpt://msr-scr-1:6498/0x91f?c=0
112 # output files
file://130_0_1.tmp?c=1
I wanted to know, is a way by which I can get the actual link to the file pointed to by hpcdscpt://msr-scr-1:6498/0x91f?c=0.
In other words I want to find out the exact path of the file pointed to by the above link.(UNC format)
Thanks and Regards,
Ankush