X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0c8f6e25b5f4c2d43e89c600b99d63b4362f71ac..6760cb07d6b57be16928d95339d71e57c4e24f36:/src/smpi/smpirun.in 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))`