Remove some computers even for normal tasks

This commit is contained in:
Fabien Servant @ TCS 2024-07-25 16:24:47 +02:00 committed by GitHub
parent 19b98cb89d
commit 12b9c0d5ff
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -59,6 +59,7 @@ class RippleSubmitter(BaseSubmitter):
elif Level.NORMAL in (node.nodeDesc.ram, node.nodeDesc.cpu):
#if 2 are available, otherwise 1
maxProcessors = 2
requirements = requirements + ",!\"rr*\""
#specify which node to wait before launching the current one
waitsFor = []