Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add new entry in Release_Notes.
[simgrid.git] / teshsuite / smpi / gh-139 / gh-139.tesh
1 ! output sort
2 $ ${bindir:=.}/../../../smpi_script/bin/smpirun -np 2 -platform ${platfdir:=.}/small_platform.xml -hostfile ../hostfile ${bindir:=.}/gh-139 --cfg=smpi/simulate-computation:no --log=smpi_config.thres:warning --log=xbt_cfg.thres:warning
3 > [Tremblay:0:(1) 0.000000] [smpi_test/INFO] I'm 0/2
4 > [Jupiter:1:(2) 0.000000] [smpi_test/INFO] I'm 1/2
5 > [Tremblay:wait send:(3) 0.000000] [smpi_test/INFO] new thread has parameter rank 0 and global variable rank 0
6 > [Tremblay:wait send:(3) 0.000000] [smpi_test/INFO] 0 has MPI rank 0 and global variable rank 0
7 > [Tremblay:wait send:(3) 0.000000] [smpi_test/INFO] 0 waiting request
8 > [Tremblay:wait send:(3) 0.000000] [smpi_test/INFO] 0 request done, return MPI_SUCCESS
9 > [Tremblay:wait send:(3) 0.000000] [smpi_test/INFO] 0 still has MPI rank 0 and global variable 0
10 > [Jupiter:wait recv:(4) 0.000000] [smpi_test/INFO] new thread has parameter rank 1 and global variable rank 1
11 > [Jupiter:wait recv:(4) 0.000000] [smpi_test/INFO] 1 has MPI rank 1 and global variable rank 1
12 > [Jupiter:wait recv:(4) 0.000000] [smpi_test/INFO] 1 waiting request
13 > [Jupiter:wait recv:(4) 0.002948] [smpi_test/INFO] 1 request done, return MPI_SUCCESS
14 > [Jupiter:wait recv:(4) 0.002948] [smpi_test/INFO] 1 still has MPI rank 1 and global variable 1
15 > [Tremblay:0:(1) 1.000000] [smpi_test/INFO] finally 42
16 > [Jupiter:1:(2) 2.000000] [smpi_test/INFO] finally 42