From: Martin Quinson Date: Fri, 5 May 2017 09:21:22 +0000 (+0200) Subject: hide a (grave) warning in the tests X-Git-Tag: v3.16~274^2~66 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/a0ee21b4f03befdbfe929e5e17c837586c3643d0 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. --- 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...