shinmorino / sqaod

Solvers/annealers for simulated quantum annealing on CPU and CUDA(NVIDIA GPU).
https://github.com/shinmorino/sqaod/wiki
Other
81 stars 21 forks source link

Installation on AWS DeepLearning AMI 9.0 Ubuntu 16.04 #49

Closed shukob closed 6 years ago

shukob commented 6 years ago

Hi!

I am stacking on

 libsqaodc-cuda-9-0 : 依存: cuda-cublas-9-0:amd64 しかし、インストールすることができません
                      依存: cuda-cudart-9-0:amd64 しかし、インストールすることができません
                      依存: cuda-curand-9-0:amd64 しかし、インストールすることができません
                      依存: cuda-cublas-9-0 しかし、インストールすることができません
                      依存: cuda-cudart-9-0 しかし、インストールすることができません
                      依存: cuda-curand-9-0 しかし、インストールすることができません

Also, the default python there is 3.6.4 anaconda, is it not supported?

Thanks

shinmorino commented 6 years ago

Is your issue resolved ?

shukob commented 6 years ago

No, I did manual compilation.

It did not work in the following 2 cases:

I did not try manual re-install of cuda9.0 from nvidia site.

shinmorino commented 6 years ago

This issue comes from CUDA installation in Amazon AMI. I expected to have CUDA 9 installed by deb packages, but I guess AMI uses a *.run file to install CUDA 9.

Since the sqaod pacages have been compiled on Ubuntu 16.04, the workaround should be compile sqaod on Amazon Linux. I guess you're already trying to do it.

shukob commented 6 years ago

Thanks, good to know the reason. I have no more question about this.

shinmorino commented 6 years ago

Got it.