X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d876530d917b12a0bcebf40d83ed493da2c9303d..9e731bc6f42c86b3c8fce3f836f091e7136db630:/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))`