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

Re: [Condor-users] Job held



my simple test file is

executable = /bin/hostname/
universe= vanilla
log=test.log
error=test.err
output=test.out
queue



I have SL5.5 machine with 8 slots

Also when i check condor_status
I got 
slot1@xxxxxxxxxxx  LINUX      X86_64 Unclaimed Idle     0.000   448  0+00:09:43
slot2@xxxxxxxxxxx  LINUX      X86_64 Unclaimed Idle     0.000   448  0+00:30:05
slot3@xxxxxxxxxxx  LINUX      X86_64 Unclaimed Idle     0.000   448  0+00:30:06
slot4@xxxxxxxxxxx  LINUX      X86_64 Unclaimed Idle     0.000   448  0+00:30:07
slot5@xxxxxxxxxxx  LINUX      X86_64 Unclaimed Idle     0.000   448  0+00:30:08
slot6@xxxxxxxxxxx  LINUX      X86_64 Unclaimed Idle     0.000   448  0+00:30:09
slot7@xxxxxxxxxxx  LINUX      X86_64 Unclaimed Idle     0.000   448  0+00:30:10
slot8@xxxxxxxxxxx  LINUX      X86_64 Unclaimed Idle     0.000   448  0+00:30:03


Total Owner Claimed Unclaimed Matched Preempting Backfill

        X86_64/LINUX     8     0       0         8       0          0        0

               Total     8     0       0         8       0          0        0



With Best Regards
sunil





On Thu, Jun 9, 2011 at 11:08 AM, Carsten Aulbert <carsten.aulbert@xxxxxxxxxx> wrote:
Hi

On Thursday 09 June 2011 07:31:52 Sunil M. Dogra wrote:
> Thank you for email.
> What are the steps to check these problems.

First of all, trying to write to this file manually without condor, what kind
of platform is this and what kind of program do you start (compiled program,
script)?

Usual steps are to test the program interactively and then via condor one step
at a time.

Cheers

Carsten