Git Product home page Git Product logo

vle's Introduction

Virtual Laboratory Environment 2.0

Build Status

See AUTHORS and COPYRIGHT for the list of contributors.

VLE is an operational framework for multi-modeling, simulation and analysis of complex dynamical systems. It addresses the reliability issue by using recent developments in the theory of modeling and simulation proposed by B. Zeigler with the Discrete Event System Specification formalism (DEVS).

Requirements

For the VFL API:

  • libxml2 (≥ 2.8)
  • boost (≥ 1.47)
  • cmake (≥ 3.0)
  • c++ compiler (gcc ≥ 4.9, clang ≥ 3.3, intel icc (≥ 11.0)

For the MPI command line:

  • Any MPI 2 library as OpenMpi, mpich

For the GUI:

  • Qt5

Getting the code

The source tree is currently hosted on Github and Sourceforge. To view the repository online: https://github.com/vle-forge/vle The URL to clone it:

git clone git://github.com/vle-forge/vle.git

Install dependencies (recent ubuntu/debian):

apt-get install libxml2-dev libboost-dev cmake pkg-config g++ \
        qttools5-dev qttools5-dev-tools qtbase5-dev qtbase5-dev-tools \
        qtchooser qt5-default

Once you have met requirements, compiling and installing is simple:

cd vle
mkdir build
cd build
export QT_SELECT=qt5
cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=RelWithDebInfo ..
make
make install

License

This software in GPLv3 or later. See the file COPYING. Some files are under a different license. Check the headers for the copyright info.

Usage

VLE is a multi-modeling environment to build model, to simulate and analys them. To more information, see the VLE website (http://www.vle-projet.org).

To build a new package::

vle -P mypackage create

To configure, build a package::

vle -P mypackage configure build

To run vpz in a package::

vle -P mypackage file.vpz

vle's People

Contributors

chabrier avatar devs-labs avatar duboz avatar eric-casellas avatar gui-59 avatar quesnel avatar tatiana-62 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.