Hi,
I had this doubt with respect to job submission using:
globusrun-ws -submit -S -f try.rsl
try.rsl file reads as below:
<job>
<executable>my_echo</executable>
<directory>//10.31.79.114/home/swaroop</directory>
<argument>January</argument>
<argument>8.... Hoge</argument>
<stdout>/home/swaroop/stdout</stdout>
<stderr>/home/swaroop/stderr</stderr>
<fileStageIn>
<transfer>
<sourceUrl>gsiftp://emcgrid1.devimsg.com:2811/bin/echo</sourceUrl>
<destinationUrl>gsiftp://emcgrid2.devimsg.com:2811/home/swaroop/my_echo<
/destinationUrl>
</transfer>
</fileStageIn>
<fileStageOut>
<transfer>
<sourceUrl>gsiftp://emcgrid2.devimsg.com:2811/home/swaroop/stdout</sourc
eUrl>
<destinationUrl>gsiftp://emcgrid1.devimsg.cim:2811/tmp/stdout</destinati
onUrl>
</transfer>
</fileStageOut>
</job>
How do I submit a job to a remote machine "emcgrid2.devimsg.com" sitting
at "emcgrid1.devimsg.com"? I am trying to copy the /bin/echo from
emcgrid1.devimsg.com and execute the command on emcgrid2.devimsg.com.
Then finally retrieving the output to emcgrid1.devimsg.com.
Could you please specify what the <directory>????????</directory>
attribure needs to be? Awaiting your reply.
Regards,
Goutham