Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 1.02 KB

README.md

File metadata and controls

38 lines (24 loc) · 1.02 KB

HPC Cost Simulator

This package contains scripts to parse scheduler logs and analyze them. It analyzes scheduler accounting log files to simulate the cost of running the same jobs on AWS. This tool can simulate the use of spot instances for short jobs and help guide the choice of savings plans by breaking the data to hourly consumption. Initially supports LSF and Slurm. Altair Accelerator support to be added soon.

Currently supported schedulers are:

  • Altair Accelerator/RapidScaling
  • IBM Spectrum LSF
  • Slurm

Documentation

You can view the docs on Github pages.

If you are editing the docs in your repository and want to view them locally then you can use mkdocs to serve them.

To see the docs run:

mkdocs serve

To view the code documentation:

pdoc -d google *.py

Security

See CONTRIBUTING for more information.

License

This library is licensed under the MIT-0 License. See the LICENSE file.