File | Date | Author | Commit |
---|---|---|---|
doxygen | 2013-05-30 |
|
[772999] doxygen: downgrade doxyfiles to 1.7 |
i18n | 2011-04-20 |
|
[05f575] vle: bump to 1.1 |
share | 2014-01-24 |
|
[e9b320] Switch to 2014 |
src | 2014-03-18 |
|
[ad60e2] gvle: fix the matrix value editor |
.gitignore | 2008-10-16 |
|
[ce481d] git: update the gitignore file |
.mailmap | 2012-02-14 |
|
[0708de] vle: update the mailmap with latest bad configu... |
AUTHORS | 2014-01-24 |
|
[e9b320] Switch to 2014 |
CMakeCPack.cmake | 2013-11-12 |
|
[4cc80b] win32: embedding cmake |
CMakeLists.txt | 2014-04-03 |
|
[d337ae] vle-1.1.1 |
COPYING | 2008-02-03 |
|
[87b40b] Move all sources to the GPL 3.0 (closes: #4) |
CTestConfig.cmake | 2013-06-28 |
|
[863107] ctest: add CTest scripts |
NEWS | 2014-04-03 |
|
[a416e0] NEWS: update |
README.rst | 2013-12-17 |
|
[43c08d] README: adding Gtksourceview dependency |
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).
For the VFL API:
For the MPI command line:
For the GUI:
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
Once you have met requirements, compiling and installing is simple:
cd vle mkdir build cd build cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=RelWithDebInfo .. make make install
This software in GPLv3 or later. See the file COPYING. Some files are under a different license. Check the headers for the copyright info.
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