From e923eebe81ca59d644c0cebb9ce3402d300dbb4f Mon Sep 17 00:00:00 2001 From: degomme Date: Fri, 5 Apr 2019 15:10:33 +0200 Subject: [PATCH] test --cfg=smpi/shared-malloc:local --- teshsuite/smpi/macro-shared/macro-shared.tesh | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/teshsuite/smpi/macro-shared/macro-shared.tesh b/teshsuite/smpi/macro-shared/macro-shared.tesh index af9fd486d7..6eb375a4b8 100644 --- a/teshsuite/smpi/macro-shared/macro-shared.tesh +++ b/teshsuite/smpi/macro-shared/macro-shared.tesh @@ -12,4 +12,17 @@ $ ${bindir:=.}/../../../smpi_script/bin/smpirun -hostfile ../hostfile -platform > [3] The value in the shared buffer is: 4 > hashing ! +! output sort +! timeout 5 +$ ${bindir:=.}/../../../smpi_script/bin/smpirun -hostfile ../hostfile -platform ../../../examples/platforms/small_platform.xml -np 4 ${bindir:=.}/macro-shared --log=smpi_kernel.thres:warning --log=xbt_cfg.thres:warning --cfg=smpi/shared-malloc:local +> [0] After change, the value in the shared buffer is: 16053117601147974045 +> [0] The value in the shared buffer is: 4 +> [1] After change, the value in the shared buffer is: 16053117601147974045 +> [1] The value in the shared buffer is: 4 +> [2] After change, the value in the shared buffer is: 16053117601147974045 +> [2] The value in the shared buffer is: 4 +> [3] After change, the value in the shared buffer is: 16053117601147974045 +> [3] The value in the shared buffer is: 4 +> hashing ! + -- 2.20.1