Limit Number of Jobs in Queue on Remote Computer

Hi all,

Just a quick question. For not overloading remote computers, the documentation mentions limiting the number of jobs in the queue. Is there a way to configure the maximum number of jobs in the queue for a computer? Or was the documentation referring to a more manual approach (e.g. you the user don’t submit too many jobs)

I know I could also use aiida-submission-controller, but I am also curious if it is possible to configure the computer in this way

Thanks,

Hi @kmlefran , unfortunately, there is not yet functionality in aiida-core to accomplish this. Your best bet is indeed to use something like the aiida-submission-controller.

1 Like

Thanks for the information!