From: Augustin Degomme Date: Tue, 9 Aug 2022 14:29:31 +0000 (+0200) Subject: update teshes X-Git-Tag: v3.32~64 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/7c3dae48f48ef55a964671b22db56ba4e2852b5f update teshes --- diff --git a/teshsuite/smpi/io-all-at/io-all-at.tesh b/teshsuite/smpi/io-all-at/io-all-at.tesh index 091402efc2..d29e4e06ef 100644 --- a/teshsuite/smpi/io-all-at/io-all-at.tesh +++ b/teshsuite/smpi/io-all-at/io-all-at.tesh @@ -11,15 +11,19 @@ $ ${bindir:=.}/../../../smpi_script/bin/smpirun -map -hostfile ../hostfile_io -p > (3@carl) Seeking in MPI_File /scratch/testfile, setting offset 12 > (0@bob) Write in MPI_File /scratch/testfile, 4 bytes written, count 1, writesize 4 bytes, movesize 4 > (0@bob) Position after write in MPI_File /scratch/testfile : 4 +> (0@bob) Seeking in MPI_File /scratch/testfile, setting offset 4 > (0@bob) Seeking in MPI_File /scratch/testfile, setting offset 0 > (2@bob) Write in MPI_File /scratch/testfile, 4 bytes written, count 1, writesize 4 bytes, movesize 4 > (2@bob) Position after write in MPI_File /scratch/testfile : 12 +> (2@bob) Seeking in MPI_File /scratch/testfile, setting offset 12 > (2@bob) Seeking in MPI_File /scratch/testfile, setting offset 8 > (1@carl) Write in MPI_File /scratch/testfile, 4 bytes written, count 1, writesize 4 bytes, movesize 4 > (1@carl) Position after write in MPI_File /scratch/testfile : 8 +> (1@carl) Seeking in MPI_File /scratch/testfile, setting offset 8 > (1@carl) Seeking in MPI_File /scratch/testfile, setting offset 4 > (3@carl) Write in MPI_File /scratch/testfile, 4 bytes written, count 1, writesize 4 bytes, movesize 4 > (3@carl) Position after write in MPI_File /scratch/testfile : 16 +> (3@carl) Seeking in MPI_File /scratch/testfile, setting offset 16 > (3@carl) Seeking in MPI_File /scratch/testfile, setting offset 12 > (0@bob) Seeking in MPI_File /scratch/testfile, setting offset 0 > (2@bob) Seeking in MPI_File /scratch/testfile, setting offset 26 @@ -27,12 +31,16 @@ $ ${bindir:=.}/../../../smpi_script/bin/smpirun -map -hostfile ../hostfile_io -p > (1@carl) Seeking in MPI_File /scratch/testfile, setting offset 13 > (0@bob) Write in MPI_File /scratch/testfile, 12 bytes written, count 3, writesize 12 bytes, movesize 12 > (0@bob) Position after write in MPI_File /scratch/testfile : 12 +> (0@bob) Seeking in MPI_File /scratch/testfile, setting offset 40 > (2@bob) Write in MPI_File /scratch/testfile, 12 bytes written, count 3, writesize 12 bytes, movesize 12 > (2@bob) Position after write in MPI_File /scratch/testfile : 38 +> (2@bob) Seeking in MPI_File /scratch/testfile, setting offset 48 > (1@carl) Write in MPI_File /scratch/testfile, 12 bytes written, count 3, writesize 12 bytes, movesize 12 > (1@carl) Position after write in MPI_File /scratch/testfile : 25 +> (1@carl) Seeking in MPI_File /scratch/testfile, setting offset 44 > (3@carl) Write in MPI_File /scratch/testfile, 12 bytes written, count 3, writesize 12 bytes, movesize 12 > (3@carl) Position after write in MPI_File /scratch/testfile : 51 +> (3@carl) Seeking in MPI_File /scratch/testfile, setting offset 52 > (3@carl) Seeking in MPI_File /scratch/testfile, setting offset 16 > (3@carl) Seeking in MPI_File /scratch/testfile, setting offset 0 > (2@bob) Seeking in MPI_File /scratch/testfile, setting offset 12 @@ -63,12 +71,16 @@ $ ${bindir:=.}/../../../smpi_script/bin/smpirun -map -hostfile ../hostfile_io -p > (1@carl) Seeking in MPI_File /scratch/testfile, setting offset 13 > (0@bob) Read in MPI_File /scratch/testfile, 12 bytes read, count 3, readsize 12 bytes, movesize 12 > (0@bob) Position after read in MPI_File /scratch/testfile : 12 +> (0@bob) Seeking in MPI_File /scratch/testfile, setting offset 40 > (2@bob) Read in MPI_File /scratch/testfile, 12 bytes read, count 3, readsize 12 bytes, movesize 12 > (2@bob) Position after read in MPI_File /scratch/testfile : 38 +> (2@bob) Seeking in MPI_File /scratch/testfile, setting offset 48 > (1@carl) Read in MPI_File /scratch/testfile, 12 bytes read, count 3, readsize 12 bytes, movesize 12 > (1@carl) Position after read in MPI_File /scratch/testfile : 25 +> (1@carl) Seeking in MPI_File /scratch/testfile, setting offset 44 > (3@carl) Read in MPI_File /scratch/testfile, 12 bytes read, count 3, readsize 12 bytes, movesize 12 > (3@carl) Position after read in MPI_File /scratch/testfile : 51 +> (3@carl) Seeking in MPI_File /scratch/testfile, setting offset 52 > (3@carl) Seeking in MPI_File /scratch/testfile, setting offset 16 > (2@bob) Seeking in MPI_File /scratch/testfile, setting offset 12 > (1@carl) Seeking in MPI_File /scratch/testfile, setting offset 8 diff --git a/teshsuite/smpi/io-all/io-all.tesh b/teshsuite/smpi/io-all/io-all.tesh index 89efceea9b..36445e043a 100644 --- a/teshsuite/smpi/io-all/io-all.tesh +++ b/teshsuite/smpi/io-all/io-all.tesh @@ -11,15 +11,19 @@ $ ${bindir:=.}/../../../smpi_script/bin/smpirun -map -hostfile ../hostfile_io -p > (3@carl) Seeking in MPI_File /scratch/testfile, setting offset 12 > (0@bob) Write in MPI_File /scratch/testfile, 4 bytes written, count 1, writesize 4 bytes, movesize 4 > (0@bob) Position after write in MPI_File /scratch/testfile : 4 +> (0@bob) Seeking in MPI_File /scratch/testfile, setting offset 4 > (0@bob) Seeking in MPI_File /scratch/testfile, setting offset 0 > (2@bob) Write in MPI_File /scratch/testfile, 4 bytes written, count 1, writesize 4 bytes, movesize 4 > (2@bob) Position after write in MPI_File /scratch/testfile : 12 +> (2@bob) Seeking in MPI_File /scratch/testfile, setting offset 12 > (2@bob) Seeking in MPI_File /scratch/testfile, setting offset 8 > (1@carl) Write in MPI_File /scratch/testfile, 4 bytes written, count 1, writesize 4 bytes, movesize 4 > (1@carl) Position after write in MPI_File /scratch/testfile : 8 +> (1@carl) Seeking in MPI_File /scratch/testfile, setting offset 8 > (1@carl) Seeking in MPI_File /scratch/testfile, setting offset 4 > (3@carl) Write in MPI_File /scratch/testfile, 4 bytes written, count 1, writesize 4 bytes, movesize 4 > (3@carl) Position after write in MPI_File /scratch/testfile : 16 +> (3@carl) Seeking in MPI_File /scratch/testfile, setting offset 16 > (3@carl) Seeking in MPI_File /scratch/testfile, setting offset 12 > (0@bob) Seeking in MPI_File /scratch/testfile, setting offset 0 > (2@bob) Seeking in MPI_File /scratch/testfile, setting offset 26 @@ -27,12 +31,16 @@ $ ${bindir:=.}/../../../smpi_script/bin/smpirun -map -hostfile ../hostfile_io -p > (1@carl) Seeking in MPI_File /scratch/testfile, setting offset 13 > (0@bob) Write in MPI_File /scratch/testfile, 12 bytes written, count 3, writesize 12 bytes, movesize 12 > (0@bob) Position after write in MPI_File /scratch/testfile : 12 +> (0@bob) Seeking in MPI_File /scratch/testfile, setting offset 40 > (2@bob) Write in MPI_File /scratch/testfile, 12 bytes written, count 3, writesize 12 bytes, movesize 12 > (2@bob) Position after write in MPI_File /scratch/testfile : 38 +> (2@bob) Seeking in MPI_File /scratch/testfile, setting offset 48 > (1@carl) Write in MPI_File /scratch/testfile, 12 bytes written, count 3, writesize 12 bytes, movesize 12 > (1@carl) Position after write in MPI_File /scratch/testfile : 25 +> (1@carl) Seeking in MPI_File /scratch/testfile, setting offset 44 > (3@carl) Write in MPI_File /scratch/testfile, 12 bytes written, count 3, writesize 12 bytes, movesize 12 > (3@carl) Position after write in MPI_File /scratch/testfile : 51 +> (3@carl) Seeking in MPI_File /scratch/testfile, setting offset 52 > (0@bob) Seeking in MPI_File /scratch/testfile, setting offset 0 > (2@bob) Seeking in MPI_File /scratch/testfile, setting offset 8 > (3@carl) Seeking in MPI_File /scratch/testfile, setting offset 12 @@ -43,9 +51,13 @@ $ ${bindir:=.}/../../../smpi_script/bin/smpirun -map -hostfile ../hostfile_io -p > (1@carl) Seeking in MPI_File /scratch/testfile, setting offset 13 > (0@bob) Read in MPI_File /scratch/testfile, 12 bytes read, count 3, readsize 12 bytes, movesize 12 > (0@bob) Position after read in MPI_File /scratch/testfile : 12 +> (0@bob) Seeking in MPI_File /scratch/testfile, setting offset 40 > (2@bob) Read in MPI_File /scratch/testfile, 12 bytes read, count 3, readsize 12 bytes, movesize 12 > (2@bob) Position after read in MPI_File /scratch/testfile : 38 +> (2@bob) Seeking in MPI_File /scratch/testfile, setting offset 48 > (1@carl) Read in MPI_File /scratch/testfile, 12 bytes read, count 3, readsize 12 bytes, movesize 12 > (1@carl) Position after read in MPI_File /scratch/testfile : 25 +> (1@carl) Seeking in MPI_File /scratch/testfile, setting offset 44 > (3@carl) Read in MPI_File /scratch/testfile, 12 bytes read, count 3, readsize 12 bytes, movesize 12 > (3@carl) Position after read in MPI_File /scratch/testfile : 51 +> (3@carl) Seeking in MPI_File /scratch/testfile, setting offset 52 diff --git a/teshsuite/smpi/io-ordered/io-ordered.tesh b/teshsuite/smpi/io-ordered/io-ordered.tesh index 9a5059af06..d1f446b1b2 100644 --- a/teshsuite/smpi/io-ordered/io-ordered.tesh +++ b/teshsuite/smpi/io-ordered/io-ordered.tesh @@ -11,12 +11,16 @@ $ ${bindir:=.}/../../../smpi_script/bin/smpirun -map -hostfile ../hostfile_io -p > (3@carl) Seeking in MPI_File /scratch/testfile, setting offset 120 > (0@bob) Write in MPI_File /scratch/testfile, 40 bytes written, count 10, writesize 40 bytes, movesize 40 > (0@bob) Position after write in MPI_File /scratch/testfile : 40 +> (0@bob) Seeking in MPI_File /scratch/testfile, setting offset 40 > (2@bob) Write in MPI_File /scratch/testfile, 40 bytes written, count 10, writesize 40 bytes, movesize 40 > (2@bob) Position after write in MPI_File /scratch/testfile : 120 +> (2@bob) Seeking in MPI_File /scratch/testfile, setting offset 120 > (1@carl) Write in MPI_File /scratch/testfile, 40 bytes written, count 10, writesize 40 bytes, movesize 40 > (1@carl) Position after write in MPI_File /scratch/testfile : 80 +> (1@carl) Seeking in MPI_File /scratch/testfile, setting offset 80 > (3@carl) Write in MPI_File /scratch/testfile, 40 bytes written, count 10, writesize 40 bytes, movesize 40 > (3@carl) Position after write in MPI_File /scratch/testfile : 160 +> (3@carl) Seeking in MPI_File /scratch/testfile, setting offset 160 > (3@carl) Seeking in MPI_File /scratch/testfile, setting offset 0 > (1@carl) Seeking in MPI_File /scratch/testfile, setting offset 0 > (0@bob) Seeking in MPI_File /scratch/testfile, setting offset 0 @@ -31,12 +35,16 @@ $ ${bindir:=.}/../../../smpi_script/bin/smpirun -map -hostfile ../hostfile_io -p > (3@carl) Seeking in MPI_File /scratch/testfile, setting offset 120 > (0@bob) Read in MPI_File /scratch/testfile, 40 bytes read, count 10, readsize 40 bytes, movesize 40 > (0@bob) Position after read in MPI_File /scratch/testfile : 40 +> (0@bob) Seeking in MPI_File /scratch/testfile, setting offset 40 > (2@bob) Read in MPI_File /scratch/testfile, 40 bytes read, count 10, readsize 40 bytes, movesize 40 > (2@bob) Position after read in MPI_File /scratch/testfile : 120 +> (2@bob) Seeking in MPI_File /scratch/testfile, setting offset 120 > (1@carl) Read in MPI_File /scratch/testfile, 40 bytes read, count 10, readsize 40 bytes, movesize 40 > (1@carl) Position after read in MPI_File /scratch/testfile : 80 +> (1@carl) Seeking in MPI_File /scratch/testfile, setting offset 80 > (3@carl) Read in MPI_File /scratch/testfile, 40 bytes read, count 10, readsize 40 bytes, movesize 40 > (3@carl) Position after read in MPI_File /scratch/testfile : 160 +> (3@carl) Seeking in MPI_File /scratch/testfile, setting offset 160 > (3@carl) Seeking in MPI_File /scratch/testfile, setting offset 0 > (1@carl) Seeking in MPI_File /scratch/testfile, setting offset 0 > (0@bob) Seeking in MPI_File /scratch/testfile, setting offset 0 diff --git a/teshsuite/smpi/io-shared/io-shared.tesh b/teshsuite/smpi/io-shared/io-shared.tesh index dbc1622325..a70ff103b9 100644 --- a/teshsuite/smpi/io-shared/io-shared.tesh +++ b/teshsuite/smpi/io-shared/io-shared.tesh @@ -12,36 +12,44 @@ $ ${bindir:=.}/../../../smpi_script/bin/smpirun -map -hostfile ../hostfile_io -p > (0@bob) Seeking in MPI_File /scratch/testfile, setting offset 0 > (0@bob) Write in MPI_File /scratch/testfile, 4 bytes written, count 1, writesize 4 bytes, movesize 4 > (0@bob) Position after write in MPI_File /scratch/testfile : 4 +> (0@bob) Seeking in MPI_File /scratch/testfile, setting offset 4 > (2@bob) Seeking in MPI_File /scratch/testfile, setting offset 4 -> (0@bob) Seeking in MPI_File /scratch/testfile, setting offset 0 > (2@bob) Write in MPI_File /scratch/testfile, 4 bytes written, count 1, writesize 4 bytes, movesize 4 > (2@bob) Position after write in MPI_File /scratch/testfile : 8 -> (2@bob) Seeking in MPI_File /scratch/testfile, setting offset 0 +> (2@bob) Seeking in MPI_File /scratch/testfile, setting offset 8 > (3@carl) Seeking in MPI_File /scratch/testfile, setting offset 8 > (3@carl) Write in MPI_File /scratch/testfile, 4 bytes written, count 1, writesize 4 bytes, movesize 4 > (3@carl) Position after write in MPI_File /scratch/testfile : 12 +> (3@carl) Seeking in MPI_File /scratch/testfile, setting offset 12 > (1@carl) Seeking in MPI_File /scratch/testfile, setting offset 12 -> (3@carl) Seeking in MPI_File /scratch/testfile, setting offset 0 > (1@carl) Write in MPI_File /scratch/testfile, 4 bytes written, count 1, writesize 4 bytes, movesize 4 > (1@carl) Position after write in MPI_File /scratch/testfile : 16 -> (1@carl) Seeking in MPI_File /scratch/testfile, setting offset 0 +> (1@carl) Seeking in MPI_File /scratch/testfile, setting offset 16 > (0@bob) Seeking in MPI_File /scratch/testfile, setting offset 0 > (2@bob) Seeking in MPI_File /scratch/testfile, setting offset 0 > (3@carl) Seeking in MPI_File /scratch/testfile, setting offset 0 > (1@carl) Seeking in MPI_File /scratch/testfile, setting offset 0 +> (0@bob) before read shared, shared pointer is 0, pointer is 0 > (0@bob) Seeking in MPI_File /scratch/testfile, setting offset 0 > (0@bob) Read in MPI_File /scratch/testfile, 4 bytes read, count 1, readsize 4 bytes, movesize 4 > (0@bob) Position after read in MPI_File /scratch/testfile : 4 +> (0@bob) after read shared, shared pointer is 4, pointer is 4 +> (2@bob) before read shared, shared pointer is 4, pointer is 0 > (2@bob) Seeking in MPI_File /scratch/testfile, setting offset 4 -> (0@bob) Seeking in MPI_File /scratch/testfile, setting offset 0 +> (0@bob) Seeking in MPI_File /scratch/testfile, setting offset 4 > (2@bob) Read in MPI_File /scratch/testfile, 4 bytes read, count 1, readsize 4 bytes, movesize 4 > (2@bob) Position after read in MPI_File /scratch/testfile : 8 -> (2@bob) Seeking in MPI_File /scratch/testfile, setting offset 0 +> (2@bob) after read shared, shared pointer is 8, pointer is 8 +> (2@bob) Seeking in MPI_File /scratch/testfile, setting offset 8 +> (3@carl) before read shared, shared pointer is 8, pointer is 0 > (3@carl) Seeking in MPI_File /scratch/testfile, setting offset 8 > (3@carl) Read in MPI_File /scratch/testfile, 4 bytes read, count 1, readsize 4 bytes, movesize 4 > (3@carl) Position after read in MPI_File /scratch/testfile : 12 +> (3@carl) after read shared, shared pointer is 12, pointer is 12 +> (1@carl) before read shared, shared pointer is 12, pointer is 0 > (1@carl) Seeking in MPI_File /scratch/testfile, setting offset 12 -> (3@carl) Seeking in MPI_File /scratch/testfile, setting offset 0 +> (3@carl) Seeking in MPI_File /scratch/testfile, setting offset 12 > (1@carl) Read in MPI_File /scratch/testfile, 4 bytes read, count 1, readsize 4 bytes, movesize 4 > (1@carl) Position after read in MPI_File /scratch/testfile : 16 -> (1@carl) Seeking in MPI_File /scratch/testfile, setting offset 0 +> (1@carl) after read shared, shared pointer is 16, pointer is 16 +> (1@carl) Seeking in MPI_File /scratch/testfile, setting offset 16