Coder Social home page Coder Social logo

pyss's Introduction

PYSS: scheduling simulator for high performance computing

Resources: Parallel Workloads archive

Run with a workload file downloaded from Parallel WOrkloads archive

  • cd ~/hpc/pyss/src/
  • ./go.sh 4608 input_file FcfsScheduler
    • arg1: num-processors (100 if left blank)
    • arg2: input-file
    • arg3: scheduler

You can run the run_simulator.py if you would like.
Just run the simulator with --help to see the list of supported schedulers usage.

python run_simulator.py --help

Psyco not available, will run slower (http://psyco.sourceforge.net)

  • Usage: run_simulator.py [options]

Options:

  1. -h, --help show this help message and exit
  2. --num-processors=NUM_PROCESSORS
  • the number of available processors in the simulated parallel machine
  1. --input-file=INPUT_FILE
  1. --scheduler=SCHEDULER(OneOfTheFollowingSchedulers)
    1. FcfsScheduler,
    2. ConservativeScheduler,
    3. DoubleConservativeScheduler,
    4. EasyBackfillScheduler,
    5. DoubleEasyBackfillScheduler,
    6. GreedyEasyBackfillScheduler,
    7. EasyPlusPlusScheduler,
    8. ShrinkingEasyScheduler,
    9. LookAheadEasyBackFillScheduler,
    10. EasySJBFScheduler,
    11. HeadDoubleEasyScheduler,
    12. TailDoubleEasyScheduler,
    13. OrigProbabilisticEasyScheduler,
    14. ReverseEasyScheduler,
    15. PerfectEasyBackfillScheduler,
    16. DoublePerfectEasyBackfillScheduler,
    17. ProbabilisticNodesEasyScheduler,
    18. AlphaEasyScheduler,
    19. DoubleAlphaEasyScheduler
    20. ProbabilisticAlphaEasyScheduler

Required Softwares:

  • Python 2.4

Download Python 2.4 from:

https://www.python.org/ftp/python/2.4/Python-2.4.tar.bz2 in your ~/installation directory

There is a bug that might result in error 134 when u make after configure.

To avoid that u might need a BASECFLAGS

./configure BASECFLAGS=-U_FORTIFY_SOURCE --prefix=/home/obaida/installation/Python2.4/

Then just

  • make
  • make install

Check to see if it is installed properly

  • cd /home/obaida/installation/Python-2.4/bin
  • ./python2.4

Add this to your PATH

  • vim ~/.bashrc
  • export PATH=$PATH:/home/obaida/installation/Python2.4/bin
  • source ~/.bashrc

Not sure if you need library path as well.

Repository for the Scheduler Simulator. Work notes are currently in Google Notes, ask Ori Peleg about them.

pyss's People

Contributors

summonersrift avatar

Watchers

 avatar  avatar

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.