The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
Setting up CUDA for RM
So I am on PopOS 19.10 and I have CUDA 10.1, which is not compatible with RM ATM. Can I have CUDA 9 installed in parallel? I have actually ran conda install cudatoolkit=9.0 but it made no difference for RM and I still cannot configure GPU use on the settings.
How does it work for others around here? Do I have to be on 18.04? Do I have to roll back drivers? Is there any way to get a 19.10 system running RM on GPU?
I really appreciate the help.
0
Best Answer
-
pblack476 Member Posts: 83 Maven@pschlunder I have tried your reccomendation but RM still throws an error when selecting GPU in 'Deep Learning Backend' setting.I have installed cuda 9 by:
conda install cudatoolkit=9.0
This installed CUDA 9.0 on my /home/[username]/.anaconda3/lib directory.I then proceeded to/home/[username]/.anaconda3/lib' >> ~/.bashrc
</code>export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/[username]/.anaconda3/lib<br><code>echo 'export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:And running 'echo $LD_LIBRARY_PATH
' I get the correct location as output.However RM still throws the error that I must have a free liscence or CUDA 9.0 might not be installed. (I have an Educational Liscence).EDIT: This actually broke my linux installation and I had to Timeshift from Live USB to get it working again. I could run the system but console stopped launching and I could not reboot. After a cold restart, system would not start. I would not attempt it anywhere else.
0
Answers