X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/23976cb525fd51c66ef8e1234cdc5626fca83990..366b63fceb713f0b87e9783640066d822e7e3e65:/examples/msg/io-remote/io-remote.c diff --git a/examples/msg/io-remote/io-remote.c b/examples/msg/io-remote/io-remote.c index 1e8f7d6d18..4be05a2f8d 100644 --- a/examples/msg/io-remote/io-remote.c +++ b/examples/msg/io-remote/io-remote.c @@ -1,14 +1,8 @@ -/* Copyright (c) 2014-2015. The SimGrid Team. - * All rights reserved. */ +/* Copyright (c) 2014-2016. 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. */ -/** @addtogroup MSG_examples - * - * - Remote I/O: io-remote/io-remote.c. I/O operations can also be done in a remote, which is illustrated here. - */ - #include "simgrid/msg.h" #define INMEGA (1024*1024)