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

[Condor-users] Why parallel job won't run



Hello Users,

 

I have a question i made a simple parallel submit job like this

 

universe = parallel

executable = /bin/sleep

arguments = 30

#log = logfile

#input = infile.$(NODE)

#output = outfile.$(NODE)

#error = errfile.$(NODE)

machine_count = 4

 

( target.Arch == "INTEL" ) && ( target.OpSys == "LINUX" ) &&

 

 

transfer_input_files = /bin/sleep

should_transfer_files = yes

when_to_transfer_output = on_exit

queue

 

But when I submit it it stays idle when I change the universe in vanilla the job runs but when I put 100 behind queue then the job turns idle can somebody tell what the problem is

 

Thank you

 

Your regards Remon van Holstein