diff --git a/dirac.cfg b/dirac.cfg index 095620f64c7..1ce4b5aaa49 100644 --- a/dirac.cfg +++ b/dirac.cfg @@ -919,11 +919,17 @@ Resources # (Optional) CE allows *whole node* jobs WholeNode = True + # (Optional) number of GPUs available on the node. Implicit default = 0 + NumberOfGPUs = 1 + # (Optional) List of tags specific for the CE - Tag = GPU, 96RAM + Tag = GPU + + # (Optional) available RAM on the node. This value counts for gGroup2 limit + MemoryLimitMB = 2048 # (Optional) List of required tags that a job to be eligible must have - RequiredTag = GPU,96RAM + RequiredTag = GPU # Queues available for this VO in the CE Queues @@ -968,7 +974,7 @@ Resources Tag = MultiProcessor # List of required tags that a job to be eligible must have - RequiredTag = GPU,96RAM + RequiredTag = GPU } } VO = lhcb