Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 9 additions & 3 deletions dirac.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cgroupv2 no?

Suggested change
# (Optional) available RAM on the node. This value counts for gGroup2 limit
# (Optional) available RAM on the node. This value counts for cGroupv2 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
Expand Down Expand Up @@ -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
Expand Down
Loading