Alert.png The wiki is deprecated and due to be decommissioned by the end of September 2022.
The content is being migrated to other supports, new updates will be ignored and lost.
If needed you can get in touch with EGI SDIS team using operations @ egi.eu.

Difference between revisions of "GPGPU-WG KnowledgeBase Batch Schedulers Torque"

From EGIWiki
Jump to navigation Jump to search
(Created page with " The latest production version of Torque (version 4.2.6) is not widely used in the production EGI Grid. Support for GPGPUs was introducted in torque 2.5.9. The number of GPGPUs ...")
 
Line 1: Line 1:
The latest production version of Torque (version 4.2.6) is not widely used in the production EGI Grid.
The latest production version of Torque (version 4.2.6) is not widely used in the production EGI Grid.


Line 5: Line 4:
controlled through the torque '''nodes'' file on the torque server (normally /var/spool/torque/server_priv/nodes).
controlled through the torque '''nodes'' file on the torque server (normally /var/spool/torque/server_priv/nodes).
For example, to indicate that 2 GPGPUs are available on wn001.example.com, we would set the following in the nodes file:
For example, to indicate that 2 GPGPUs are available on wn001.example.com, we would set the following in the nodes file:
<nowiki>wn001.example.com np=8 gpus=2</nowiki>
 
<nowiki>
wn001.example.com np=8 gpus=2
</nowiki>

Revision as of 18:10, 27 January 2014

The latest production version of Torque (version 4.2.6) is not widely used in the production EGI Grid.

Support for GPGPUs was introducted in torque 2.5.9. The number of GPGPUs made available on the client node is controlled through the torque 'nodes file on the torque server (normally /var/spool/torque/server_priv/nodes). For example, to indicate that 2 GPGPUs are available on wn001.example.com, we would set the following in the nodes file:

wn001.example.com np=8 gpus=2