X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/281f8c29e177852dcb1591fc31e363e1176857c8..f707404e382a0c8d914c6b324cf05eb0ee896351:/src/smpi/smpitools.sh diff --git a/src/smpi/smpitools.sh b/src/smpi/smpitools.sh index 17eb6f4acf..bb41e7c8cc 100644 --- a/src/smpi/smpitools.sh +++ b/src/smpi/smpitools.sh @@ -1,3 +1,12 @@ +#!/bin/sh +#---- smpitools.sh --------------------------------------------------------# + +# Copyright (c) 2013-2014. 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. + SAVEIFS="$IFS" LISTSEP="$(printf '\b')" @@ -65,3 +74,5 @@ list_set () { list_get () { printf 'IFS="$LISTSEP"; eval set -- \\$%s; IFS="$SAVEIFS"' "$1" } + +#---- end of smpitools.sh -------------------------------------------------#