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

Re: [Condor-users] multiple users submitting jobs



ÀÚ ÌÀ <hanbaono1@xxxxxxxxxxxx> wrote:
__________
>Hey,Matt
> 
> First of all, thank you very much.
> 
> I know what you mean, maybe my illustration is unclear.
> As we know, in grid enviroment, users submit jobs to Condor-G, and we use Condor-G to submit them to globus gatekeeper, and then to jobmanager.But my doubt iswhen Condor-G submit jobs to globus resources, how many jobs are submitted once? Could It send hundreds of jobs to globus resource in one submission?How does it do?
>

You have complete control over this via settings in the condor config file.  See the Condor Manual, the settings you are interested in reading about are GRIDMANAGER_MAX_SUBMITTED_JOBS_PER_RESOURCE and GRIDMANAGER_MAX_PENDING_SUBMITS_PER_RESOURCE.  The first setting controls how many jobs are sent from condor-g to globus, and the second controls how fast they are sent (how many simultaneous submissions).

Regards,
Todd