You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clusterscope is a binary and python library to extract core information from HPC Clusters. It queries Slurm cluster information, local node details, AWSClusters, and Job information when running it from inside a Job. It provides unified access to cluster resources, GPU information, CPU counts, memory details, and AWS-specific configurations.
4
+
5
+
## Instructions
6
+
7
+
- the CLI is invoked via `cscope`
8
+
- the python library is imported as `import clusterscope`
9
+
- make sure all your changes are consistent between the CLI and the library
10
+
- DO NOT run pre-commit.
11
+
- DO NOT add comments, unless explicitly asked to add.
12
+
- Makefile has all the relevant CMDS to build a local environment.
13
+
- If you update dependencies, don't forget to update the pyproject.toml file as appropriate. And to keep dependencies in sync with: `make requirements.txt`, `make dev-requirements.txt`
0 commit comments