Coder Social home page Coder Social logo

ppt-sched's Introduction

PPT-SCHED : Simian PPT(Performance Prediction Toolkit) Job Scheduler

Simulation of HPC Job Scheduling and Large-Scale Parallel Workloads, Mohammad Abu Obaida and Jason Liu. In Proceedings of the 2017 Winter Simulation Conference (WSC 2017), [To appear]

This repository is the public facing code base of parallel workloads scheduling simulator. The simulator was developed based on the Performance Prediction Toolkit (PPT), which is a parallel discrete-event simulator written in Python for rapid assessment and performance prediction of large-scale scientific applications on supercomputers. PPT is developed by Los Alamos National Laboratory(LANL). The proposed job scheduler simulator incorporates PPT’s application models, and when coupled with the sufficiently detailed architecture models, can represent more realistic job runtime behaviors. Consequently, the simulator can evaluate different job scheduling and task mapping algorithms on the specific target HPC platforms more accurately.

Dependencies:

  1. Python 2.7 with greenlet
  2. mpi (for parallel runs)

Running simulation

  1. Navigatge to ppt-sched/multiapp
  2. simply run: python main.py

This will run the a simple Parallels Workloads Archive Trace with defaults. such as FCFS scheduling. Simply edit in the file the trace you want and job scheduler configurations.

Source Organization

  • ppt-sched/multiapp: job scheduler configuration, launch files
  • ppt-sched/software: parallel job scheduling files
  • ppt-sched/apps: some sample parallel PPT applications
  • ppt-sched/hardware: hardware models
  • ppt-sched/middle: MPI model

ppt-sched/software (Important files)

  • scheduler.py: Scheduling driver driver
  • algorithms_scheduling.py : Some of the supported sample scheduling algorithm
  • algorithms_mapping.py : task mapping algorithms

ppt-sched's People

Contributors

summonersrift avatar

Stargazers

 avatar Adrien FAURE avatar

Watchers

James Cloos avatar  avatar

Forkers

whoismanoj

ppt-sched's Issues

Garbage collection in Ubuntu

A gradual increase in total memory used by the simulator as more and more parallel jobs scheduled.
It is suspected that some pointer to the processor.core is not cleared.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.