Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
tracing MPI collective operations implemented in SMPI
authorschnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 5 Aug 2010 14:19:31 +0000 (14:19 +0000)
committerschnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 5 Aug 2010 14:19:31 +0000 (14:19 +0000)
commit59cf7ae32c58dded67acac09e35609d2c97e54b5
tree4ec2a80c64d5a90f5c27e61e2f93a3436adfe3fe
parent1190c46b4633e1c616f35eefeb53d141b28b9631
tracing MPI collective operations implemented in SMPI

details:
- MPI Bcast, Barrier, Gather, Gather, Allgather,
  Reduce, Scan, Reduce_scatter, Alltoall and
  their 'v' variants
- the tracing is only a state for now
- the root rank is not used for now to identify
  which process is the root of operation (for
  those who have a root)
- the trace is visualizable in Paje and Triva (SquarifiedTreemap)

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8125 48e7efb5-ca39-0410-a469-dd3cf9ba447f
src/instr/interface.c
src/instr/private.h
src/instr/smpi_instr.c
src/smpi/smpi_mpi.c