User Tools

Site Tools


hpc:magellan

Differences

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

Link to this comparison view

Next revision
Previous revision
hpc:magellan [2015/03/26 14:47]
jchilders created
hpc:magellan [2015/03/30 17:47] (current)
jchilders
Line 5: Line 5:
  
 On ''CERN VMWare 3.0'' image On ''CERN VMWare 3.0'' image
 +
 +http://wiki.hpc.ufl.edu/doc/TorqueHowto
 +
 +For server:
 <code bash> <code bash>
 rpm -Uvh http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm rpm -Uvh http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
Line 10: Line 14:
 rpm -Uvh http://dl.atrpms.net/all/atrpms-repo-6-7.el6.x86_64.rpm rpm -Uvh http://dl.atrpms.net/all/atrpms-repo-6-7.el6.x86_64.rpm
 yum install torque-client torque-server torque-scheduler yum install torque-client torque-server torque-scheduler
 +echo "$NODE_HOSTNAME np=8" >> /var/lib/torque/server_priv/nodes
 +/etc/torque/server_name: echo $(hostname --short) > /etc/torque/server_name;
 +pbs_server -t create
 +</code>
 +
 +For client:
 +<code bash>
 +rpm -Uvh http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
 +rpm -Uvh http://rpms.famillecollet.com/enterprise/remi-release-6.rpm
 +rpm -Uvh http://dl.atrpms.net/all/atrpms-repo-6-7.el6.x86_64.rpm
 +yum install torque-client torque-mom
 +</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> </code>
hpc/magellan.1427381247.txt.gz ยท Last modified: 2015/03/26 14:47 by jchilders