[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] only 1 process on a multi-processor machine.
- Date: Wed, 23 Jun 2004 13:34:10 -0500
- From: Alain Roy <roy@xxxxxxxxxxx>
- Subject: Re: [Condor-users] only 1 process on a multi-processor machine.
If I have a mult-processor machine, is there a way to restrict it so only
1 job is run on the machine at a time instead of as many jobs as there are
processors?
The easiest way is to set:
NUM_CPUS = 1
in your condor_config file. Then Condor will behave as if you have only one
CPU, which means that it will only run one job at a time.
There is a more complicated way of doing this, with virtual machines.
http://www.cs.wisc.edu/condor/manual/v6.6/3_10Setting_Up.html#SECTION004106000000000000000
-alain