Skip to content

Commit 9ae4e94

Browse files
authored
add agents file (#54)
1 parent ed281fd commit 9ae4e94

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

AGENTS.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
## Overview
2+
3+
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

Comments
 (0)