Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [geclipse-dev] Transferring local input files during job submission - changes in jdl

Hi Mariusz,

> As input for job, user may specify file from his local machine.
> All local files have to be sent to grid during job submission. Now I'm
> developing this functionality.
>
> I'm not sure, how to change jdl after sending local input files to
> Worker Node.

i don't quite understand i think, do you want to use your JDL twice?
You can write one JDL which then you use to submit the job and the input 
files will be transferrred at the same time.
Or is that impossible through the API?

> following jdl:
> ...
> StdInput = "stdIn";
> InputSandbox = { "file:/c:/temp/input001.txt", "file:/c:/temp/data.txt",
> "gridftp://se1.egee.man.poznan.pl:2811/dpm/egee.man.poznan.pl/home/gecli
>pse/mariusz/file.txt" };
> InputSandboxDestFileName = { "stdIn", "data.txt", "file.txt" };
> ....
>
> Using above jdl I will send local files input001.txt and data.txt to
> Worker Node and give them names: stdIn, data.txt

can't you just submit that JDL without further steps?

Cheers, Ariel


Back to the top