llnl / llnl/benchpark

Expand system resources specs

Open
#650 0 comments 0 reactions 1 assignee View on GitHub

Nobody has claimed this yet.

system
Dominant language
Python
Stars
78
Forks
52
Avg merge
4d 19m
Merged PRs (30d)
10

Description

Currently we have::

```
sys_variables = {
"sys_cores_per_node": 64,
"sys_gpus_per_node": 8,
"sys_mem_per_node": 512,
}
```

`sys_mem_per_node` may need to be replaced by::

```
sys_host_mem_per_node
sys_device_mem_per_node
```

Another needed addition::

```
sys_hw_threads_per_core
```

The allocation modifier should default to one thread per core, and the user should be able to use some multiple of hardware threads per core.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.