Sorry, here is the a.rsl file:

<job>
    <executable>my_echo</executable>
    <directory>${GLOBUS_USER_HOME}</directory>
    <argument>Hello</argument>
    <argument>World!</argument>
    <stdout>${GLOBUS_USER_HOME}/stdout</stdout>
    <stderr>${GLOBUS_USER_HOME}/stderr</stderr>
    <fileStageIn>
        <transfer>
            <sourceUrl>gsiftp://pdclab-05.ece.uprm.edu:2811/bin/echo</sourceUrl>
            <destinationUrl>file:///${GLOBUS_USER_HOME}/my_echo</destinationUrl>
        </transfer>
    </fileStageIn>
    <fileCleanUp>
        <deletion>
            <file>file:///${GLOBUS_USER_HOME}/my_echo</file>
        </deletion>
    </fileCleanUp>
</job>


FYI,

I had created my_echo file at pdclab-09 as follow:

% globus-url-copy gsiftp://pdclab-05:2811/bin/echo
gsiftp://pdclab-09:2811/home/josanabr/my_echo

I changed file permission to my_echo, for become it an executable file.

Then, execute:

% globusrun-ws -Ft PBS -submit -F pdclab-05 -S  -f a.rsl

now, it works, :-(. What happen with the filestaging defined in a.rsl file?

Any hints?

> Hi list-users.
>
> I have configure Torque/MAUI in two computers: pdclab-05 (master)
> pdclab-09 (compute node).
>
> Besides,
> pdclab-05 has: globus 4.0.5, rft, myproxy (server).
> pdclab-04 has configured globus-4.0.5, gridftp and it is a myproxy client.
>
> The next commands work ok:
>
> % globusrun-ws -Ft PBS -submit -F pdclab-05 -S -s -c /bin/date
> % globus-url-copy gsiftp://pdclab-05.ece.uprm.edu:2811/bin/echo
> gsiftp://pdclab-09/tmp/d
>
> however, next command fail:
>
> % globusrun-ws -Ft PBS -submit -F pdclab-05 -S  -f a.rsl
>
> stderr's content:
>
> /var/spool/torque/mom_priv/jobs/103.pdclab-.SC: line 35: ./my_echo: No
> such file or directory
>
> Thanks a lot for your hints.
>
> http://ece.uprm.edu/~s047267
> http://del.icio.us/josanabr
> http://blog-grid.blogspot.com
>
>


http://ece.uprm.edu/~s047267
http://del.icio.us/josanabr
http://blog-grid.blogspot.com

Reply via email to