1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
#!/usr/bin/env tesh
p Testing with default compound
$ ${pythoncmd:=python3} ${PYTHON_TOOL_OPTIONS:=} ${srcdir:=.}/smpi_reducescatter.py --platform ${platfdir}/small_platform.xml "--log=root.fmt:[%10.6r]%e(%i:%a@%h)%e%m%n" --cfg=smpi/simulate-computation:no
>[ 0.000000] (0:maestro@) Configuration change: Set 'smpi/simulate-computation' to 'no'
>[ 0.000000] (0:maestro@) You did not set the power of the host running the simulation. The timings will certainly not be accurate. Use the option "--cfg=smpi/host-speed:<flops>" to set its value, or "--cfg=smpi/host-speed:auto" to request an automatic benchmark of the correct value on your machine. Check https://simgrid.org/doc/latest/Configuring_SimGrid.html#automatic-benchmarking-of-smpi-code for more information.
>[ 0.000000] (1:pinger#0@Jupiter) ping 2
>[ 0.000000] (1:pinger#0@Jupiter) ping 0
>[ 0.000000] (1:pinger#0@Jupiter) input buffer [99 78 61 16 73 8 62 27 30 80]
>[ 0.000000] (2:pinger#1@Tremblay) ping 2
>[ 0.000000] (2:pinger#1@Tremblay) ping 1
>[ 0.000000] (2:pinger#1@Tremblay) input buffer [99 78 61 16 73 8 62 27 30 80]
>[ 0.019023] (1:pinger#0@Jupiter) result buffer [198 156 122 32 146]
>[ 0.038042] (2:pinger#1@Tremblay) result buffer [ 16 124 54 60 160]
>[ 0.057065] (1:pinger#0@Jupiter) result buffer [198 156 122 32 146]
>[ 0.076085] (2:pinger#1@Tremblay) result buffer [ 16 124 54 60 160]
>[ 0.076085] (0:maestro@) Total simulation time: 0.076
|