On Fri, 2008-06-20 at 01:56 -0300, Wilson Jr. wrote: > Hi Mihael, thanks. > > How Do I use XML-RSL, is this in the API? Do you know anywhere > it has some examples?
The syntax of XML-RSL is documented somewhere around here: http://globus.org/toolkit/docs/4.0/execution/wsgram/user-index.html#s-wsgram-user-specifyingstaging Once you have a valid XML-RSL in a String, you can say jobSpecification.setSpecification(yourXMLRSL). > > About use file transfer task to do the staging manually, I thought > about this, > but it has some difficulties, I send a job to WS-GRAM, but to use > PBS, and the job > can be executed in 4 different machines, so I don't know the local > previously that the job > will be executed. I don't think WS-GRAM staging addresses this scenario either. As far as I understand, RFT will stage in files before the job is submitted to PBS. Typically, getting the files to the actual worker node is done either in a custom way or by staging to a shared file system. Mihael
