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

[Condor-users] Condor 7.7.1 and Parallel universe



Hi, I am trying to enable the parallel universe in condor 7.7.1.

I updated the local config file like below:

DedicatedScheduler = "DedicatedScheduler@xxxxxxxxxxxxxxxxx"

STARTD_EXPRS = $(STARTD_EXPRS), DedicatedScheduler

CONDOR_SSHD = /usr/sbin/sshd

CONDOR_SSH_KEYGEN = /usr/bin/ssh-keygen

START     = True
SUSPEND   = False
CONTINUE  = True
PREEMPT   = False
KILL      = False
WANT_SUSPEND   = False
WANT_VACATE    = False
RANK      = Scheduler =?= $(DedicatedScheduler)

in the node a I put:
UNUSED_CLAIM_TIMEOUT = 600

but whenever I try to run the example job given in the Condor manual:

#############################################
##   submit description file for a parallel program
#############################################
universe = parallel
executable = /bin/sleep
arguments = 10
machine_count = 3
queue
I got the following error:
[condor@nodea job]$ condor_q -better-analyze


-- Submitter: nodea.arindam.com : <192.168.102.131:37858> : nodea.arindam.com
---
025.000:  Request is held.

Hold reason: Error from nodec.arindam.com: Failed to execute '/bin/sleep' with arguments 10: Cannot access specified iwd "/home/condor/job" (errno=2: 'No such file or directory')

[condor@nodea job]$