source: trunk/src/testing/bin/KILL_ALL @ 4

Revision 4, 209 bytes checked in by ajaworski, 13 years ago (diff)

Added modified SAGE sources

  • Property svn:executable set to *
Line 
1#!/bin/sh
2
3for node in `cat tileNodes.list`
4do
5        ssh -fx $node "killall -9  fsManager sageDisplayManager JuxtaView JuxtaSCUI bplay-noglut init_magic_frames VNCViewer render atlantis atlantis-mpi checker"
6done
Note: See TracBrowser for help on using the repository browser.