]> AND Public Git Repository - simgrid.git/blobdiff - teshsuite/smpi/type-vector/type-vector.c
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix version comparison in cmake.
[simgrid.git] / teshsuite / smpi / type-vector / type-vector.c
index 8e3138566df34a578779b6a9afa3e6714e6da2a1..81d5195dc49db227e107586da02189354e2948e4 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2012-2018. The SimGrid Team.
+/* Copyright (c) 2012-2020. 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++) {