Giter VIP home page Giter VIP logo

wrench's Introduction

Build Status GitHub Release License: LGPL v3 Coverage Status Codacy Badge SonarCloud Badge

Workflow Management System Simulation Workbench

WRENCH is an open-source library for developing workflow simulators. WRENCH exposes several high-level simulation abstractions to provide the building blocks for developing custom simulators.

More information: WRENCH Project Website

Prerequisites

WRENCH is fully developed in C++. The code follows the C++11 standard, and thus older compilers tend to fail the compilation process. Therefore, we strongly recommend users to satisfy the following requirements:

  • CMake - version 3.2.3 or higher

And, one of the following:

  • g++ - version 5.0 or higher
  • clang - version 3.6 or higher

Dependencies

Building From Source

If all dependencies are installed, compiling and installing WRENCH is as simple as running:

cmake .
make
make install  # try "sudo make install" if you don't have the permission to write

For enabling the use of Batsched:

cmake -DENABLE_BATSCHED=on .
make
make install  # try "sudo make install" if you don't have the permission to write

Get in Touch

The main channel to reach the WRENCH team is via the support email: [email protected].

Bug Report / Feature Request: our preferred channel to report a bug or request a feature is via
WRENCH's Github Issues Track.

wrench's People

Contributors

frs69wq avatar henricasanova avatar james-oeth avatar mesurajpandey avatar pfdutot avatar rafaelfsilva avatar ryantanaka 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.