Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
68a0d669ecd08785b0a45365020c240ec751d8ed
[simgrid.git] / examples / smpi / gemm / gemm.tesh
1 # use the tested library, not the installed one
2 # (since we want to pass it to the child, it has to be redefined before each command)
3 # Go for the first test
4
5 p Test instrumentation of SMPI
6
7 $ ${bindir:=.}/../../../smpi_script/bin/smpirun -hostfile ${srcdir:=.}/../hostfile -platform ${platfdir:=.}/small_platform.xml --cfg=path:${srcdir:=.}/../msg --log=smpi_config.thres:warning --log=xbt_cfg.thres:warning --cfg=smpi/host-speed:1 -np 8 ${bindir:=.}/smpi_gemm 1000 native
8 > You requested to use 8 ranks, but there is only 5 processes in your hostfile...
9 > Matrix Size : 1000x1000
10 > Native mode
11 > Performance= 227.39 GFlop/s, Time= 8.795 sec, Size= 2000000000 Ops
12
13 $ ${bindir:=.}/../../../smpi_script/bin/smpirun -hostfile ${srcdir:=.}/../hostfile -platform ${platfdir:=.}/small_platform.xml --cfg=path:${srcdir:=.}/../msg --log=smpi_config.thres:warning --log=xbt_cfg.thres:warning --cfg=smpi/host-speed:1 -np 8 ${bindir:=.}/smpi_gemm 1000 sampling
14 > You requested to use 8 ranks, but there is only 5 processes in your hostfile...
15 > Matrix Size : 1000x1000
16 > Sampling mode
17 > Performance= 227.39 GFlop/s, Time= 8.795 sec, Size= 2000000000 Ops