Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
keep quiet for valgrind tests on ci to avoid false positives with tesh
[simgrid.git] / src / smpi / smpirun.in
index 3a79f5a..da48f7c 100755 (executable)
@@ -527,7 +527,7 @@ fi
 
 # Do not remove, this variable may be used by user code (e.g. StarPU)
 export SMPI_GLOBAL_SIZE=${NUMPROCS}
-if [ -n "${KEEP}" ] ; then
+if [ -n "${KEEP}" -a -z "${QUIET}" ] ; then
     echo ${EXEC} ${PRIVATIZE} ${TRACEOPTIONS} ${SIMOPTS} ${PLATFORMTMP} ${APPLICATIONTMP}
     if [ ${HOSTFILETMP} = 1 ] ; then
         echo "Generated hostfile ${HOSTFILE} kept."