X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e709643ef0c5b61c6c878016c418bffa2b1b20cd..5eca5225831a402a9033e46f8f625bcd46f83f80:/teshsuite/smpi/mpich3-test/runtests diff --git a/teshsuite/smpi/mpich3-test/runtests b/teshsuite/smpi/mpich3-test/runtests index 4d458482f7..8397d96772 100755 --- a/teshsuite/smpi/mpich3-test/runtests +++ b/teshsuite/smpi/mpich3-test/runtests @@ -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; } @@ -656,7 +656,7 @@ sub RunMPIProgram { if (/FORTRAN STOP/) { next; } $inline .= $_; if (m{^==[0-9]+== ?WARNING: ASan doesn't fully support} || - m{^==[0-9]+== ?WARNING: ASan is ignoring requested __asan_handle_no_return: stack top:} || + m{^==[0-9]+== ?WARNING: ASan is ignoring requested __asan_handle_no_return: stack } || m{^False positive error reports may follow$} || m{^For details see http://code.google.com/p/address-sanitizer/issues/detail\?id=189$} || m{^For details see https://github.com/google/sanitizers/issues/189$}) {