Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[smpi] add smpireplayrun binary
authorMillian Poquet <millian.poquet@inria.fr>
Tue, 20 Nov 2018 08:49:05 +0000 (09:49 +0100)
committerMillian Poquet <millian.poquet@inria.fr>
Wed, 21 Nov 2018 14:24:14 +0000 (15:24 +0100)
commit92e4eb1c61e62840aa7cc4be72aad837d0fe8249
tree3620871b84f76395005c90309e9589d9613ce404
parent3c3c0a7ae294686ea4aef60738fbc2554252996d
[smpi] add smpireplayrun binary

This program is a simple variant of the good old smpi-replay example.

The goal here is to generate a dedicated binary in SimGrid's
installation so users can simply use smpirun -replay instead of
compiling and executing a dedicated example.
CMakeLists.txt
src/smpi/smpi_replay_main.cpp [new file with mode: 0644]
tools/cmake/DefinePackages.cmake
tools/cmake/MakeLib.cmake