Replies: 1 comment 1 reply
-
|
Can you copy paste the exact error code? It is thrown by MATLAB itself or by some of the code of MCmatlab? Does MCmatlab run without CUDA on your Linux machines? In any case, I have only implemented and tested CUDA on Windows because I don't have Linux on my GPU PC. But I'm not aware of anything specific in the code that would not work for CUDA on Linux. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am trying to use MCmatlab on a GPU cluster with Linux. Since the existing files and dependencies are complied on Windows, I am not able to implement the simulator on Linux. I have successfully complied MCmatlab.c and finiteElementHeatPropagator.c source codes on Linux, yet, I am getting an error message when I run Example16_CUDAacceleration.m with CUDA. The error says CUDA can be used only on Windows. I would be truly grateful if you could help me with this issue. I assume there must be a c source code for CUDA compilation on Linux? Many thanks!
Beta Was this translation helpful? Give feedback.
All reactions