X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/dff9e15c44ab6340d27215957c56fa72fad246a2..63d512caa53162dfc50dd06538e36593bbf2e78e:/teshsuite/simdag/basic6.c diff --git a/teshsuite/simdag/basic6.c b/teshsuite/simdag/basic6.c index 9dcc466924..176719b3ba 100644 --- a/teshsuite/simdag/basic6.c +++ b/teshsuite/simdag/basic6.c @@ -1,14 +1,15 @@ +/* test scheduling 2 tasks at the same time without artificial dependencies */ + +/* Copyright (c) 2007, 2008, 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 #include #include "simdag/simdag.h" -/* - * test: scheduling 2 tasks at the same time - * without artificial dependecies - * - * author: sahu - */ - int main(int argc, char **argv) { double comm_cost[] = { 0.0, 0.0, 0.0, 0.0 };