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: 781
Posts: 781   Pages: 79   [ Previous Page | 55 56 57 58 59 60 61 62 63 64 | Next Page ]
[ Jump to Last Post ]
Post new Thread
Author
Previous Thread This topic has been viewed 762434 times and has 780 replies Next Thread
Chooka
Cruncher
Australia
Joined: Jan 25, 2017
Post Count: 48
Status: Offline
Project Badges:
Reply to this Post  Reply with Quote 
Re: OpenPandemics - GPU Stress Test

So overnight I tried crunching 8 tasks simultaneously with my threadrippers and Radeon VII's. One pc keeps throwing up a driver hanging (20.11.2) and the wu's essential stop crunching (probably hardware issue?) The other threadripper with a Radeon VII didn't throw up a driver issue but it was clearly stuck. Each gpu wu had run for over 4hrs last night with no result. Restarting BOINC either ditches all that work and starts again from scratch, or starts again from a previous check point on those work units.

I didn't see this issue running 4 w/u's at a time so I'm going back to that.
This only seems to affect my pc's with Radeon VII's. My other pc's running multiple wu's seem ok.

FWIW, I have no such issues running either Milkyway or Einstein at home with multiple wu's running and far greater power draw.

I'll be stopping this testing shortly with the Pentathlon fast approaching.
----------------------------------------


----------------------------------------
[Edit 1 times, last edit by Chooka at May 2, 2021 7:20:06 AM]
[May 2, 2021 7:19:00 AM]   Link   Report threatening or abusive post: please login first  Go to top 
maeax
Advanced Cruncher
Joined: May 2, 2007
Post Count: 142
Status: Offline
Project Badges:
Reply to this Post  Reply with Quote 
Re: OpenPandemics - GPU Stress Test

AMD have a BugReport-Tool on the Homepage.
Had 5 Timeouts in the last days with OPNG Tasks so long and reported it to AMD.
----------------------------------------
AMD Ryzen Threadripper PRO 3995WX 64-Cores/ AMD Radeon (TM) Pro W6600. OS Win11pro
[May 2, 2021 7:53:49 AM]   Link   Report threatening or abusive post: please login first  Go to top 
ca05065
Senior Cruncher
Joined: Dec 4, 2007
Post Count: 328
Status: Offline
Project Badges:
Reply to this Post  Reply with Quote 
Re: OpenPandemics - GPU Stress Test

My PC is a Ryzen 5 3600 with a Nvidea GT 1030. I consider the GPU to be in the low to average power range.
It was successfully running 1 OPNG at a time, mostly at 100% but with many drops to zero. The temperature of the GPU fluctuated, dropping from 50 deg C to 30 deg C every 20 to 30 minutes as each work unit completed. I decided to try running 2 OPNG at the same time. Yesterday there were only 7 such drops in 12 hours i.e. it was much more steady.
The PC averaged about 70k running OPN1 only. It was 700k running 12 OPN1 and 1 OPNG and increased to about 900k running 11 OPN1 and 2 OPNG. The effect on temperature is more important to me than the additional points but hopefully it does mean more work is achieved.
[May 2, 2021 10:48:59 AM]   Link   Report threatening or abusive post: please login first  Go to top 
kittyman
Advanced Cruncher
Joined: May 14, 2020
Post Count: 140
Status: Offline
Project Badges:
Reply to this Post  Reply with Quote 
Re: OpenPandemics - GPU Stress Test

The kitties have had another full night of kibble munching, and still their bowl is full. We must be getting along pretty well through the 'stress test' now.
Hope when the project goes back to 'normal' there is still enough kibble for them to claw in so their bowl doesn't go empty again.

Meow!
----------------------------------------

[May 2, 2021 11:18:40 AM]   Link   Report threatening or abusive post: please login first  Go to top 
squid
Advanced Cruncher
Germany
Joined: May 15, 2020
Post Count: 56
Status: Offline
Project Badges:
Reply to this Post  Reply with Quote 
Re: OpenPandemics - GPU Stress Test

AutoDock for GPUs
Improved calculation routines using OpenCL and CUDA have been developed by the AutoDock Scripps research team.[18]
It results in observed speedups of up to 4x (quad-core CPU) and 56x (GPU) over the original serial AutoDock 4.2 (Solis-Wets) on CPU.
The CUDA version was developed in a collaboration between the Scripps research team and Nvidia. It is currently faster than the OpenCL version.[9][18]

https://en.wikipedia.org/wiki/AutoDock
[May 2, 2021 11:53:58 AM]   Link   Report threatening or abusive post: please login first  Go to top 
Richard Haselgrove
Senior Cruncher
United Kingdom
Joined: Feb 19, 2021
Post Count: 360
Status: Offline
Project Badges:
Reply to this Post  Reply with Quote 
Re: OpenPandemics - GPU Stress Test

Interesting. Verrry interesting.
[May 2, 2021 12:20:34 PM]   Link   Report threatening or abusive post: please login first  Go to top 
Platoon
Advanced Cruncher
Russia
Joined: Jun 28, 2006
Post Count: 62
Status: Offline
Project Badges:
Reply to this Post  Reply with Quote 
Re: OpenPandemics - GPU Stress Test

Dear all!!

Could you please advise how to set up my Win10 client to run more than 1 GPU task?
I have BOINC client version 7.14.3 for windows_intelx86.

As far as I understand I have to put some manual corrections to cc_config.xml or something...
----------------------------------------
" forever forge ahead and keep the dream in sight!"

[May 2, 2021 12:22:01 PM]   Link   Report threatening or abusive post: please login first  Go to top 
Richard Haselgrove
Senior Cruncher
United Kingdom
Joined: Feb 19, 2021
Post Count: 360
Status: Offline
Project Badges:
Reply to this Post  Reply with Quote 
Re: OpenPandemics - GPU Stress Test

Not cc_config.xml, but a new file called app_config.xml

It's defined here (BOINC user manual).
[May 2, 2021 12:47:35 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: OpenPandemics - GPU Stress Test

As far as I understand I have to put some manual corrections to cc_config.xml or something...

This should ease your pain. You create the app_config.xml using a text editor (Notepad is OK), save it as an ".xml" file (not a .txt file), and place it in your WCG project folder.

<app_config>
<app>
<name>opng</name>
<gpu_versions>
<cpu_usage>1.0</cpu_usage>
<gpu_usage>0.5</gpu_usage>
</gpu_versions>
</app>
</app_config>


You then need to activate it, as by restarting BOINC.

This runs two GPU work units at once. To run three, just reduce the 0.5 to 0.33, etc.
[May 2, 2021 12:58:47 PM]   Link   Report threatening or abusive post: please login first  Go to top 
Platoon
Advanced Cruncher
Russia
Joined: Jun 28, 2006
Post Count: 62
Status: Offline
Project Badges:
Reply to this Post  Reply with Quote 
Re: OpenPandemics - GPU Stress Test

Thanks a lot! It worked.
Any sugestions what pref should I start with if I use RTX2080Ti + Ryzen9 3900X?

I mean this ones
<cpu_usage>1.0</cpu_usage>
<gpu_usage>0.5</gpu_usage>


I've tried to set 0.25 CPU and 0.25 CPU expecting 4 simultanious GPU tasks but I see only 2. Same for 1.0 CPU and 0.1 GPU
----------------------------------------
" forever forge ahead and keep the dream in sight!"

----------------------------------------
[Edit 2 times, last edit by Platoon at May 2, 2021 2:14:15 PM]
[May 2, 2021 1:52:56 PM]   Link   Report threatening or abusive post: please login first  Go to top 
Posts: 781   Pages: 79   [ Previous Page | 55 56 57 58 59 60 61 62 63 64 | Next Page ]
[ Jump to Last Post ]
Post new Thread