Skip to content

simgrid/DTLMod

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License: LGPL v2.1 Build-Linux Doc codecov CodeFactor

DTLMod: a versatile simulated Data Transport Layer

Overview

This project implements a versatile simulated data transport layer "module" on top of SimGrid, to be used in any SimGrid-based simulator.

Dependencies and installation

The only required dependencies are on SimGrid and its File System Module. An optional dependency is Google Test for compiling the unit tests.

Here is the typical Ubuntu installation procedure:

cd DTL
mkdir build
cd build
cmake ..
make -j4
sudo make install

after which the dtlmod library and header files will be installed in /usr/local/.

To compile and run the unit tests, just run the following command in the build directory:

make unit_tests
./unit_tests

About

Versatile Simulated Data Transport Layer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published