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

Re: [Condor-users] condor guru!!



Hi Bruce

Checkout the following section in the manual.

http://www.cs.wisc.edu/condor/manual/v6.8/3_3Configuration.html#sec:Star
td-Config-File-Entries

In particular, the entries NUM_CPUS and the section with a variety of
entries to do with virtual machines (VIRTUAL_MACHINES).

This will allow you to run multiple condor jobs at once on the one
machine.

Naturally, they will run slower, and you will need to divide up the RAM
allocation but it should do what you want.

(Condor can only run as many jobs on a machine as it thinks there are
CPUs).

Cheers

Greg

> -----Original Message-----
> From: condor-users-bounces@xxxxxxxxxxx 
> [mailto:condor-users-bounces@xxxxxxxxxxx] On Behalf Of bruce
> Sent: Tuesday, 1 August 2006 8:37 AM
> To: 'Condor-Users Mail List'
> Subject: [Condor-users] condor guru!!
> 
> 
> hi.
> 
> in testing, i can't figure out how to get multiple apps to 
> run on a machine in my setup at the same time. i've tried to 
> create a submit file that does multiple copies, which runs. 
> however it only appears to run a single app on a machine, 
> rather than running a number of apps at the same time.
> 
> i also tried to create a number of submit files, with each 
> file containing a single queue. here again, condor_q seems to 
> indicate that only a single app is running on a given machine. 
> 
> am i missing something. are there attributes that can be set, 
> that i've missed. it was my understanding that a machine/user 
> can submit multiple apps and that the apps can be run in a 
> parallel manner on the given machine.
> 
> i'm pretty sure that i should be able to accomplish this... 
> the issue is how!
> 
> thoughts/help/comments would be useful.
> 
> thanks
> 
> -bruce
> 
> ps. if needed, i can provide my condor_config file
>