Metadata-Version: 2.0
Name: accasim
Version: 0.0.5
Summary: An HPC Workload Management Simulator
Home-page: https://sites.google.com/view/accasim
Author: Cristian Galleguillos
Author-email: cristian.galleguillos.m@mail.pucv.cl
License: MIT
Keywords: research,hpc,dispathing
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Python: >=3.4
Requires-Dist: matplotlib
Requires-Dist: psutil

ACCASIM
=======
AccaSim is a Workload management [sim]ulator for [H]PC systems, useful for developing dispatchers and conducting controlled experiments in HPC dispatching research. It is scalable and highly customizable, allowing to carry out large experiments across different workload sources, resource settings, and dispatching methods.

AccaSim enables users to design novel advanced dispatchers by exploiting information regarding the current system status, which can be extended for including custom behaviors such as power consumption and failures of the resources. The researchers can use AccaSim for instance to mimic any real system by setting up the synthetic resources suitably, develop advanced power-aware, fault-resilient dispatching methods, and test them over a wide range of workloads by generating them synthetically or using real workload traces from HPC users. 

For more information please visit the `webpage of AccaSim <https://sites.google.com/view/accasim>`_

***************
What's new?
***************
- 12-07-2017 First version of the package.

