Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
New signal: Actor::on_termination (when its code terminates)
[simgrid.git] / examples / smpi / trace / trace.tesh
index 33df360..9b07381 100644 (file)
@@ -121,12 +121,12 @@ $ tail -n +3 ${bindir:=.}/smpi_trace.trace
 > 4 3 0 1 1 MPI_LINK
 > 4 4 0 1 1 MIGRATE_LINK
 > 2 5 1 MIGRATE_STATE
-> 6 0.000000 1 1 0 "rank-1"
+> 6 0.000000 1 1 0 "rank-0"
 > 5 6 2 PMPI_Init "0 1 0"
 > 5 7 2 computing "0 1 1"
 > 5 8 2 sleeping "0 0.5 0.5"
-> 6 0.000000 2 1 0 "rank-2"
-> 6 0.000000 3 1 0 "rank-3"
+> 6 0.000000 2 1 0 "rank-1"
+> 6 0.000000 3 1 0 "rank-2"
 > 12 0.000000 2 1 6
 > 13 0.000000 2 1
 > 12 0.000000 2 1 8
@@ -144,7 +144,7 @@ $ tail -n +3 ${bindir:=.}/smpi_trace.trace
 > 13 0.000000 2 1
 > 12 0.000000 2 1 10
 > 5 11 2 PMPI_Recv "1 0 0"
-> 5 12 2 PMPI_Barrier "0 0.78 0.78"
+> 5 12 2 PMPI_Barrier "0 0.39 0.78"
 > 5 13 2 PMPI_Send "0 0 1"
 > 5 14 2 PMPI_Irecv "1 0.52 0.52"
 > 5 15 2 PMPI_Waitany "0.78 0.78 0.58"
@@ -1332,18 +1332,22 @@ $ tail -n +3 ${bindir:=.}/smpi_trace.trace
 > 12 11.902080 2 2 12
 > 13 11.904056 2 1
 > 12 11.904056 2 1 18
+> 13 11.904056 2 1
+> 13 11.905518 2 2
 > 13 11.905518 2 2
 > 12 11.905518 2 2 18
 > 13 11.906032 2 3
 > 12 11.906032 2 3 18
 > 13 11.906032 2 3
-> 7 11.906032 1 3
-> 13 11.906032 2 1
 > 7 11.906032 1 1
-> 13 11.906032 2 2
 > 7 11.906032 1 2
+> 7 11.906032 1 3
 $ rm -f ${bindir:=.}/smpi_trace.trace
 
 $ ${bindir:=.}/../../../smpi_script/bin/smpirun -trace -trace-resource -trace-file ${bindir:=.}/smpi_trace.trace -hostfile ${srcdir:=.}/../hostfile -platform ${platfdir:=.}/small_platform.xml --cfg=path:${srcdir:=.}/../msg --cfg=smpi/host-speed:1 -np 3 ${bindir:=.}/smpi_trace --log=smpi_kernel.thres:warning --log=xbt_cfg.thres:warning
 
 $ rm -f ${bindir:=.}/smpi_trace.trace
+
+$ ${bindir:=.}/../../../smpi_script/bin/smpirun -trace --cfg=tracing/smpi/display-sizes:yes --cfg=tracing/smpi/computing:yes --cfg=tracing/smpi/internals:yes -trace-file ${bindir:=.}/smpi_trace.trace -hostfile ${srcdir:=.}/../hostfile -platform ${platfdir:=.}/small_platform.xml --cfg=path:${srcdir:=.}/../msg --cfg=smpi/host-speed:1 -np 3 ${bindir:=.}/smpi_trace --log=smpi_kernel.thres:warning --log=xbt_cfg.thres:warning
+
+$ rm -f ${bindir:=.}/smpi_trace.trace