-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[not urgent] GPUs are not set to appropriate thread mode by Torque #275
Comments
This appears to only be the case for requesting via the syntax
Jobs requested in blocks of nodes work fine:
|
This is obviously not urgent either. Just something to file a bug report for at some point. |
Noted. |
Attempting to enter into Adaptive ticket system... |
Forgot to enter case number for reference: TRQ# 22388 |
Support is checking with developers on the above. No other status. |
Pinging support for status... |
Adaptive confirmed this is a bug. |
No status on bug. Monthly check. |
tatarsky, sorry for using this tool maybe not appropriate for my question, but i think you can help me: any idea how cloud i set the NVML COMPUTE mode with Torque/Maui when using qsub -W x='GRES:gpu at 1' as from the famous Maui patch? |
Sorry, is this in the Hal cluster? We don't use Maui and my knowledge of it is slight in terms of it it supports the GRES concept. I take it the above doesn't work. |
no, i am working on this project: https://wiki.egi.eu/wiki/GPGPU-CREAM and i was googleing around to find a way to do the same things for GPUs that are supported by Torque/pbs_sched with Torque/Maui too. I know that GPU support is in Moab and not foreseen in Maui and the GRES stuff is something like a workaround, but in EGI many sites are still based on Torque/Maui so they ask for this GPU support for this system. I saw that in a issue here you gave a detailed answer on how in Torque/pbs_sched source code the NVML COMPUTE mode is set, so i hoped you could give me an hint on how to obtain the same behaviour for Torque/Maui. Thanks for your answer. |
Yeah, while I feel your pain, I do not know how to do that in Torque/Maui. |
Here's another Torque bug:
When I request GPU processes across any nodes with
the GPU mode (here,
shared
) is not being set correctly on the GPUs allocated.From
$PBS_GPUFILE
(for job3671532
), we have:but if you go to
gpu-1-11
and runnvidia-smi
, you see that the GPUs are still in thread-exclusive mode:The text was updated successfully, but these errors were encountered: