User Tools

Site Tools


administration:torque-maui

Differences

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

Link to this comparison view

administration:torque-maui [2008/01/29 13:25] – created damiradministration:torque-maui [2010/12/17 12:02] (current) damir
Line 1: Line 1:
 ===== Torque/Maui ===== ===== Torque/Maui =====
 ==== server ==== ==== server ====
-Both the pbs server and maui scheduler are installed on licossrv4+Both the pbs server and maui scheduler are installed on iscsrv27.epfl.ch (pbs.lost). 
 === torque === === torque ===
 Torque is installed from rpm: Torque is installed from rpm:
 <code> <code>
 $ yum install torque-docs torque-mom torque-server libtorque-devel $ yum install torque-docs torque-mom torque-server libtorque-devel
-$ echo "licossrv4.epfl.ch" > /var/torque/server_name+$ echo "pbs" > /var/torque/server_name
 $ /etc/init.d/pbs_server start $ /etc/init.d/pbs_server start
 $ qmgr -c 'create queue batch' $ qmgr -c 'create queue batch'
Line 26: Line 27:
 The default configuration file is fine except the following lines: The default configuration file is fine except the following lines:
 <code> <code>
-SERVERHOST            licossrv4.epfl.ch+SERVERHOST             iscsrv27.epfl.ch
 RMTYPE[0] PBS RMTYPE[0] PBS
-RMHOST[0] licossrv4.epfl.ch+RMHOST[0] iscsrv27.epfl.ch
 RMPOST[0] 15001 RMPOST[0] 15001
 +
 #RMCFG[LICOSSRV4.EPFL.CH] TYPE=PBS@RMNMHOST@ #RMCFG[LICOSSRV4.EPFL.CH] TYPE=PBS@RMNMHOST@
 </code> </code>
-Note the last line is commented!+Note that the last line is commented!
  
 ==== clients ( >= fc5 )==== ==== clients ( >= fc5 )====
-  * add the node to the node list in the server (licossrv4):+  * add the node to the node list in the server (iscsrv27):
   <code>    <code> 
 $echo "nodename np=NCPUS property property ..." >> /var/torque/server_priv/nodes $echo "nodename np=NCPUS property property ..." >> /var/torque/server_priv/nodes
 </code> </code>
-where //nodename// is the hostname (without the domain name), and //property// can be any word like "matlab", "64bit", "superfast" that indicates a property of the compute node that can be requested by the user with for example ''qsub -l nodes=1:superfast''.+where //nodename// is the hostname (without the domain name), and //property// can be any word like "matlab", "bit64", "superfast" that indicates a property of the compute node that can be requested by the user from the submitting client as in ''qsub -l nodes=1:superfast'' or from a script.
   * install the pbs_mom on the client   * install the pbs_mom on the client
   <code>   <code>
 $ yum install torque-mom $ yum install torque-mom
 $ yum install torque-client $ yum install torque-client
-$ echo "licossrv4.epfl.ch" > /var/torque/server_name +$ echo "pbs" > /var/torque/server_name 
-$ echo "$pbsserver licossrv4.epfl.ch" > /var/torque/mom_priv/config+$ echo "$pbsserver pbs" > /var/torque/mom_priv/config
 $ /etc/init.d/pbs_mom start $ /etc/init.d/pbs_mom start
 </code> </code>
 +
administration/torque-maui.1201613124.txt.gz · Last modified: 2008/01/29 13:25 by damir