===== Torque ===== ==== Install ==== On ''CERN VMWare 3.0'' image http://wiki.hpc.ufl.edu/doc/TorqueHowto For server: 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-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 For client: 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 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 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 " torque-server-01.novalocal torque-server-01" >> /etc/hosts ./torque.setup root