Hi all,
 
I have a condor pool established on 4 machines. I
tested the pool by submitting simple jobs (Hello
condor ".c"). The tests ran successfully on the pool.
 
When it comes to globusrun-ws, i use the condor (gram
ran succsessfully) scheduler to submit the jobs. The
jobs run ONLY on the submitting machine and not on all
the machines in the pool.
 
I use an .xml file to run the job. i run a simple .exe
(typing hello) 30 times.
 
<job>
     <factoryEndpoint>
          <wsa:Address>
                
https://localhost:8443/wsrf/services/ManagedJobFactoryService
           </wsa:Address>
           <wsa:ReferenceProperties>
                   
<gram:ResourceID>Condor</gram:ResourceID>
            </wsa:ReferenceProperties>
    </factoryEndpoint>
     <executable>test</executable>
    
<directory>${GLOBUS_USER_HOME}/condor_tests/globusrun_via_condor</directory>
    
<stdout>${GLOBUS_USER_HOME}/condor_tests/globusrun_via_condor/stdout</stdout>
    
<stderr>${GLOBUS_USER_HOME}/condor_tests/globusrun_via_condor/stderr</stderr>
     <count>30</count>
</job>
 
 
condor.pm under
$GLOUBUS_LOCATION/lib/perl/GLOBUS/GRAM/JobManager
exists.
 
My question is, do i need to change condor.pm in order
to let the jobs run on the pool instead of running on
the submitting machines only??
 
Do i need to make other actions/configurations?
 
Thanks in advance.




__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

Reply via email to