X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e7c0c67af63b3979a597a66e5e1c8b0435fc6e19..b4ed7da51866bd10abf75fb2567412956023f878:/src/smpi/colls/allgather-rdb.c diff --git a/src/smpi/colls/allgather-rdb.c b/src/smpi/colls/allgather-rdb.c index 520819a5f9..06e2f4bb78 100644 --- a/src/smpi/colls/allgather-rdb.c +++ b/src/smpi/colls/allgather-rdb.c @@ -1,3 +1,9 @@ +/* Copyright (c) 2013-2014. 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 "colls_private.h" int @@ -14,7 +20,7 @@ smpi_coll_tuned_allgather_rdb(void *sbuf, int send_count, int i, j, k, dst, rank, num_procs, send_offset, recv_offset, tree_root; int dst_tree_root, rank_tree_root, last_recv_count = 0, num_procs_completed; int offset, tmp_mask; - int tag = 1; + int tag = COLL_TAG_ALLGATHER; int mask = 1; int success = 0; int curr_count = recv_count;