Filter löschen
Filter löschen

GPU computing in spmd

6 Ansichten (letzte 30 Tage)
Aseman
Aseman am 15 Dez. 2011
Hi, I have two computers with cuda enable gpus when I run "gpuArray" locally, it workes well but when I run it in SPMD statement on 2 computers it shows this error: " No device supporting CUDA was found." if I want to have a cluster of GPUs what can I do? Thanks
  2 Kommentare
Edric Ellis
Edric Ellis am 15 Dez. 2011
What OS are cluster machines running? What GPUs and drivers are installed? What scheduler are you using?
Aseman
Aseman am 15 Dez. 2011
OS:64 bit Win7
GPU:GeForce GT 430
Driver:285.62-desktop-win7-64bit
scheduler:Jobmanager
Is it possible to use a GPU command in spmd on cluster?

Melden Sie sich an, um zu kommentieren.

Akzeptierte Antwort

Jason Ross
Jason Ross am 15 Dez. 2011
This should work, since it looks like that card supports TCC mode.
You can check (and change) this with the nvidia-smi utility, which should be in with the files that came with the driver in a directory called "NVSMI"
  5 Kommentare
Aseman
Aseman am 17 Dez. 2011
Thanks for your answer I will check it and feedback but I think TCC mode is a feature of tesla cards.
Jason Ross
Jason Ross am 19 Dez. 2011
Yes, that looks to be the case with this card on Windows:
http://nvidia.custhelp.com/app/answers/detail/a_id/2595/kw/tcc/session/L3RpbWUvMTMyNDMzMDA1NC9zaWQvR0pDaUpfTGs%3D

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (1)

Friedrich
Friedrich am 15 Dez. 2011
Hi,
the doc says the following:
Access from a MATLAB worker running on a Microsoft Windows operating system with a job manager as the scheduler, requires an NVIDIA Tesla Compute Cluster (TCC) driver with an NVIDIA Tesla card.

Kategorien

Mehr zu Get Started with GPU Coder finden Sie in Help Center und File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by