SkillAgentSearch skills...

Clusterscope

Clusterscope is a CLI and python library to extract information from HPC Clusters and Jobs.

Install / Use

/learn @facebookresearch/Clusterscope
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Clusterscope

Clusterscope is a CLI and python library to extract information from HPC Clusters and Jobs.

Check out our Website for Getting Started and Documentation.

Install from pypi

$ pip install clusterscope

You can use it as a python library:

$ python
>>> import clusterscope
>>> clusterscope.cluster()
'<your-cluster-name>'

You can also use it as a CLI:

$ cscope
Usage: cscope [OPTIONS] COMMAND [ARGS]...

  Command-line tool to query Slurm cluster information.

Options:
  --help  Show this message and exit.

Commands:
  aws        Check if running on AWS and show NCCL settings.
  check-gpu  Check if a specific GPU type exists.
  cpus       Show CPU counts per node.
  gpus       Show GPU information.
  info       Show basic cluster information.
  job-gen    Generate job requirements for different job types.
  mem        Show memory information per node.
  version    Show the version of clusterscope.

Contributing

Read our contributing guide to learn about our development process, how to propose bugfixes and feature requests, and how to build your changes.

Code of Conduct

Facebook has adopted a Code of Conduct that we expect project participants to adhere to. Please read the full text so that you can understand what actions will and will not be tolerated.

Maintainers

clusterscope is actively maintained by Lucca Bertoncini, and Kalyan Saladi.

Contributors

Lucca Bertoncini, Kalyan Saladi, Nikhil Gupta, Misko Dzamba, <Feel free to contribute and add your name>

License

clusterscope is licensed under the MIT license.

Citing Clusterscope

@Misc{
  author =       {Lucca Bertoncini, and Kalyan Saladi},
  title =        {Clusterscope - Tooling for extracting HPC Cluster and Jobs information. },
  howpublished = {Github},
  year =         {2025},
  url =          {https://github.com/facebookresearch/clusterscope}
}
View on GitHub
GitHub Stars19
CategoryDevelopment
Updated1d ago
Forks5

Languages

Python

Security Score

95/100

Audited on Mar 26, 2026

No findings