Page 1 of 1
./StarTools-Linux64-GPU doesn't work, but ./StarTools-Linux64 works
Posted: Thu Aug 01, 2024 7:34 am
by orfest
When I try to start ./StarTools-Linux64-GPU, I see the window border for a nanosecond and then it disappears. No messages in the terminal. No messages in StarTools.log.
./StarTools-Linux64 starts just fine.
1.8.527MR2
Arch linux, Nvidia 4060 Ti, 128GB RAM, plenty of disk space, plenty of CPU.
How can I troubleshoot that?
Re: ./StarTools-Linux64-GPU doesn't work, but ./StarTools-Linux64 works
Posted: Wed Aug 14, 2024 9:27 am
by alacant
Hi
Not sure how nvidia does its gpu stuff but It's working here with AMD under opencl on Ubuntu.
Try opencl maybe?
Cheers and CS
Re: ./StarTools-Linux64-GPU doesn't work, but ./StarTools-Linux64 works
Posted: Fri Aug 16, 2024 5:09 am
by admin
Sorry I missed this post. Yep, as @alacant mentions, you need a driver that is capable of providing OpenCL to be able to offload calculations to your GPU.
See if the command 'clinfo' provides anything.
Re: ./StarTools-Linux64-GPU doesn't work, but ./StarTools-Linux64 works
Posted: Wed Aug 21, 2024 1:34 pm
by orfest
Let me install opencl-nvidia and try again.
My current `clinfo` status is that no supported platforms are available.
Code: Select all
% clinfo
Number of platforms 0
ICD loader properties
ICD loader Name OpenCL ICD Loader
ICD loader Vendor OCL Icd free software
ICD loader Version 2.3.2
ICD loader Profile OpenCL 3.0
Re: ./StarTools-Linux64-GPU doesn't work, but ./StarTools-Linux64 works
Posted: Wed Aug 21, 2024 2:58 pm
by orfest
Thanks all.
./StarTools-Linux64-GPU now works
Installing opencl-nvidia was key
Re: ./StarTools-Linux64-GPU doesn't work, but ./StarTools-Linux64 works
Posted: Thu Aug 22, 2024 12:56 am
by admin
orfest wrote: ↑Wed Aug 21, 2024 2:58 pm
Thanks all.
./StarTools-Linux64-GPU now works
Installing opencl-nvidia was key
Perfect!