From: mquinson Date: Fri, 9 Apr 2010 10:14:50 +0000 (+0000) Subject: Kill a detection of jot, which produce an error message on pipol, breaking the output... X-Git-Tag: SVN~239 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/9e731bc6f42c86b3c8fce3f836f091e7136db630 Kill a detection of jot, which produce an error message on pipol, breaking the output enforcement by pipol git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7501 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/src/smpi/smpirun.in b/src/smpi/smpirun.in index b2699d909c..8966eb9d2f 100755 --- a/src/smpi/smpirun.in +++ b/src/smpi/smpirun.in @@ -143,8 +143,7 @@ fi ## hostfile has less than i lines. ##---------------------------------------------------------- -HAVE_SEQ="`which seq`" -HAVE_JOT="`which jot`" +HAVE_SEQ="`which seq 2>/dev/null`" if [ -n "${HAVE_SEQ}" ]; then SEQ=`${HAVE_SEQ} 0 $((${NUMPROCS}-1))`