[go: up one dir, main page]

Menu

[3b30bc]: / README  Maximize  Restore  History

Download this file

46 lines (30 with data), 1.1 kB

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
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