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
                     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 :
------------------------------------------------------------
---
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!
 
_______________________________________________