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...
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Fri, 9 Apr 2010 10:14:50 +0000 (10:14 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Fri, 9 Apr 2010 10:14:50 +0000 (10:14 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7501 48e7efb5-ca39-0410-a469-dd3cf9ba447f

src/smpi/smpirun.in

index b2699d9..8966eb9 100755 (executable)
@@ -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))`