hpc:magellan
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
hpc:magellan [2015/03/26 14:47] – created jchilders | hpc:magellan [2015/03/30 17:47] (current) – jchilders | ||
---|---|---|---|
Line 5: | Line 5: | ||
On '' | On '' | ||
+ | |||
+ | http:// | ||
+ | |||
+ | For server: | ||
<code bash> | <code bash> | ||
rpm -Uvh http:// | rpm -Uvh http:// | ||
Line 10: | Line 14: | ||
rpm -Uvh http:// | rpm -Uvh http:// | ||
yum install torque-client torque-server torque-scheduler | yum install torque-client torque-server torque-scheduler | ||
+ | echo " | ||
+ | / | ||
+ | pbs_server -t create | ||
+ | </ | ||
+ | |||
+ | For client: | ||
+ | <code bash> | ||
+ | rpm -Uvh http:// | ||
+ | rpm -Uvh http:// | ||
+ | rpm -Uvh http:// | ||
+ | yum install torque-client torque-mom | ||
+ | </ | ||
+ | |||
+ | |||
+ | Another Try: | ||
+ | |||
+ | Server: | ||
+ | |||
+ | '' | ||
+ | http:// | ||
+ | https:// | ||
+ | http:// | ||
+ | <code bash> | ||
+ | wget http:// | ||
+ | mv index.php? | ||
+ | tar zxf torque-5.1.0-1_4048f77c.tar.gz | ||
+ | cd torque-5.1.0-1_4048f77c | ||
+ | ./ | ||
+ | make | ||
+ | make install | ||
+ | cp contrib/ | ||
+ | chkconfig --add trqauthd | ||
+ | echo / | ||
+ | ldconfig | ||
+ | service trqauthd start | ||
+ | make packages # for copying to nodes | ||
+ | echo "< | ||
+ | ./ | ||
+ | |||
</ | </ |
hpc/magellan.1427381247.txt.gz · Last modified: 2015/03/26 14:47 by jchilders