Hello Everyone..~~

Can anyone tell me how to use maxCpuTime tag in rsl job discription for
globus 4.0.7.
I am trying to write the following code.. but whenever I am trying to run it
..error is coming..

Code :

<?xml version ="1.0" encoding = "UTF-8"?>
<job xmlns:gram="http://www.globus.org/namespaces/2004/10/gram/job";
     xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/03/addressing";>
    <factoryEndpoint>
        <wsa:Address>
            https://192.168.4.88:8443/wsrf/services/ManagedJobFactoryService
        </wsa:Address>
        <wsa:ReferenceProperties>
            <gram:ResourceID>Fork</gram:ResourceID>
        </wsa:ReferenceProperties>
    </factoryEndpoint>
    <executable>/bin/date</executable>
    <maxMemory>200</maxMemory>
    <maxCpuTime>10</maxCpuTime>
</job>


Error :
globus_soap_message_module: Unexpected maxCpuTime element in message while
looking for an end tag


Thank you.

Reply via email to