Expand system resources specs
Open
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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.