Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add new entry in Release_Notes.
[simgrid.git] / teshsuite / smpi / io-shared / io-shared.tesh
1 # Test for MPI_File_read and MPI_File_write
2 ! output sort
3 $ ${bindir:=.}/../../../smpi_script/bin/smpirun -map -hostfile ../hostfile_io -platform ${platfdir:=.}/hosts_with_disks.xml -np 4 --log=xbt_cfg.thres:critical --log=smpi_config.thres:warning --log=smpi_mpi.thres:error --log=s4u_file.thres:error --log=smpi_io.thres:verbose "--log=root.fmt:(%a@%h)%e%m%n" --cfg=smpi/simulate-computation:0 ${bindir:=.}/io-shared
4 > (maestro@) [rank 0] -> bob
5 > (maestro@) [rank 1] -> carl
6 > (maestro@) [rank 2] -> bob
7 > (maestro@) [rank 3] -> carl
8 > (0@bob) Seeking in MPI_File /scratch/testfile, setting offset 0
9 > (2@bob) Seeking in MPI_File /scratch/testfile, setting offset 0
10 > (1@carl) Seeking in MPI_File /scratch/testfile, setting offset 0
11 > (3@carl) Seeking in MPI_File /scratch/testfile, setting offset 0
12 > (0@bob) Seeking in MPI_File /scratch/testfile, setting offset 0
13 > (0@bob) Write in MPI_File /scratch/testfile, 4 bytes written, count 1, writesize 4 bytes, movesize 4
14 > (0@bob) Position after write in MPI_File /scratch/testfile : 4
15 > (0@bob) Seeking in MPI_File /scratch/testfile, setting offset 4
16 > (2@bob) Seeking in MPI_File /scratch/testfile, setting offset 4
17 > (2@bob) Write in MPI_File /scratch/testfile, 4 bytes written, count 1, writesize 4 bytes, movesize 4
18 > (2@bob) Position after write in MPI_File /scratch/testfile : 8
19 > (2@bob) Seeking in MPI_File /scratch/testfile, setting offset 8
20 > (3@carl) Seeking in MPI_File /scratch/testfile, setting offset 8
21 > (3@carl) Write in MPI_File /scratch/testfile, 4 bytes written, count 1, writesize 4 bytes, movesize 4
22 > (3@carl) Position after write in MPI_File /scratch/testfile : 12
23 > (3@carl) Seeking in MPI_File /scratch/testfile, setting offset 12
24 > (1@carl) Seeking in MPI_File /scratch/testfile, setting offset 12
25 > (1@carl) Write in MPI_File /scratch/testfile, 4 bytes written, count 1, writesize 4 bytes, movesize 4
26 > (1@carl) Position after write in MPI_File /scratch/testfile : 16
27 > (1@carl) Seeking in MPI_File /scratch/testfile, setting offset 16
28 > (0@bob) Seeking in MPI_File /scratch/testfile, setting offset 0
29 > (2@bob) Seeking in MPI_File /scratch/testfile, setting offset 0
30 > (3@carl) Seeking in MPI_File /scratch/testfile, setting offset 0
31 > (1@carl) Seeking in MPI_File /scratch/testfile, setting offset 0
32 > (0@bob) Seeking in MPI_File /scratch/testfile, setting offset 0
33 > (0@bob) Read in MPI_File /scratch/testfile, 4 bytes read, count 1, readsize 4 bytes, movesize 4
34 > (0@bob) Position after read in MPI_File /scratch/testfile : 4
35 > (2@bob) Seeking in MPI_File /scratch/testfile, setting offset 4
36 > (0@bob) Seeking in MPI_File /scratch/testfile, setting offset 4
37 > (2@bob) Read in MPI_File /scratch/testfile, 4 bytes read, count 1, readsize 4 bytes, movesize 4
38 > (2@bob) Position after read in MPI_File /scratch/testfile : 8
39 > (2@bob) Seeking in MPI_File /scratch/testfile, setting offset 8
40 > (3@carl) Seeking in MPI_File /scratch/testfile, setting offset 8
41 > (3@carl) Read in MPI_File /scratch/testfile, 4 bytes read, count 1, readsize 4 bytes, movesize 4
42 > (3@carl) Position after read in MPI_File /scratch/testfile : 12
43 > (1@carl) Seeking in MPI_File /scratch/testfile, setting offset 12
44 > (3@carl) Seeking in MPI_File /scratch/testfile, setting offset 12
45 > (1@carl) Read in MPI_File /scratch/testfile, 4 bytes read, count 1, readsize 4 bytes, movesize 4
46 > (1@carl) Position after read in MPI_File /scratch/testfile : 16
47 > (1@carl) Seeking in MPI_File /scratch/testfile, setting offset 16