Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cluster support #2

Closed
lfwa opened this issue May 12, 2020 · 1 comment
Closed

Cluster support #2

lfwa opened this issue May 12, 2020 · 1 comment
Labels
bug Something isn't working

Comments

@lfwa
Copy link
Owner

lfwa commented May 12, 2020

If running on a cluster, e.g. using Slurm, then all GPUs and CPUs connected to the rack are measured even if your job is only running on a selected few of those.

Need to filter CPUs and GPUs used by your worker. Ideally, this should also account for several jobs being run on the same worker, e.g. if two jobs or backgrounds processes use the same CPU. This could be done by measuring utilization by process.

@lfwa lfwa added the bug Something isn't working label May 12, 2020
@lfwa
Copy link
Owner Author

lfwa commented May 17, 2020

Fixed in v1.0.7.

A new feature request has been made for measuring utilization by process: #6

@lfwa lfwa closed this as completed May 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant