Skip to content

Commit 2afb6f1

Browse files
committed
docs: added NumberOfGPUs and MemoryLimitMB to the configuration example
1 parent d000937 commit 2afb6f1

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

dirac.cfg

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -919,11 +919,17 @@ Resources
919919
# (Optional) CE allows *whole node* jobs
920920
WholeNode = True
921921

922+
# (Optional) number of GPUs available on the node. Implicit default = 0
923+
NumberOfGPUs = 1
924+
922925
# (Optional) List of tags specific for the CE
923-
Tag = GPU, 96RAM
926+
Tag = GPU
927+
928+
# (Optional) available RAM on the node. This value counts for gGroup2 limit
929+
MemoryLimitMB = 2048
924930

925931
# (Optional) List of required tags that a job to be eligible must have
926-
RequiredTag = GPU,96RAM
932+
RequiredTag = GPU
927933

928934
# Queues available for this VO in the CE
929935
Queues
@@ -968,7 +974,7 @@ Resources
968974
Tag = MultiProcessor
969975

970976
# List of required tags that a job to be eligible must have
971-
RequiredTag = GPU,96RAM
977+
RequiredTag = GPU
972978
}
973979
}
974980
VO = lhcb

0 commit comments

Comments
 (0)