For more information, please read the news announcement. If you are interested in providing IaaS capabilities to the scientific community, see CHI-in-a-Box, a packaging of the Chameleon testbed, which has been in development since 2014.
Run HPC simulation with a variety of scheduler algorithms.
The input file has to be a CSV file with a header in the first line. Five columns are reuired -- jobname (the name of the job), ctime (job creation time / enqueue time), start (job epoch start time), end (job epoch end time), nhosts (number of nodes used).
pip install -r requirements.txt
python simulator.py --nnodes <total number of avaialble nodes> --input <input csv file> --start <simulation start time> --end <simulation end time> --algorithm <scheduler algorithm> --result-file <output csv file>