6 [[ -d /usr
/src
/cluster
]] || mkdir
-p /usr
/src
/cluster
9 [[ -e /usr
/src
/cluster
/torque-
$ver_torque.
tar.gz
]] || wget http
://head
/corvix
/torque-
$ver_torque.
tar.gz
10 [[ -e /usr
/src
/cluster
/maui-
$ver_maui.
tar.gz
]] || wget http
://head
/corvix
/maui-
$ver_maui.
tar.gz
12 tar xzf torque-
$ver_torque.
tar.gz
13 tar xzf maui-
$ver_maui.
tar.gz
17 cd /usr
/src
/cluster
/torque-
$ver_torque
18 .
/configure
--enable-monitor --enable-clients --enable-syslog
23 cd /usr
/src
/cluster
/maui-
$ver_maui
25 .
/configure
--with-spooldir=/var
/spool
/torque
--with-pbs=/usr
/local --with-key=666
31 chmod aog
+rwx
/var
/spool
/torque
/spool
36 _compile_maui
#FIXME: check if key=666 really solves the problem, or if we have to copy the stuff to /opt/cluster
37 # maui provides secrit keys...