X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b8fbfc931ff51d949b828975d7986b1791240b7c..ae3f559b2615a7128dfab2ad8c27404e1edcbb31:/teshsuite/smpi/MBI/CollArgGenerator.py diff --git a/teshsuite/smpi/MBI/CollArgGenerator.py b/teshsuite/smpi/MBI/CollArgGenerator.py index 7641aaeeb2..238394a1fe 100755 --- a/teshsuite/smpi/MBI/CollArgGenerator.py +++ b/teshsuite/smpi/MBI/CollArgGenerator.py @@ -41,7 +41,8 @@ int main(int argc, char **argv) { int nprocs = -1; int rank = -1; int root = 0; - int size = 1, j=0, color=0; + int size = 1; + int j = 0; MPI_Init(&argc, &argv); MPI_Comm_size(MPI_COMM_WORLD, &nprocs);