Index  | Recent Threads  | Unanswered Threads  | Who's Active  | Guidelines  | Search
 

Quick Go »
No member browsing this thread
Thread Status: Active
Total posts in this thread: 36
Posts: 36   Pages: 4   [ Previous Page | 1 2 3 4 | Next Page ]
[ Jump to Last Post ]
Post new Thread
Author
Previous Thread This topic has been viewed 69994 times and has 35 replies Next Thread
Aurum
Master Cruncher
The Great Basin
Joined: Dec 24, 2017
Post Count: 2391
Status: Offline
Project Badges:
Reply to this Post  Reply with Quote 
Re: (please, forward to Scripps' researchers): two less known DC-projects working on Sars-Cov2

It does not appear that Q@H recognizes and uses a second GPU. There's no way to contact the aleph person. Anyone know how to get Q@H to use all GPUs???
----------------------------------------

...KRI please cancel all shadow-banning
[May 18, 2020 4:56:09 AM]   Link   Report threatening or abusive post: please login first  Go to top 
Aurum
Master Cruncher
The Great Basin
Joined: Dec 24, 2017
Post Count: 2391
Status: Offline
Project Badges:
Reply to this Post  Reply with Quote 
Re: (please, forward to Scripps' researchers): two less known DC-projects working on Sars-Cov2

Does anyone know how to restart Q@H? This is what I get after rebooting:

aurum@Rig-11:~$ sudo docker build -t quarantinegpu -f Dockerfile.gpu . && sudo nvidia-docker run -it -e ME=Aurum quarantinegpu
unable to prepare context: unable to evaluate symlinks in Dockerfile path: lstat /home/aurum/Dockerfile.gpu: no such file or directory
----------------------------------------

...KRI please cancel all shadow-banning
[May 18, 2020 2:12:44 PM]   Link   Report threatening or abusive post: please login first  Go to top 
Jim1348
Veteran Cruncher
USA
Joined: Jul 13, 2009
Post Count: 1066
Status: Offline
Project Badges:
Reply to this Post  Reply with Quote 
Re: (please, forward to Scripps' researchers): two less known DC-projects working on Sars-Cov2

I am not sure whether I am ahead of you or, more likely, behind you.
But I tried to install it on an Ubuntu 18.04.4 machine with a GTX 1070, and Nvidia driver 435 (though I tried 390 and 440 also).

The Dockers are installed OK:
Docker version 19.03.8, build afacb8b7f0
nvidia-docker2 is already the newest version (2.2.2-1)

But it all falls apart after that:
docker run --runtime=nvidia --rm nvidia/cuda nvidia-smi
docker: Error response from daemon: Unknown runtime specified nvidia.
See 'docker run --help'

I think the versions I have are too new. They seem to be beyond was is listed on Github. I will let them fix it.
----------------------------------------
[Edit 1 times, last edit by Jim1348 at May 18, 2020 5:30:54 PM]
[May 18, 2020 5:30:06 PM]   Link   Report threatening or abusive post: please login first  Go to top 
Aurum
Master Cruncher
The Great Basin
Joined: Dec 24, 2017
Post Count: 2391
Status: Offline
Project Badges:
Reply to this Post  Reply with Quote 
Re: (please, forward to Scripps' researchers): two less known DC-projects working on Sars-Cov2

I am not sure whether I am ahead of you or, more likely, behind you.
But I tried to install it on an Ubuntu 18.04.4 machine with a GTX 1070, and Nvidia driver 435 (though I tried 390 and 440 also).

The Dockers are installed OK:
Docker version 19.03.8, build afacb8b7f0
nvidia-docker2 is already the newest version (2.2.2-1)

But it all falls apart after that:
docker run --runtime=nvidia --rm nvidia/cuda nvidia-smi
docker: Error response from daemon: Unknown runtime specified nvidia.
See 'docker run --help'

I think the versions I have are too new. They seem to be beyond was is listed on Github. I will let them fix it.
I wish I understood these commands but I tried different variations until I found something that worked.
For first time nvidia-docker users these 2 commands do nothing, skip to install. Make sure all nvidia-dockers are removed first:
sudo docker volume ls -q -f driver=nvidia-docker | xargs -r -I{} -n1 docker ps -q -a -f volume={} | xargs -r docker rm -f
sudo apt-get purge nvidia-docker

Install nvidia-docker 2.0. First install the repository for your distribution:
curl -s -L https://nvidia.github.io/nvidia-docker/gpgkey | sudo apt-key add -
curl -s -L https://nvidia.github.io/nvidia-docker/ubuntu18.04/nvidia-docker.list | sudo tee /etc/apt/sources.list.d/nvidia-docker.list
sudo apt-get update
sudo apt-get install nvidia-docker2 -y
sudo pkill -SIGHUP dockerd
sudo docker run --runtime=nvidia --rm nvidia/cuda nvidia-smi
git clone https://github.com/cjmielke/quarantineAtHome && cd quarantineAtHome

Run Quarantine@Home:
sudo docker build -t quarantinegpu -f Dockerfile.gpu . && sudo nvidia-docker run -it -e ME=Aurum quarantinegpu

----------------------------------------

...KRI please cancel all shadow-banning
[May 18, 2020 9:05:31 PM]   Link   Report threatening or abusive post: please login first  Go to top 
Jim1348
Veteran Cruncher
USA
Joined: Jul 13, 2009
Post Count: 1066
Status: Offline
Project Badges:
Reply to this Post  Reply with Quote 
Re: (please, forward to Scripps' researchers): two less known DC-projects working on Sars-Cov2

Aurum420,
Thanks. There is still a bit of a problem until you restart the daemon.
sudo systemctl daemon-reload
sudo systemctl restart docker

https://github.com/NVIDIA/nvidia-docker/issues/838
Then you can run "docker run --runtime=nvidia --rm nvidia/cuda nvidia-smi" and it downloads properly, though I still have to check everything out.
$ docker run --runtime=nvidia --rm nvidia/cuda nvidia-smi
Unable to find image 'nvidia/cuda:latest' locally
latest: Pulling from nvidia/cuda
7ddbc47eeb70: Pull complete
c1bbdc448b72: Pull complete
8c3b70e39044: Pull complete
45d437916d57: Pull complete
d8f1569ddae6: Pull complete
85386706b020: Pull complete
ee9b457b77d0: Pull complete
be4f3343ecd3: Pull complete
30b4effda4fd: Pull complete

[May 18, 2020 10:29:53 PM]   Link   Report threatening or abusive post: please login first  Go to top 
Jim1348
Veteran Cruncher
USA
Joined: Jul 13, 2009
Post Count: 1066
Status: Offline
Project Badges:
Reply to this Post  Reply with Quote 
Re: (please, forward to Scripps' researchers): two less known DC-projects working on Sars-Cov2

One additional point: You then have to switch to the "quarantineAtHome" folder in your home directory, and then open up a terminal window to run:
sudo docker build -t quarantinegpu -f Dockerfile.gpu .
sudo nvidia-docker run -it -e ME=anonymous quarantinegpu

Everything seems to compile/install/whatever after that, though actually getting Quarantine to run will have to wait for a little later.
It is remarkable how badly Linux documentation is done.
[May 18, 2020 10:55:51 PM]   Link   Report threatening or abusive post: please login first  Go to top 
Speedy51
Veteran Cruncher
New Zealand
Joined: Nov 4, 2005
Post Count: 1326
Status: Offline
Project Badges:
Reply to this Post  Reply with Quote 
Re: (please, forward to Scripps' researchers): two less known DC-projects working on Sars-Cov2

If they get a Windows GPU client I could be interested until then I will sit tight
----------------------------------------

[May 19, 2020 2:27:53 AM]   Link   Report threatening or abusive post: please login first  Go to top 
Jim1348
Veteran Cruncher
USA
Joined: Jul 13, 2009
Post Count: 1066
Status: Offline
Project Badges:
Reply to this Post  Reply with Quote 
Re: (please, forward to Scripps' researchers): two less known DC-projects working on Sars-Cov2

If they get a Windows GPU client I could be interested until then I will sit tight

They say they do, but I haven't tried it.
https://quarantine.infino.me/

I suppose we should stop hijacking the WCG forums, but it is now working well for me on two Ubuntu 18.04.4 machines.
The second one somehow avoided the setup glitches of the first one.

I doubt that the science is as good as OPN, but it is fast on GPUs, for what that is worth.
[May 19, 2020 9:02:45 PM]   Link   Report threatening or abusive post: please login first  Go to top 
Speedy51
Veteran Cruncher
New Zealand
Joined: Nov 4, 2005
Post Count: 1326
Status: Offline
Project Badges:
Reply to this Post  Reply with Quote 
Re: (please, forward to Scripps' researchers): two less known DC-projects working on Sars-Cov2

If they get a Windows GPU client I could be interested until then I will sit tight

They say they do, but I haven't tried it.
https://quarantine.infino.me/

I suppose we should stop hijacking the WCG forums, but it is now working well for me on two Ubuntu 18.04.4 machines.
The second one somehow avoided the setup glitches of the first one.

I doubt that the science is as good as OPN, but it is fast on GPUs, for what that is worth.

I don't see that we are hijacking the WCG forum because it is on the topic about this project. The reason why I do not think the GPU client is for windows is because it is listed beside Linux. Linux | Docker | GPU
----------------------------------------

[May 19, 2020 10:36:51 PM]   Link   Report threatening or abusive post: please login first  Go to top 
Posts: 36   Pages: 4   [ Previous Page | 1 2 3 4 | Next Page ]
[ Jump to Last Post ]
Post new Thread