Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
new tesh to check smpi tracing
[simgrid.git] / examples / smpi / pingpong.c
index 636c985..e7b4a7d 100644 (file)
@@ -1,6 +1,10 @@
 /* A simple example pingpong pogram to test MPI_Send and MPI_Recv */
 
+/* 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 <stdio.h>
 #include <mpi.h>