Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Moors committed Oct 22, 2023
1 parent d134a98 commit 85128a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion eessi/testsuite/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@
# - num_nodes
# - either node_part or (num_cpus_per_node and num_gpus_per_node)
# num_cpus_per_node and num_gpus_per_node are upper limits:
# the actual number depends on the number of cpus, gpus, and sockets present in the node
# the actual count depends on the specific configuration of cores, gpus, and sockets within the node,
# as well as the specific test being carried out.
'1_core': {'num_nodes': 1, 'num_cpus_per_node': 1, 'num_gpus_per_node': 1},
'2_cores': {'num_nodes': 1, 'num_cpus_per_node': 2, 'num_gpus_per_node': 1},
'4_cores': {'num_nodes': 1, 'num_cpus_per_node': 4, 'num_gpus_per_node': 1},
Expand Down

0 comments on commit 85128a6

Please sign in to comment.