Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Allow to call test() on canceled activities.
[simgrid.git] / src / smpi / smpirun.in
index 3a79f5a075405683d6e85d52f74c8c731aae7c35..da48f7c766d30f5ae1935e751ac2dcecee08f1f4 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."