Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
activate leak-check output on mpich3-test.
authorAugustin Degomme <adegomme@users.noreply.github.com>
Fri, 19 Feb 2021 08:46:53 +0000 (09:46 +0100)
committerAugustin Degomme <adegomme@users.noreply.github.com>
Fri, 19 Feb 2021 08:46:53 +0000 (09:46 +0100)
Disable specifically on scancel test, because refcounts are incoherent in this case.

teshsuite/smpi/mpich3-test/pt2pt/scancel.c
teshsuite/smpi/mpich3-test/runtests

index 41ff232..0c3e3aa 100644 (file)
@@ -7,6 +7,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include "mpitest.h"
+#include "xbt/log.h"
 
 /*
 static char MTEST_Descrip[] = "Test of various send cancel calls";
@@ -28,6 +29,7 @@ int main(int argc, char *argv[])
     int cs, flag, n;
 
     MTest_Init(&argc, &argv);
+    xbt_log_control_set("smpi_kernel.thr:critical");
 
     comm = MPI_COMM_WORLD;
     MPI_Comm_rank(comm, &rank);
index 4d45848..bd2c8e4 100755 (executable)
@@ -161,7 +161,7 @@ foreach $_ (@ARGV) {
     elsif (/--?platformfile=(.*)/) { $platformfile = $1; }
     elsif (/--?hostfile=(.*)/) { $hostfile = $1; }
     elsif (/--?srcdir=(.*)/) { $srcdir = $1;
-       $mpiexec="$mpiexec  -platform ${srcdir}/$platformfile -hostfile ${srcdir}/$hostfile --log=root.thr:critical --cfg=smpi/host-speed:1e9  --cfg=smpi/async-small-thresh:65536"; }
+       $mpiexec="$mpiexec  -platform ${srcdir}/$platformfile -hostfile ${srcdir}/$hostfile --log=root.thr:critical --log=smpi_kernel.thr:warning --cfg=smpi/host-speed:1e9f  --cfg=smpi/async-small-thresh:65536"; }
     elsif (/--?verbose/) { $verbose = 1; }
     elsif (/--?showprogress/) { $showProgress = 1; }
     elsif (/--?debug/) { $debug = 1; }