Hello! Is there a way to tell condor to not use more than N cores per machine
(with more than N cores available) to execute a particular set of jobs? The actual
problem is that each of my jobs requires a lot of memory, so to get a
better throughout it probably makes sense to prevent condor from
executing more than so and so many jobs on different cores of the same
machine because then all of the machine's memory will be exhausted,
causing the jobs to use the harddrive which is much much slower.
Thanks much,