X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/fcd4e90d40b0162b583075c5645aacf40392dfc9..HEAD:/teshsuite/smpi/type-hvector/type-hvector.c?ds=sidebyside diff --git a/teshsuite/smpi/type-hvector/type-hvector.c b/teshsuite/smpi/type-hvector/type-hvector.c index 3860fe2c14..b303b8dc7c 100644 --- a/teshsuite/smpi/type-hvector/type-hvector.c +++ b/teshsuite/smpi/type-hvector/type-hvector.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2012-2014. The SimGrid Team. +/* Copyright (c) 2012-2023. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it @@ -26,7 +26,7 @@ int main(int argc, char **argv) { a[i][j] = i * SIZE + j; } - /* only one column is send this is an exemple for non-contignous data*/ + /* only one column is sent this is an example for non-contiguous data*/ MPI_Bcast(a, 1, columntype, 0, MPI_COMM_WORLD); for (int i = 0; i < SIZE; i++) {