X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/cff982bd049d26d7acbd0e23324e0de051b06d0d..5ed37babb2fa9097abe82df299c0aa259ed84d5a:/teshsuite/smpi/type-struct/type-struct.c diff --git a/teshsuite/smpi/type-struct/type-struct.c b/teshsuite/smpi/type-struct/type-struct.c index 2a4b38dba7..9ae85efa36 100644 --- a/teshsuite/smpi/type-struct/type-struct.c +++ b/teshsuite/smpi/type-struct/type-struct.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2012-2020. 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 @@ -60,11 +60,11 @@ int main(int argc, char **argv) MPI_Bcast( &value, 1, mystruct, 0, MPI_COMM_WORLD ); - printf( "Process %d got %d (-2?) and %f (8.0?), tab (should be all 0): ", rank, value.a, value.b ); + printf("Process %d got %d (-2?) and %f (8.0?), tab (should be all 0):", rank, value.a, value.b); for (int j = 0; j < 2; j++) for (int i = 0; i < 3; i++) - printf("%d ", tab[j][i]); + printf(" %d", tab[j][i]); printf("\n"); /* Clean up the type */