Skip to content

Commit

Permalink
Define constant for numa node as a compute unit
Browse files Browse the repository at this point in the history
  • Loading branch information
Caspar van Leeuwen committed Mar 29, 2024
1 parent a675fc9 commit a6e53bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions eessi/testsuite/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
CI = 'CI'
CPU = 'CPU'
CPU_SOCKET = 'CPU_SOCKET'
NUMA_NODE = 'NUMA_NODE'
GPU = 'GPU'
GPU_VENDOR = 'GPU_VENDOR'
INTEL = 'INTEL'
Expand All @@ -21,6 +22,7 @@
COMPUTE_UNIT = {
CPU: 'cpu',
CPU_SOCKET: 'cpu_socket',
NUMA_NODE: 'numa_node',
GPU: 'gpu',
NODE: 'node',
}
Expand Down

0 comments on commit a6e53bc

Please sign in to comment.