Hello All..!!
I have similar problem.. I'm trying to implement the parallel universe in condor 
7.0.1. I did the insertions in condor_config.local file of DedicatedScheduler (which is not a central manager) as well as in the resource machines as said in the manual, but the jobs remain idle.. Do I need to make some modifications in Central-manager also?
The Inserted lines in DedicatedScheduler's condor_config.local are: 
DedicatedScheduler = "DedicatedScheduler@XXXXXXXXXXXXXXXX"
START     = True
SUSPEND   = False
CONTINUE  = True
PREEMPT   = False
KILL      = False
WANT_SUSPEND   = False
WANT_VACATE    = False
MPI_CONDOR_RSH_PATH = $(LIBEXEC)
STARTD_EXPRS = $(STARTD_EXPRS), DedicatedSchedulerAnd the lines inserted in condor_config.local of Dedicated Resources are: 
DedicatedScheduler = "DedicatedScheduler@XXXXXXXXXXXXXXXX"
START     = True
SUSPEND   = False
CONTINUE  = True
PREEMPT   = False
KILL      = False
WANT_SUSPEND   = False
WANT_VACATE    = False
RANK            = Scheduler =?= $(DedicatedScheduler)
STARTD_EXPRS = $(STARTD_EXPRS), DedicatedScheduler
Hope to get the solution for the problem.. 
Sincerely,
Yogesh
On Thu, May 15, 2008 at 11:45 PM, Mikhail Dyakonov <
modyakonov@xxxxxxxxx> wrote:
Hi,
   
  when i run condor_submit several times to submit several executables, i see only the first one running, the other ones are idle in the queue. I need all of them to be running. Can someone please tell me how i can achive that?
   
  Thanks,
  Mikhail