X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1df107fd37fa0d90a495bc0d51dc2d957d4d0de0..3d5008e81ac9ae0a0a94334202996cf7249e97e9:/teshsuite/smpi/macro-partial-shared/macro-partial-shared.c diff --git a/teshsuite/smpi/macro-partial-shared/macro-partial-shared.c b/teshsuite/smpi/macro-partial-shared/macro-partial-shared.c index b783941753..208e04d65b 100644 --- a/teshsuite/smpi/macro-partial-shared/macro-partial-shared.c +++ b/teshsuite/smpi/macro-partial-shared/macro-partial-shared.c @@ -1,5 +1,4 @@ -/* Copyright (c) 2009-2015. The SimGrid Team. - * All rights reserved. */ +/* Copyright (c) 2017-2018. 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. */ @@ -48,14 +47,14 @@ int main(int argc, char *argv[]) MPI_Init(&argc, &argv); int rank; int size; - size_t mem_size = 0x10000000; + size_t mem_size = 0x1000000; size_t shared_blocks[] = { - 0, 0x1234567, - 0x1300000, 0x1300010, - 0x3456789, 0x3457890, - 0x4444444, 0x5555555, - 0x5555565, 0x5600000, - 0x8000000, 0x10000000 + 0, 0x123456, + 0x130000, 0x130001, + 0x345678, 0x345789, + 0x444444, 0x555555, + 0x555556, 0x560000, + 0x800000, 0x1000000 }; int nb_blocks = (sizeof(shared_blocks)/sizeof(size_t))/2; MPI_Comm_rank(MPI_COMM_WORLD, &rank);