File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments