Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[trace] new smpi tracing options
authorLucas Schnorr <Lucas.Schnorr@imag.fr>
Mon, 2 May 2011 10:34:53 +0000 (12:34 +0200)
committerLucas Schnorr <Lucas.Schnorr@inf.ufrgs.br>
Tue, 24 May 2011 12:42:25 +0000 (14:42 +0200)
commit16f4e0f8c37216b991db811ec15ab79da4481d12
treeb88296ba492e05836e9ef0a323a0e77ca43993e0
parent107321af5c208ff3b158c584c5a8fa0551e47580
[trace] new smpi tracing options

details:
- to activate the traditional gantt-chart visualization, pass -trace
     as parameter. Then, the tracefile can be visualized with Paje using
     $ Paje smpi_simgrid.trace
- to activate the graph-view and resource utilization, pass
     -trace -trace-triva -trace-resource as parameters. Then, the
     tracefile can be visualization with Triva using
     $ Triva --graph --gc_conf smpi_uncat.plist smpi_simgrid.trace

- other options include:
   - group mpi processes by where they are executed: -trace-grouped
   - specify a different trace filename: -trace-file <tracefile>
src/smpi/smpirun.in