User Tools

Site Tools


administration

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
administration [2008/01/29 12:16] damiradministration [2023/08/20 21:18] (current) admin
Line 1: Line 1:
-[[:torque-maui|Torque / Maui]] +====== HowTo ====== 
-[[:Apache https|Apache https config]]+  * Torque / Maui 
 +    * [[administration:torque-maui|Installation]] 
 +    [[administration:torque-maui-config|Configuration]] 
 +  * [[administration:apache-https|Apache https config]] 
 +  * [[administration:afp|Afp support for Linux Server]] 
 +  * [[administration:cuda|install cuda sdk]]
  
-==== Torque/Maui ==== 
-=== server === 
-Both the pbs server and maui scheduler are installed on licossrv4.  
-== torque == 
-Torque is installed from rpm: 
-<code> 
-$ yum install torque-docs torque-mom torque-server libtorque-devel 
-$ echo "licossrv4.epfl.ch" > /var/torque/server_name 
-$ /etc/init.d/pbs_server start 
-$ qmgr -c 'create queue batch' 
-$ qmgr -c 'set queue batch queue_type = Execution' 
-$ qmgr -c 'set queue batch started = True' 
-$ qmgr -c 'set queue batch enabled = True' 
-$ qmgr -c 'set server default_queue = batch' 
-$ qmgr -c 'set server resources_default.nodes = 1' 
-$ qmgr -c 'set server scheduling = True' 
-</code> 
  
-== maui == 
-Maui is installed from source with the following commands: 
-<code> 
-./configure --with-pbs=/usr --prefix=/usr/local 
-make 
-make install 
-</code> 
-The default configuration file is fine except the following lines: 
-<code> 
-SERVERHOST            licossrv4.epfl.ch 
-RMTYPE[0] PBS 
-RMHOST[0] licossrv4.epfl.ch 
-RMPOST[0] 15001 
-#RMCFG[LICOSSRV4.EPFL.CH] TYPE=PBS@RMNMHOST@ 
-</code> 
-Note the last line is commented! 
- 
-=== clients ( >= fc5 )=== 
-  * add the node to the node list in the server (licossrv4): 
-  <code>  
-$echo "nodename np=NCPUS property property ..." >> /var/torque/server_priv/nodes 
-</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''. 
-  * install the pbs_mom on the client 
-  <code> 
-$ yum install torque-mom 
-$ yum install torque-client 
-$ echo "licossrv4.epfl.ch" > /var/torque/server_name 
-$ echo "$pbsserver licossrv4.epfl.ch" > /var/torque/mom_priv/config 
-$ /etc/init.d/pbs_mom start 
-</code> 
administration.txt · Last modified: 2023/08/20 21:18 by admin