summaryrefslogtreecommitdiffstats
path: root/cluster/openmosixview/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'cluster/openmosixview/INSTALL')
-rwxr-xr-xcluster/openmosixview/INSTALL22
1 files changed, 0 insertions, 22 deletions
diff --git a/cluster/openmosixview/INSTALL b/cluster/openmosixview/INSTALL
deleted file mode 100755
index 43c3619895..0000000000
--- a/cluster/openmosixview/INSTALL
+++ /dev/null
@@ -1,22 +0,0 @@
-ln -sfn $TRACK_ROOT/lib/modules/$(uname -r)/build/include/hpc /usr/include &&
-export QTDIR=/usr &&
-./setup &&
-cd 3dmon &&
-./setup.standalone &&
-
-if [ -e /etc/init.d/mosstatd.sh ]; then
- rm -f /etc/init.d/mosstatd.sh
-fi &&
-
-if [ -e /etc/init.d/openmosixcollector ]; then
- rm -f /etc/init.d/openmosixcollector
-fi &&
-
-message "${MESSAGE_COLOR}"Now type openmosixview <ENTER> and have fun!" \
- "(do not forget to copy the openmosixprocs binary to /usr/bin of" \
- "each your cluster-nodes e.g" \
- " rcp /usr/bin/openmosixprocs hostname_of_node:/usr/bin" \
- "or if you use SSH" \
- " scp /usr/bin/openmosixprocs hostname_of_node:/usr/bin" \
- "reply problems during installation to mosixview@t-online.de" \
- "Thanks${DEFAULT_COLOR}"