X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/29df986cd461330e1e590bd3bc9507a3d0ce2dc6..5ed37babb2fa9097abe82df299c0aa259ed84d5a:/teshsuite/smpi/bug-17132/bug-17132.c diff --git a/teshsuite/smpi/bug-17132/bug-17132.c b/teshsuite/smpi/bug-17132/bug-17132.c index d260080644..158eeef74d 100644 --- a/teshsuite/smpi/bug-17132/bug-17132.c +++ b/teshsuite/smpi/bug-17132/bug-17132.c @@ -1,21 +1,18 @@ -/* Copyright (c) 2014. The SimGrid Team. +/* Copyright (c) 2014-2023. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ /* Bug report: https://gforge.inria.fr/tracker/index.php?func=detail&aid=17132&group_id=12&atid=165 */ - -#include "xbt/log.h" + #include #include -XBT_LOG_NEW_DEFAULT_CATEGORY(MM_mpi, "Messages for this SMPI test"); - int main(int argc, char ** argv) { - size_t M = 8*1024; - size_t N = 32*1024; + const int M = 8 * 1024; + const int N = 32 * 1024; MPI_Init(&argc, &argv);