Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
give a (small and random) value of smpi/ois and smpi/os flags for mpich3 tests. Ratio...
authorAugustin Degomme <adegomme@users.noreply.github.com>
Mon, 21 Mar 2022 19:40:29 +0000 (20:40 +0100)
committerAugustin Degomme <adegomme@users.noreply.github.com>
Mon, 21 Mar 2022 19:40:29 +0000 (20:40 +0100)
teshsuite/smpi/mpich3-test/runtests

index ed293d2..f58c024 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 --log=smpi_kernel.thr:warning --cfg=smpi/host-speed:1e9f  --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 --cfg=smpi/os:1:0.0000003:0.0000002 --cfg=smpi/ois:1:0.0000003:0.0000002"; }
     elsif (/--?verbose/) { $verbose = 1; }
     elsif (/--?showprogress/) { $showProgress = 1; }
     elsif (/--?debug/) { $debug = 1; }