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

Re: [Condor-users] Local universe



On Apr 3, 2008, at 2:22 PM, carl langlois wrote:
I am trying to see what i can do with the local universe. If i try to submit a job in this universe the show-up in the queue but stay IDLE. If i try condor_q -analyze it tell me
WARNING: Job universe unknown.  Analysis may not be meaningful

I do i submit a jobs in this universe?

condor_q -analyze is used for jobs that run on remote machines. Local universe jobs run on your local machine, so condor_q -analyze won't tell you anything useful. That's what the warning message is trying to tell you, though not as clearly as it could.

Can you send the output of the following two commands:
condor_q -l <job id>
condor_status -schedd -l `hostname`

That should shed some light on why your local universe job isn't running.

Thanks and regards,
Jaime Frey
UW-Madison Condor Team