X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ca82f90e6d610b6bb3b038cd9ee48d378cc8a909..c4c82977e0a105cdf7b04010ddd21bbf15dced4d:/teshsuite/smpi/bug-17132/bug-17132.c?ds=sidebyside diff --git a/teshsuite/smpi/bug-17132/bug-17132.c b/teshsuite/smpi/bug-17132/bug-17132.c index 673f567c3b..158eeef74d 100644 --- a/teshsuite/smpi/bug-17132/bug-17132.c +++ b/teshsuite/smpi/bug-17132/bug-17132.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2014-2019. 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 @@ -11,8 +11,8 @@ 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);