From a0ee21b4f03befdbfe929e5e17c837586c3643d0 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Fri, 5 May 2017 11:21:22 +0200 Subject: [PATCH] hide a (grave) warning in the tests FYI, the hidden message is: [simix_context/WARNING] mmap broken on FreeBSD, but dlopen+thread broken too. Switching to dlopen+raw contexts. Removing the warning would help the tests, but could really harm some users. --- teshsuite/smpi/privatization/privatization.tesh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teshsuite/smpi/privatization/privatization.tesh b/teshsuite/smpi/privatization/privatization.tesh index 83215a63c4..60a4c6d071 100644 --- a/teshsuite/smpi/privatization/privatization.tesh +++ b/teshsuite/smpi/privatization/privatization.tesh @@ -1,5 +1,5 @@ p Test privatization ! setenv LD_LIBRARY_PATH=../../lib ! timeout 5 -$ ${bindir:=.}/../../../smpi_script/bin/smpirun -hostfile ../hostfile -platform ../../../examples/platforms/small_platform.xml -np 32 ${bindir:=.}/privatization --log=smpi_kernel.thres:warning --log=xbt_cfg.thres:warning --cfg=smpi/privatization:1 +$ ${bindir:=.}/../../../smpi_script/bin/smpirun -hostfile ../hostfile -platform ../../../examples/platforms/small_platform.xml -np 32 ${bindir:=.}/privatization --log=smpi_kernel.thres:warning --log=xbt_cfg.thres:warning --cfg=smpi/privatization:1 --log=simix_context.thres:error > You requested to use 32 processes, but there is only 5 processes in your hostfile... -- 2.20.1