User Tools

Site Tools


hpc:magellan

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
hpc:magellan [2015/03/26 20:28]
jchilders [Install]
hpc:magellan [2015/03/30 17:47] (current)
jchilders
Line 27: Line 27:
 </code> </code>
  
 +
 +Another Try:
 +
 +Server:
 +
 +''wget'' link comes from ''http://www.adaptivecomputing.com/download/torque/torque-5.1.0-1_4048f77c.tar.gz''
 +http://docs.adaptivecomputing.com/suite/8-0/basic/help.htm#topics/torque/1-installConfig/installing.htm
 +https://github.com/spuder/torque-setup/issues/1
 +http://linuxtoolkit.blogspot.com/2014/06/resolution-for-error-cannot-set-torque.html
 +<code bash>
 +wget http://www.adaptivecomputing.com/index.php?wpfb_dl=2868
 +mv index.php?wpfb_dl=2868 torque-5.1.0-1_4048f77c.tar.gz
 +tar zxf torque-5.1.0-1_4048f77c.tar.gz
 +cd torque-5.1.0-1_4048f77c
 +./configure 
 +make
 +make install
 +cp contrib/init.d/trqauthd /etc/init.d/
 +chkconfig --add trqauthd
 +echo /usr/local/lib > /etc/ld.so.conf.d/torque.conf
 +ldconfig
 +service trqauthd start
 +make packages # for copying to nodes
 +echo "<ip-address> torque-server-01.novalocal torque-server-01" >> /etc/hosts
 +./torque.setup root
 +
 +</code>
hpc/magellan.1427401711.txt.gz ยท Last modified: 2015/03/26 20:28 by jchilders