1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
p Test compute
! output sort
! timeout 5
$ ${bindir:=.}/../../../smpi_script/bin/smpirun -hostfile ../hostfile -platform ../../../examples/platforms/small_platform.xml -np 4 ${bindir:=.}/macro-partial-shared-communication --log=smpi_kernel.thres:warning --log=xbt_cfg.thres:warning
> [3] The result of the (normal) communication check for block (0x123456, 0x130000) is: 1
> [3] The result of the (normal) communication check for block (0x130001, 0x345678) is: 1
> [3] The result of the (normal) communication check for block (0x345789, 0x444444) is: 1
> [3] The result of the (normal) communication check for block (0x555555, 0x555556) is: 1
> [3] The result of the (normal) communication check for block (0x560000, 0x800000) is: 1
> [1] The result of the (normal) communication check for block (0x123456, 0x130000) is: 1
> [1] The result of the (normal) communication check for block (0x130001, 0x345678) is: 1
> [1] The result of the (normal) communication check for block (0x345789, 0x444444) is: 1
> [1] The result of the (normal) communication check for block (0x555555, 0x555556) is: 1
> [1] The result of the (normal) communication check for block (0x560000, 0x800000) is: 1
> [3] The result of the (shifted) communication check for block (0x123456, 0x130000) is: 1
> [3] The result of the (shifted) communication check for block (0x130001, 0x345678) is: 1
> [3] The result of the (shifted) communication check for block (0x345789, 0x444444) is: 1
> [3] The result of the (shifted) communication check for block (0x555555, 0x555556) is: 1
> [3] The result of the (shifted) communication check for block (0x560000, 0x800000) is: 0
> [1] The result of the (shifted) communication check for block (0x123456, 0x130000) is: 1
> [1] The result of the (shifted) communication check for block (0x130001, 0x345678) is: 1
> [1] The result of the (shifted) communication check for block (0x345789, 0x444444) is: 1
> [1] The result of the (shifted) communication check for block (0x555555, 0x555556) is: 1
> [1] The result of the (shifted) communication check for block (0x560000, 0x800000) is: 0
|