X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6032e02b3443eff7869d98ade7cdf6fe536b09aa..684cdb5583dacd359d0a1e6a47db259dbc82713b:/teshsuite/smpi/mpich3-test/f90/datatype/kinds.f90 diff --git a/teshsuite/smpi/mpich3-test/f90/datatype/kinds.f90 b/teshsuite/smpi/mpich3-test/f90/datatype/kinds.f90 index 3d42946571..fd22c58aff 100644 --- a/teshsuite/smpi/mpich3-test/f90/datatype/kinds.f90 +++ b/teshsuite/smpi/mpich3-test/f90/datatype/kinds.f90 @@ -90,19 +90,19 @@ endif call MPI_RECV( aint, 1, MPI_AINT, 0, 0, MPI_COMM_WORLD, s, ierr ) if (taint .ne. aint) then - print *, "Address-sized int not correctly transfered" + print *, "Address-sized int not correctly transferred" print *, "Value should be ", taint, " but is ", aint errs = errs + 1 endif call MPI_RECV( oint, 1, MPI_OFFSET, 0, 1, MPI_COMM_WORLD, s, ierr ) if (toint .ne. oint) then - print *, "Offset-sized int not correctly transfered" + print *, "Offset-sized int not correctly transferred" print *, "Value should be ", toint, " but is ", oint errs = errs + 1 endif call MPI_RECV( iint, 1, MPI_INTEGER, 0, 2, MPI_COMM_WORLD, s, ierr ) if (tiint .ne. iint) then - print *, "Integer (by kind) not correctly transfered" + print *, "Integer (by kind) not correctly transferred" print *, "Value should be ", tiint, " but is ", iint errs = errs + 1 endif