Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
Co-authored-by: Caspar van Leeuwen <33718780+casparvl@users.noreply.github.com>
  • Loading branch information
smoors and casparvl authored Jun 13, 2024
1 parent 8075ae9 commit 96f6b9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eessi/testsuite/hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ def req_memory_per_node(test: rfm.RegressionTest, app_mem_req: float):
The app_mem_req is higher. Thus, 40,000 MiB (per node) is requested from the batch scheduler.
Example 2:
- A system with 128 cores per node, 128,000 MiB mem per node is used.
- A system with 128 cores per node, 128,000 MiB mem per node.
- The test is launched on 64 cores
- the app_mem_req is 40,000 (MiB)
In this case, the test requests 50% of the CPUs. Thus, the proportional amount of memory is 64,000 MiB.
Expand Down

0 comments on commit 96f6b9d

Please sign in to comment.