[go: up one dir, main page]

Menu

Tree [4b3bea] master0.6.0 v0.6.2 /
 History

HTTPS access


File Date Author Commit
 cmake 2007-07-08 Gauthier Quesnel Gauthier Quesnel [063921] Bug fix: CMake transition
 doxygen 2008-11-08 Gauthier Quesnel Gauthier Quesnel [de8195] vle: update the doxygen configuration
 share 2008-10-16 Gauthier Quesnel Gauthier Quesnel [91745b] vle: install the new 0.6 dtd into the share dir...
 src 2009-02-07 Gauthier Quesnel Gauthier Quesnel [47a54a] vle: fix crash when reading 64bits integer
 .gitignore 2008-10-16 Gauthier Quesnel Gauthier Quesnel [ce481d] git: update the gitignore file
 AUTHORS 2008-06-03 Gauthier Quesnel Gauthier Quesnel [4ab074] Add contributor to the AUTHORS file
 CMakeCPack.cmake 2009-01-23 Gauthier Quesnel Gauthier Quesnel [4939ce] cpack: remove Debian dependencies and build dep...
 CMakeLists.txt 2009-02-10 Gauthier Quesnel Gauthier Quesnel [4b3bea] vle-0.6.2
 COPYING 2008-02-03 Gauthier Quesnel Gauthier Quesnel [87b40b] Move all sources to the GPL 3.0 (closes: #4)
 ChangeLog 2006-10-31 Gauthier Quesnel Gauthier Quesnel [8f03fa] Initial commit
 NEWS 2006-10-31 Gauthier Quesnel Gauthier Quesnel [8f03fa] Initial commit
 README 2008-04-15 Gauthier Quesnel Gauthier Quesnel [7db092] Update the README text file
 config.h.in 2008-06-20 Gauthier Quesnel Gauthier Quesnel [5587dd] Fix: remove all warnings reported by CMake 2.6

Read Me

Requirements
============

glibmm		2.4.0 http://www.gtkmm.org
libxml++	2.6.0 http://libxmlplusplus.sourceforge.net
boost		1.32  http://www.boost.org
cmake		2.4.0 http://www.cmake.org



Installation
============

See documentation available on VLE website http://vle.univ-littoral.fr

The following commands configure, build and install VLE (build type: Debug):

$ mkdir build
$ cd build
$ cmake -DCMAKE_INSTALL_PREFIX=/usr/local ..
$ make
$ make install


Usage
=====

VLE is a multi-modeling environment to build model, to simulate and analys
them. To more information, see the VLE website (http://vle.univ-littoral.f

- To start a simulation:
$ vle file.vpz

- To start n simulations:
$ vle file1.vpz file2.vpz [...]

- To start an experimental frame and run all simulations on the local host
$ vle -m -l experimentalframe.vpz

- To start an experimental frame and run all simulations on the local host
  using four thread:
$ vle -m -l -o 4 experimentalframe.vpz

- To start an experimental frame and run all simulations on a grid computi
$ vle -m experimentalframe.vpz