Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
hide a (grave) warning in the tests
authorMartin Quinson <martin.quinson@loria.fr>
Fri, 5 May 2017 09:21:22 +0000 (11:21 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Fri, 5 May 2017 09:24:13 +0000 (11:24 +0200)
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

index 83215a6..60a4c6d 100644 (file)
@@ -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...