Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Cosmetics
[simgrid.git] / examples / smpi / compute.c
index 23d254a..24607cb 100644 (file)
@@ -1,4 +1,11 @@
+/* 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>
 
 int main(int argc, char *argv[])
 {