Skip to content

etri/dtsim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

                       DTSim Release 1.5

DTSim is a software framework for efficiently and high-speed execution 
of large-scale agent simulations. DTSim not only supports all existing 
agent-based simulation models, but also offers many advantages for sim
ulating city model.

-------------------------------------------------------------------------

1. Getting Started
==================

(a) Source tree
    /data    : simulation data & required pakages
    /src     : c++ source files
    /include : c++ header files
    /model   : simulation model examples

(b) Supporting platform
    - Linux(SentOS 7.x)

(c) Language
    - C++

(d) Required S/W packages
    - gcc 4.x.x
    - curl-7.42.1
    - mpich-3.1.4
    - boost-1.61.0
    - geos-3.7.2
    - netcdf-4.2.1

2. Installation 
===============

(a) Required S/W packages
	- cd data/install
    - ./setup.sh
	- source ~/.bashrc

(b) compile
    make
    make install


3. Example models 
===============

(a) Sample code directory
    - /model/examples

(b) Sample models
    - exam01 : initialize simulations
    - exam02 : lookup environment agents
    - exam03 : handling model parameters
    - exam04 : create geography space 
    - exam05 : agent creation & movement control #1
    - exam06 : agent creation & movement control #2
    - exam07 : agent creation & movement control #3
    - exam08 : agent creation & movement control #4
    - exam09 : agent creation & movement control #5

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published