From: mquinson Date: Fri, 12 Mar 2010 17:09:08 +0000 (+0000) Subject: Bummer, that's not the way to change the network model X-Git-Tag: SVN~505 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/0f5be108d96c6287f028c2e123dc04c2441ce84e Bummer, that's not the way to change the network model git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7234 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/src/smpi/smpirun.in b/src/smpi/smpirun.in index 6805ebd9aa..e1ea7e88db 100755 --- a/src/smpi/smpirun.in +++ b/src/smpi/smpirun.in @@ -63,7 +63,7 @@ while true; do exit ;; - "--cfg="*|"--log="*|"--network_model="*) + "--cfg="*|"--log="*) SIMOPTS="$SIMOPTS '$1'" shift 1 ;;