SETI orphans

Message boards : Number crunching : SETI orphans
Message board moderation

To post messages, you must log in.

Previous · 1 . . . 7 · 8 · 9 · 10 · 11 · 12 · 13 . . . 43 · Next

AuthorMessage
Profile Raistmer
Volunteer developer
Volunteer tester
Avatar

Send message
Joined: 16 Jun 01
Posts: 6325
Credit: 106,370,077
RAC: 121
Russia
Message 2044316 - Posted: 11 Apr 2020, 23:56:59 UTC - in response to Message 2044307.  


if you're talking about the GW nvidia GPU app, yes it can use more than 1 core, that app requires a lot of CPU support to feed the GPU. I noticed this on a few systems. it tries to pull >100% of a thread, making it spill over into a second thread. will happen more on a slow CPU.

No, it's CPU app. NV GPU still idle :(
No Linux GPU app??
SETI apps news
We're not gonna fight them. We're gonna transcend them.
ID: 2044316 · Report as offensive     Reply Quote
Grant (SSSF)
Volunteer tester

Send message
Joined: 19 Aug 99
Posts: 13736
Credit: 208,696,464
RAC: 304
Australia
Message 2044317 - Posted: 11 Apr 2020, 23:57:03 UTC - in response to Message 2044314.  
Last modified: 11 Apr 2020, 23:57:31 UTC

AFAIK if task can't run it will say that in its status. Waiting for memory or smth alike...
Usually, yep.
Ian&Steve's post looks like it explains it- the other project using the CPU resources at the time. As you suggested- Scheduling.
Grant
Darwin NT
ID: 2044317 · Report as offensive     Reply Quote
Ian&Steve C.
Avatar

Send message
Joined: 28 Sep 99
Posts: 4267
Credit: 1,282,604,591
RAC: 6,640
United States
Message 2044319 - Posted: 12 Apr 2020, 0:01:59 UTC - in response to Message 2044316.  
Last modified: 12 Apr 2020, 0:05:24 UTC


if you're talking about the GW nvidia GPU app, yes it can use more than 1 core, that app requires a lot of CPU support to feed the GPU. I noticed this on a few systems. it tries to pull >100% of a thread, making it spill over into a second thread. will happen more on a slow CPU.

No, it's CPU app. NV GPU still idle :(
No Linux GPU app??


there are linux nvidia (and AMD/ATI) GPU app available for both GW and GRP. you have to select them in your preferences on the website.

edit, if you're talking about your 1050ti system. you don't appear to have openCL drivers installed. the Einstein apps are openCL, not CUDA
Seti@Home classic workunits: 29,492 CPU time: 134,419 hours

ID: 2044319 · Report as offensive     Reply Quote
Profile tullio
Volunteer tester

Send message
Joined: 9 Apr 04
Posts: 8797
Credit: 2,930,782
RAC: 1
Italy
Message 2044346 - Posted: 12 Apr 2020, 7:47:37 UTC

I am using opencl_nvidia_101 on my GTX 1060 on a Windows 10 PC running Milkyway@home provided by Science United. Happy Easter.
Tullio
ID: 2044346 · Report as offensive     Reply Quote
Profile Raistmer
Volunteer developer
Volunteer tester
Avatar

Send message
Joined: 16 Jun 01
Posts: 6325
Credit: 106,370,077
RAC: 121
Russia
Message 2044379 - Posted: 12 Apr 2020, 14:33:04 UTC

Please advise how to install OpenCL runtime on linux host?
(for NV and probably iGPU, if Linux could support them both )
SETI apps news
We're not gonna fight them. We're gonna transcend them.
ID: 2044379 · Report as offensive     Reply Quote
Ian&Steve C.
Avatar

Send message
Joined: 28 Sep 99
Posts: 4267
Credit: 1,282,604,591
RAC: 6,640
United States
Message 2044380 - Posted: 12 Apr 2020, 14:45:14 UTC - in response to Message 2044379.  

Please advise how to install OpenCL runtime on linux host?
(for NV and probably iGPU, if Linux could support them both )


sudo apt install ocl-icd-libopencl1

Seti@Home classic workunits: 29,492 CPU time: 134,419 hours

ID: 2044380 · Report as offensive     Reply Quote
jsm

Send message
Joined: 1 Oct 16
Posts: 124
Credit: 51,135,572
RAC: 298
Isle of Man
Message 2044384 - Posted: 12 Apr 2020, 16:33:28 UTC

I am gradually switching to Rosetta and have found this new thread very useful. I still wish to post on the "Ryzen and Threadripper" thread but if you don't read that I just chuck into the pot the info that my 2990wx with 32gb is crunching 60 threads with only an occasional one showing "waiting for memory" for a time - but it clears. Thus they can't be taking 1GB of memory at present.
jsm
ID: 2044384 · Report as offensive     Reply Quote
Profile Raistmer
Volunteer developer
Volunteer tester
Avatar

Send message
Joined: 16 Jun 01
Posts: 6325
Credit: 106,370,077
RAC: 121
Russia
Message 2044387 - Posted: 12 Apr 2020, 17:10:51 UTC

I don't understand why "waiting to run"?
There are 2 CPUs. But only one CPU task working.
How to decipher "waiting to run" into some hint how to run it?

https://clip2net.com/s/46YG8fH
SETI apps news
We're not gonna fight them. We're gonna transcend them.
ID: 2044387 · Report as offensive     Reply Quote
Profile Zalster Special Project $250 donor
Volunteer tester
Avatar

Send message
Joined: 27 May 99
Posts: 5517
Credit: 528,817,460
RAC: 242
United States
Message 2044388 - Posted: 12 Apr 2020, 17:16:00 UTC - in response to Message 2044387.  

I don't understand why "waiting to run"?
There are 2 CPUs. But only one CPU task working.
How to decipher "waiting to run" into some hint how to run it?

https://clip2net.com/s/46YG8fH



2 threads

1 thread for Seti
2nd thread for Einstein (unlike Seti, Einstein will use up to and including a full thread depending on which work unit it is. It will also, sometimes use more than 100% of a thread or 110-155% of a thread)

That second Seti work unit is waiting for cycles on one of the 2 threads so it can run.
ID: 2044388 · Report as offensive     Reply Quote
Profile Raistmer
Volunteer developer
Volunteer tester
Avatar

Send message
Joined: 16 Jun 01
Posts: 6325
Credit: 106,370,077
RAC: 121
Russia
Message 2044398 - Posted: 12 Apr 2020, 18:36:48 UTC - in response to Message 2044380.  

Please advise how to install OpenCL runtime on linux host?
(for NV and probably iGPU, if Linux could support them both )


sudo apt install ocl-icd-libopencl1

It worked, thanks!
Now GW NV app downloading.
SETI apps news
We're not gonna fight them. We're gonna transcend them.
ID: 2044398 · Report as offensive     Reply Quote
Profile Raistmer
Volunteer developer
Volunteer tester
Avatar

Send message
Joined: 16 Jun 01
Posts: 6325
Credit: 106,370,077
RAC: 121
Russia
Message 2044400 - Posted: 12 Apr 2020, 18:39:04 UTC - in response to Message 2044388.  

I don't understand why "waiting to run"?
There are 2 CPUs. But only one CPU task working.
How to decipher "waiting to run" into some hint how to run it?

https://clip2net.com/s/46YG8fH



2 threads

1 thread for Seti
2nd thread for Einstein (unlike Seti, Einstein will use up to and including a full thread depending on which work unit it is. It will also, sometimes use more than 100% of a thread or 110-155% of a thread)

That second Seti work unit is waiting for cycles on one of the 2 threads so it can run.



Ah, GPU app took whole CPU, I see. Missed that.
SETI apps news
We're not gonna fight them. We're gonna transcend them.
ID: 2044400 · Report as offensive     Reply Quote
Profile Raistmer
Volunteer developer
Volunteer tester
Avatar

Send message
Joined: 16 Jun 01
Posts: 6325
Credit: 106,370,077
RAC: 121
Russia
Message 2044405 - Posted: 12 Apr 2020, 19:55:05 UTC

226th with only 14 members so far.
Need more! :D
SETI apps news
We're not gonna fight them. We're gonna transcend them.
ID: 2044405 · Report as offensive     Reply Quote
Ulrich Metzner
Volunteer tester
Avatar

Send message
Joined: 3 Jul 02
Posts: 1256
Credit: 13,565,513
RAC: 13
Germany
Message 2044426 - Posted: 12 Apr 2020, 22:34:14 UTC

Here my shameless recruitment link for WCG with team Seti Orphans. ;)
Aloha, Uli

ID: 2044426 · Report as offensive     Reply Quote
Grant (SSSF)
Volunteer tester

Send message
Joined: 19 Aug 99
Posts: 13736
Credit: 208,696,464
RAC: 304
Australia
Message 2044437 - Posted: 12 Apr 2020, 23:06:57 UTC - in response to Message 2044384.  

Thus they can't be taking 1GB of memory at present.
Most of the present Tasks need between 300-600MB RAM. Way down on the 1.3GB i have seen previously.
Grant
Darwin NT
ID: 2044437 · Report as offensive     Reply Quote
Profile Raistmer
Volunteer developer
Volunteer tester
Avatar

Send message
Joined: 16 Jun 01
Posts: 6325
Credit: 106,370,077
RAC: 121
Russia
Message 2044442 - Posted: 12 Apr 2020, 23:36:43 UTC

I attach devices to diffferent projects in particular priority list.
For now it's SARS-cov-2 study with Rosetta leading.
But Rosetta can't do GPU. So, I would like to attach to some project that study SARS-CoV-2 on GPU. And E@h comes as backup everywhere.
SETI apps news
We're not gonna fight them. We're gonna transcend them.
ID: 2044442 · Report as offensive     Reply Quote
juan BFP Crowdfunding Project Donor*Special Project $75 donorSpecial Project $250 donor
Volunteer tester
Avatar

Send message
Joined: 16 Mar 07
Posts: 9786
Credit: 572,710,851
RAC: 3,799
Panama
Message 2044444 - Posted: 12 Apr 2020, 23:47:46 UTC - in response to Message 2044442.  

I would like to attach to some project that study SARS-CoV-2 on GPU.

If you find one please share with us.
ID: 2044444 · Report as offensive     Reply Quote
Profile Raistmer
Volunteer developer
Volunteer tester
Avatar

Send message
Joined: 16 Jun 01
Posts: 6325
Credit: 106,370,077
RAC: 121
Russia
Message 2044445 - Posted: 12 Apr 2020, 23:49:57 UTC - in response to Message 2044444.  

I would like to attach to some project that study SARS-CoV-2 on GPU.

If you find one please share with us.

Sure.
It seems WCG in process of making project for that, but will it CPU only or not - time will tell. Signed up for news for now.
SETI apps news
We're not gonna fight them. We're gonna transcend them.
ID: 2044445 · Report as offensive     Reply Quote
Profile Freewill Project Donor
Avatar

Send message
Joined: 19 May 99
Posts: 766
Credit: 354,398,348
RAC: 11,693
United States
Message 2044446 - Posted: 12 Apr 2020, 23:50:55 UTC - in response to Message 2044445.  

I would like to attach to some project that study SARS-CoV-2 on GPU.

If you find one please share with us.

Sure.
It seems WCG in process of making project for that, but will it CPU only or not - time will tell. Signed up for news for now.

Yes, I have signed up to be notified as well. Looking forward to working on it.
ID: 2044446 · Report as offensive     Reply Quote
Ian&Steve C.
Avatar

Send message
Joined: 28 Sep 99
Posts: 4267
Credit: 1,282,604,591
RAC: 6,640
United States
Message 2044448 - Posted: 12 Apr 2020, 23:56:36 UTC - in response to Message 2044446.  

GPUGRID does supporting research for many diseases including COVID-19, but it’s not directly for just that. They might have some more focused COVID-19 work in the future.

I think the only project doing direct COVID-19 study on GPUs is Folding@home, but that’s not on BOINC.
Seti@Home classic workunits: 29,492 CPU time: 134,419 hours

ID: 2044448 · Report as offensive     Reply Quote
Profile Raistmer
Volunteer developer
Volunteer tester
Avatar

Send message
Joined: 16 Jun 01
Posts: 6325
Credit: 106,370,077
RAC: 121
Russia
Message 2044471 - Posted: 13 Apr 2020, 7:40:53 UTC - in response to Message 2044448.  


I think the only project doing direct COVID-19 study on GPUs is Folding@home, but that’s not on BOINC.


Had some experience with F@h on early days o days of GPU computing, with ATi HD4870 card.
They favor ATi hardware AFAIK.

Unfortunately, my ATi discrete GPU burned (with real smoke!) just before SETI hibernations (~month before).
SETI apps news
We're not gonna fight them. We're gonna transcend them.
ID: 2044471 · Report as offensive     Reply Quote
Previous · 1 . . . 7 · 8 · 9 · 10 · 11 · 12 · 13 . . . 43 · Next

Message boards : Number crunching : SETI orphans


 
©2024 University of California
 
SETI@home and Astropulse are funded by grants from the National Science Foundation, NASA, and donations from SETI@home volunteers. AstroPulse is funded in part by the NSF through grant AST-0307956.