Index: /trunk/tools/who_uses_the_cluster/_who_uses_the_cluster.sh
===================================================================
--- /trunk/tools/who_uses_the_cluster/_who_uses_the_cluster.sh	(revision 29101)
+++ /trunk/tools/who_uses_the_cluster/_who_uses_the_cluster.sh	(revision 29102)
@@ -1,3 +1,3 @@
-#!/bin/bash
+#!/bin/bash -f
 
 #
@@ -45,5 +45,6 @@
     echo "########### $computer ###########"
     echo "########### $computer ###########" >> $LOGFILE
-    /usr/bin/ssh $computer 'setenv TERM xterm; top -d 3 -b -n 5 -i -c' >> $LOGFILE 2> /dev/null &
+#    /usr/bin/ssh $computer 'setenv TERM xterm; top -d 3 -b -n 5 -i -c' >> $LOGFILE 2> /dev/null &
+    /usr/bin/ssh $computer 'setenv COLUMNS 300; top -d 3 -b -n 5 -i -c' >> $LOGFILE 2> /dev/null &
 done
 
