GithubHelp home page GithubHelp logo

task-scheduler's Introduction

Task scheduler

This program creates a valid schedule that puts tasks into processors. Both the input and output dot files contain a task graph with nodes representing tasks and edges representing the communication costs between tasks. The output will additionally contain the processor number that the node/task should run in.

How to access file

Approach 1. Download the scheduler.jar file from the Milestone 1, v1.0 release.

Approach 2. Download the file from the target folder.

Approach 3. Build the project locally follow the build instructions.

Build Instructions

  1. Download this repository or use git clone in command line to create a local copy
  2. Open the local repository using your IDE and run Maven from there
  3. In the Maven lifecylce run package, you should then have a target folder available
  4. Find the jar file with the wording 'shaded' in it's filename, rename the jar file to scheduler.jar

Run Instructions

Run the JAR firl with the command:

java -jar -Xmx4G scheduler.jar <INPUT.dot> P [OPTION]

Note: To run the jar file, ensure that the desired INPUT.dot file is in the same folder level as the scheduler.jar

P is the number of processors the input tasks needs to be scheduled on.

OPTION: -p N specifies N cores for execution in parallel -v specifies the launching of visualisation -o OUTPUT specifies the output filename

Examples:

  • For an input file called 'input.dot' and running 3 processors:

    java -jar -Xmx4G scheduler.jar input.dot 3
    
  • For an input file called 'input.dot', running 3 processors, specifying 2 cores, specifying lauching visualisation, and specifying an output file called 'outputFile.dot':

    java -jar -Xmx4G scheduler.jar input.dot 3 -p 2 -v -o outputFile
    

task-scheduler's People

Contributors

alyu201 avatar meganlim79 avatar sherman-chin avatar tanl1 avatar wshe874 avatar

Watchers

 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.