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 MAUI"

From EGIWiki
Jump to navigation Jump to search
Line 11: Line 11:
This [[http://www.supercluster.org/pipermail/mauiusers/2011-April/004622.html  patch ]] implements a Generic Resource  
This [[http://www.supercluster.org/pipermail/mauiusers/2011-April/004622.html  patch ]] implements a Generic Resource  
capability in MAUI.
capability in MAUI.
After this patch is applied, the maui.cfg should be updated to include the GRES declartion for all appropriate nodes:
=== Example (batch level) usage ===
<nowiki>
qsub -W "x=GRES:gpu@1" < test-sl6-gpu.qsub
</nowiki>

Revision as of 19:59, 27 January 2014

MAUI does not officially support GPGPU scheduling, and is very unlikely to support it in the future. Even if a Resource Centre adds the "gpu=X" to the nodes file, MAUI will silently drop batch GPGPU directive: qsub -l nodes=1:ppn=1:gpus=1

Experimental MAUI patch

A potential workaround to solve this problem (at a batch scheduling level) through the use of a patched version of MAUI 3.3.1. This [patch ] implements a Generic Resource capability in MAUI.

After this patch is applied, the maui.cfg should be updated to include the GRES declartion for all appropriate nodes:


Example (batch level) usage

qsub -W "x=GRES:gpu@1" < test-sl6-gpu.qsub