From 318aad7f5784b55f9c4b527b63550e0c390e8b52 Mon Sep 17 00:00:00 2001 From: schnorr Date: Wed, 7 Mar 2012 17:06:34 +0100 Subject: [PATCH] [trace] fix smpi tesh --- examples/smpi/tracing/smpi_traced.tesh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/examples/smpi/tracing/smpi_traced.tesh b/examples/smpi/tracing/smpi_traced.tesh index 2dbad1bfe7..f589f01caa 100644 --- a/examples/smpi/tracing/smpi_traced.tesh +++ b/examples/smpi/tracing/smpi_traced.tesh @@ -12,8 +12,6 @@ $ ../../bin/smpirun -trace -trace-resource -trace-file smpi_traced.trace -hostfi > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'tracing/categorized' to '1' > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'tracing/uncategorized' to '1' > [0.000000] [surf_config/INFO] Switching workstation model to compound since you changed the network and/or cpu model(s) -> [0.000000] [instr_config/INFO] Tracing resource utilization active, network/optim configuration now set to Full. - p Another SMPI test $ ../../bin/smpirun -trace -trace-resource -trace-file smpi_traced.trace -hostfile ${srcdir:=.}/hostfile -platform ${srcdir:=.}/../msg/tracing/platform.xml -np 3 ./smpi_traced_simple @@ -26,7 +24,6 @@ $ ../../bin/smpirun -trace -trace-resource -trace-file smpi_traced.trace -hostfi > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'tracing/categorized' to '1' > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'tracing/uncategorized' to '1' > [0.000000] [surf_config/INFO] Switching workstation model to compound since you changed the network and/or cpu model(s) -> [0.000000] [instr_config/INFO] Tracing resource utilization active, network/optim configuration now set to Full. p Testing without trace parameters $ ../../bin/smpirun -hostfile ${srcdir:=.}/hostfile -platform ${srcdir:=.}/../msg/tracing/platform.xml -np 3 ./smpi_traced_simple @@ -59,7 +56,6 @@ $ ../../bin/smpirun -trace -trace-resource -trace-triva -trace-file smpi_traced. > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'triva/categorized' to 'smpi_cat.plist' > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'triva/uncategorized' to 'smpi_uncat.plist' > [0.000000] [surf_config/INFO] Switching workstation model to compound since you changed the network and/or cpu model(s) -> [0.000000] [instr_config/INFO] Tracing resource utilization active, network/optim configuration now set to Full. > [1.003981] [instr_config/INFO] No categories declared, ignoring generation of triva graph configuration p Testing with parameters but without activating them with the safe switch (-trace) -- 2.20.1