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

[Condor-users] parallel job submission



I am new in condor, and I install the condor use the command --make-personal-condor.
And it can run vanilla job.
I make a new job use the universe parallel, and write the description file as the example in the manual:
--------------------------------------------------
universe                =       parallel
executable              =       /bin/sleep
arguments               =       30
machine_count           =       1
log                     =       log
queue
--------------------------------------------------

Note that I specify the machine_count to 1.
When I run condor_status, the output is:
--------------------------------------------------
Name               OpSys      Arch   State     Activity LoadAv Mem   ActvtyTime

slot1@xxxxxxxx     LINUX      X86_64 Unclaimed Idle     0.000  1428  0+01:02:09
slot2@xxxxxxxx     LINUX      X86_64 Unclaimed Idle     0.000  1428  0+01:02:10
slot3@xxxxxxxx     LINUX      X86_64 Unclaimed Idle     1.000  1428  0+01:40:07
slot4@xxxxxxxx     LINUX      X86_64 Unclaimed Idle     0.040  1428  0+01:40:08
                     Total Owner Claimed Unclaimed Matched Preempting Backfill

        X86_64/LINUX     4     0       0         4       0          0        0

               Total     4     0       0         4       0          0        0
------------------------------------------------------------
then I submit the job:
condor_submit <desc>
But it can't run, I use the command condor_q -analyze to see what went wrong, the output is :
------------------------------------------------------------
-- Submitter: tree.org : <125.216.243.80:43021> : tree.org
---
016.000:  Request has not yet been considered by the matchmake
---------------------------------------------------------------------------
Could anyone help me with the problem? I wonder if I can run the parallel universe job on my computer which has been configured to be person-condor.

Thank you!