]> AND Public Git Repository - simgrid.git/blobdiff - src/smpi/colls/allgather-2dmesh.c
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
greatly improve the documentation of the parallel execution in simix
[simgrid.git] / src / smpi / colls / allgather-2dmesh.c
index 8ebc8489b36a3c6d1d9eb304b484298f663c4d23..6bec72d967800ca3e02df3f9eff839c33e24b8c1 100644 (file)
@@ -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"
 
 /*****************************************************************************