Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
initial instrumentation points for the smpi component
authorschnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 5 Aug 2010 14:19:30 +0000 (14:19 +0000)
committerschnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 5 Aug 2010 14:19:30 +0000 (14:19 +0000)
commitb91d8031bb392545546a25d9792f1ac68de5ecce
tree340f863b2f67762046ac08e6e4ae0b4e81094de9
parent7ad112e8f1eda24e649bf3f5d69f6029724c555f
initial instrumentation points for the smpi component

details:
- nothing is traced yet, just coupling smpi with the tracing module
- compile simgrid with enable_trace = on
- execute it with --cfg=tracing/smpi:1
- TODO: add an option "--trace" to smpirun when this is completed
that is translated to the previously cited execution parameter

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8123 48e7efb5-ca39-0410-a469-dd3cf9ba447f
buildtools/Cmake/DefinePackages.cmake
src/instr/private.h
src/instr/smpi_instr.c [new file with mode: 0644]
src/smpi/private.h
src/smpi/smpi_global.c
src/smpi/smpi_mpi.c