Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
remove weird blank characters
authorAugustin Degomme <augustin.degomme@unibas.ch>
Mon, 23 Jan 2017 19:57:09 +0000 (20:57 +0100)
committerAugustin Degomme <augustin.degomme@unibas.ch>
Mon, 23 Jan 2017 19:57:09 +0000 (20:57 +0100)
src/smpi/smpirun.in

index 569de68..3af4015 100755 (executable)
@@ -516,7 +516,7 @@ pid=""
 # Keep temporary files on failures to help debugging
 #
 if [ ${status} -ne 0 ] ; then
-    if [ -z ${KEEP} ] ; then
+    if [ -z ${KEEP} ] ; then
         echo ${EXEC} ${TRACEOPTIONS} ${SIMOPTS} ${PRIVATIZE} ${PLATFORMTMP} ${APPLICATIONTMP}
         if [ ${HOSTFILETMP} = 1 ] ; then
             echo "Generated hostfile ${HOSTFILE} kept."