Sir, I have one application which is composed of two executables now the thing is that the second executable takes the output of the first. Also the second executable need not to wait for the completion of the first. Suppose if the first exe is going to generate 5 output files[that i know previously, though it is not fixed] then as soon as the first output file is created the second exe can start run.
Now I want to run this on the grid. So I have submitted my application through globus. In the jt file the executable contains the first exe. now suppose the job is submtted to some resource. then as soon as the condition favors for the execution of the second exe[means that the first exe has generated the one file out of the number it has to generate] it should start running. Now the second job should go on the basis of the availability of the resource may or may not on the resource in which the first exe is running. How we can run these types of jobs on the grid. Thanks -- Regards, Chandan
