[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Condor-users] Condor-G error



Re the below...

Just a wild guess, but change the line
   universe = globus
to be instead
   universe = grid

IIRC, globus universe is deprecated syntax and is hard-wired to be a gt2 job for backwards compatibility.

Regards
Todd

---
Todd Tannenbaum
Dept of Computer Sciences
University of Wisconsin-Madison
<-- Sent from a Palm Treo 680 -->

-----Original Message-----

From:  "Jeremy Villalobos" <jeremyvillalobos@xxxxxxxxx>
Subj:  [Condor-users] Condor-G error
Date:  Sat Jan 20, 2007 4:20 pm
Size:  872 bytes
To:  "Condor-Users Mail List" <condor-users@xxxxxxxxxxx>

Hello: 
 I am trying to submit a job with condor-g to the globus universe with the following script

universe = globus
grid_resoure = gt4  https://coit-grid02.uncc.edu:8440/wsrf/services/ManagedJobFactoryService fork
Executable = /bin/echo
Arguments = hello
Log = simple.log
Output = simple.out
Error = simple.error
Queue

 But I am getting the error:  

Submitting job(s)
ERROR: No resource identifier was found.

What does it mean ?

I have all the globus system configured and working by itself. and condor is configured and working by itself. But the configuration to get both of then to work is given the error above  

Thanks for any help

  --- message truncated ---