Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
this file went public, obviously, so let's document it properly
authorMartin Quinson <martin.quinson@loria.fr>
Sun, 9 Dec 2012 21:20:09 +0000 (22:20 +0100)
committerMartin Quinson <martin.quinson@loria.fr>
Sun, 9 Dec 2012 21:20:09 +0000 (22:20 +0100)
examples/simdag/goal/goal_test.c

index e7b6270..be7b99e 100644 (file)
@@ -1,10 +1,14 @@
-/* GOAL loader prototype. Not ready for public usage yet */
-
-/* Copyright (c) 2011. 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. */
+/* Example of scatter communication, accepting a large amount of processes. 
+ * This based the experiment of Fig. 4 in http://hal.inria.fr/hal-00650233/
+ * That experiment is a comparison to the LogOPSim simulator, that takes 
+ *  GOAL files as an input, thus the file name. But there is no actual link
+ *  to the GOAL formalism beside of this.
+ * 
+ * Copyright (c) 2011. 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 <stdlib.h>
 #include <stdio.h>
 
 #include <stdlib.h>
 #include <stdio.h>