Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Kill a detection of jot, which produce an error message on pipol, breaking the output...
[simgrid.git] / src / smpi / smpirun.in
index b2699d9..8966eb9 100755 (executable)
@@ -143,8 +143,7 @@ fi
 ##  hostfile has less than i lines.
 ##----------------------------------------------------------
 
 ##  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))`
 
 if [ -n "${HAVE_SEQ}" ]; then
        SEQ=`${HAVE_SEQ} 0 $((${NUMPROCS}-1))`