X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/70ed180f3ce3495678d048e9e396ef5eb65a6a99..04c44fbe77163cca75366d10e35ba400b804eaef:/examples/smpi/split.c diff --git a/examples/smpi/split.c b/examples/smpi/split.c index a87a4e18e4..984ee7ee00 100644 --- a/examples/smpi/split.c +++ b/examples/smpi/split.c @@ -1,10 +1,17 @@ +/* Copyright (c) 2009, 2010. 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. */ + #include #include int main(int argc, char *argv[]) { - int worldrank, localrank; - MPI_Comm localcomm; + int worldrank; +// int localrank; +// MPI_Comm localcomm; MPI_Init(&argc, &argv); MPI_Comm_rank(MPI_COMM_WORLD, &worldrank); printf("MPI_Comm_split is not implemented\n");