Anything relating to AstroPulse (2) tasks

Message boards : Number crunching : Anything relating to AstroPulse (2) tasks
Message board moderation

To post messages, you must log in.

Previous · 1 . . . 11 · 12 · 13 · 14 · 15 · 16 · 17 . . . 50 · Next

AuthorMessage
Ian&Steve C.
Avatar

Send message
Joined: 28 Sep 99
Posts: 4267
Credit: 1,282,604,591
RAC: 6,640
United States
Message 1950005 - Posted: 16 Aug 2018, 1:05:49 UTC - in response to Message 1950001.  

You could try 'ldd' on the AstroPulse app and see if it reports anything missing.


ian@GLaDOS-WOW:/var/lib/boinc-client/projects/setiathome.berkeley.edu$ ldd astropulse_7.08_x86_64-pc-linux-gnu__opencl_nvidia_100
	linux-vdso.so.1 (0x00007ffe8e35f000)
	libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007fe8a0165000)
	libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007fe89ff46000)
	libOpenCL.so.1 => /usr/lib/x86_64-linux-gnu/libOpenCL.so.1 (0x00007fe89fd3b000)
	libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x00007fe89fb1e000)
	libnsl.so.1 => /lib/x86_64-linux-gnu/libnsl.so.1 (0x00007fe89f904000)
	libstdc++.so.6 => /usr/lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007fe89f576000)
	libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007fe89f1d8000)
	libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007fe89ede7000)
	/lib64/ld-linux-x86-64.so.2 (0x00007fe8a0369000)
	libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007fe89ebcf000)


not sure how to interpret that
Seti@Home classic workunits: 29,492 CPU time: 134,419 hours

ID: 1950005 · Report as offensive
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 1950015 - Posted: 16 Aug 2018, 1:54:48 UTC - in response to Message 1950005.  

clinfo in terminal shows the OpenCl at the end?
ID: 1950015 · Report as offensive
Profile Keith Myers Special Project $250 donor
Volunteer tester
Avatar

Send message
Joined: 29 Apr 01
Posts: 13164
Credit: 1,160,866,277
RAC: 1,873
United States
Message 1950017 - Posted: 16 Aug 2018, 2:09:08 UTC - in response to Message 1949997.  

sudo apt install nvidia-compute-396

Returns unable to locate package.

What now?

just tried this from the other thread:

sudo apt-get install ocl-icd-libopencl1


seems to have worked. we'll see when another AP task rolls around

Will only work if you have the ppa repository installed and have updated the catalog. I have nvidia-compute-396 listed in Synaptic.
Seti@Home classic workunits:20,676 CPU time:74,226 hours

A proud member of the OFA (Old Farts Association)
ID: 1950017 · Report as offensive
Profile Keith Myers Special Project $250 donor
Volunteer tester
Avatar

Send message
Joined: 29 Apr 01
Posts: 13164
Credit: 1,160,866,277
RAC: 1,873
United States
Message 1950018 - Posted: 16 Aug 2018, 2:10:47 UTC - in response to Message 1950005.  

You could try 'ldd' on the AstroPulse app and see if it reports anything missing.


ian@GLaDOS-WOW:/var/lib/boinc-client/projects/setiathome.berkeley.edu$ ldd astropulse_7.08_x86_64-pc-linux-gnu__opencl_nvidia_100
	linux-vdso.so.1 (0x00007ffe8e35f000)
	libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007fe8a0165000)
	libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007fe89ff46000)
	libOpenCL.so.1 => /usr/lib/x86_64-linux-gnu/libOpenCL.so.1 (0x00007fe89fd3b000)
	libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x00007fe89fb1e000)
	libnsl.so.1 => /lib/x86_64-linux-gnu/libnsl.so.1 (0x00007fe89f904000)
	libstdc++.so.6 => /usr/lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007fe89f576000)
	libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007fe89f1d8000)
	libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007fe89ede7000)
	/lib64/ld-linux-x86-64.so.2 (0x00007fe8a0369000)
	libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007fe89ebcf000)


not sure how to interpret that

That means it's there. libOpenCL.so.1 => /usr/lib/x86_64-linux-gnu/libOpenCL.so.1 (0x00007fe89fd3b000)

Any missing dependency is always printed first in the ldd output with unambiguous "missing" statements.
Seti@Home classic workunits:20,676 CPU time:74,226 hours

A proud member of the OFA (Old Farts Association)
ID: 1950018 · Report as offensive
Ian&Steve C.
Avatar

Send message
Joined: 28 Sep 99
Posts: 4267
Credit: 1,282,604,591
RAC: 6,640
United States
Message 1950028 - Posted: 16 Aug 2018, 2:27:16 UTC - in response to Message 1950017.  

sudo apt install nvidia-compute-396

Returns unable to locate package.

What now?

just tried this from the other thread:

sudo apt-get install ocl-icd-libopencl1


seems to have worked. we'll see when another AP task rolls around

Will only work if you have the ppa repository installed and have updated the catalog. I have nvidia-compute-396 listed in Synaptic.


I do have PPA repo. That’s how I downloaded and installed the driver to begin with.
Seti@Home classic workunits: 29,492 CPU time: 134,419 hours

ID: 1950028 · Report as offensive
Profile Keith Myers Special Project $250 donor
Volunteer tester
Avatar

Send message
Joined: 29 Apr 01
Posts: 13164
Credit: 1,160,866,277
RAC: 1,873
United States
Message 1950040 - Posted: 16 Aug 2018, 3:15:14 UTC - in response to Message 1950028.  

sudo apt install nvidia-compute-396

Returns unable to locate package.

What now?

just tried this from the other thread:

sudo apt-get install ocl-icd-libopencl1


seems to have worked. we'll see when another AP task rolls around

Will only work if you have the ppa repository installed and have updated the catalog. I have nvidia-compute-396 listed in Synaptic.


I do have PPA repo. That’s how I downloaded and installed the driver to begin with.

That's why I have said that something is screwy going on with the 396 meta package from the ppa. It is not grabbing the OpenCL components when it should and always has up till the 396.51 release.
Seti@Home classic workunits:20,676 CPU time:74,226 hours

A proud member of the OFA (Old Farts Association)
ID: 1950040 · Report as offensive
Ian&Steve C.
Avatar

Send message
Joined: 28 Sep 99
Posts: 4267
Credit: 1,282,604,591
RAC: 6,640
United States
Message 1950082 - Posted: 16 Aug 2018, 8:17:44 UTC

Yeah that was my impression. Not sure what happened there
Seti@Home classic workunits: 29,492 CPU time: 134,419 hours

ID: 1950082 · Report as offensive
Profile Keith Myers Special Project $250 donor
Volunteer tester
Avatar

Send message
Joined: 29 Apr 01
Posts: 13164
Credit: 1,160,866,277
RAC: 1,873
United States
Message 1950083 - Posted: 16 Aug 2018, 8:36:51 UTC

Just lost a system for 2 hours because of the infinite login loop so purged the drivers. Autoinstall grabbed the 396 drivers as well as both the CUDA and OpenCL components. No issues.
Seti@Home classic workunits:20,676 CPU time:74,226 hours

A proud member of the OFA (Old Farts Association)
ID: 1950083 · Report as offensive
Profile Wiggo
Avatar

Send message
Joined: 24 Jan 00
Posts: 34763
Credit: 261,360,520
RAC: 489
Australia
Message 1950084 - Posted: 16 Aug 2018, 8:46:18 UTC - in response to Message 1950082.  

Yeah that was my impression. Not sure what happened there
All your rigs are now showing OpenCL support so all should be good to you now.

In the meantime I've grabbed another 8 freshies so far today (and I don't mind getting others resends either). :-D
ID: 1950084 · Report as offensive
Ian&Steve C.
Avatar

Send message
Joined: 28 Sep 99
Posts: 4267
Credit: 1,282,604,591
RAC: 6,640
United States
Message 1950086 - Posted: 16 Aug 2018, 9:16:28 UTC

yup. both systems have some AP work units. one has finished crunching a few.
Seti@Home classic workunits: 29,492 CPU time: 134,419 hours

ID: 1950086 · Report as offensive
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 1950175 - Posted: 16 Aug 2018, 22:37:11 UTC - in response to Message 1950086.  

52 so far...

WOW....

Haven't seen this many in a long time...
ID: 1950175 · Report as offensive
Profile TimeLord04
Volunteer tester
Avatar

Send message
Joined: 9 Mar 06
Posts: 21140
Credit: 33,933,039
RAC: 23
United States
Message 1950176 - Posted: 16 Aug 2018, 22:51:20 UTC

I just took the Time Window off BOINC and Resumed crunching to see if New Prometheus would pick up some APs... NOPE!!! I MADE SURE to set Lunatics' 0.45 Beta 6 to accept and crunch APs on both CPU and GPU... Haven't had even ONE since New Prometheus has been online and crunching. :-(


TL
TimeLord04
Have TARDIS, will travel...
Come along K-9!
Join Calm Chaos
ID: 1950176 · Report as offensive
Profile Wiggo
Avatar

Send message
Joined: 24 Jan 00
Posts: 34763
Credit: 261,360,520
RAC: 489
Australia
Message 1950181 - Posted: 17 Aug 2018, 0:05:30 UTC

27 randomly turned up here for the 16th UTC.

Cheers.
ID: 1950181 · Report as offensive
Profile Bill G Special Project $75 donor
Avatar

Send message
Joined: 1 Jun 01
Posts: 1282
Credit: 187,688,550
RAC: 182
United States
Message 1950209 - Posted: 17 Aug 2018, 2:05:17 UTC - in response to Message 1950181.  

21 here for the 16th.

SETI@home classic workunits 4,019
SETI@home classic CPU time 34,348 hours
ID: 1950209 · Report as offensive
Profile Bill G Special Project $75 donor
Avatar

Send message
Joined: 1 Jun 01
Posts: 1282
Credit: 187,688,550
RAC: 182
United States
Message 1950210 - Posted: 17 Aug 2018, 2:08:47 UTC - in response to Message 1950176.  

I just took the Time Window off BOINC and Resumed crunching to see if New Prometheus would pick up some APs... NOPE!!! I MADE SURE to set Lunatics' 0.45 Beta 6 to accept and crunch APs on both CPU and GPU... Haven't had even ONE since New Prometheus has been online and crunching. :-(
TL

There are no more being generated at present. You will have to wait for some more to be mounted. You might pick up a resend.

SETI@home classic workunits 4,019
SETI@home classic CPU time 34,348 hours
ID: 1950210 · Report as offensive
Profile Keith Myers Special Project $250 donor
Volunteer tester
Avatar

Send message
Joined: 29 Apr 01
Posts: 13164
Credit: 1,160,866,277
RAC: 1,873
United States
Message 1950211 - Posted: 17 Aug 2018, 2:29:29 UTC

91 in total. But 8 100% radar blanked alone on one page. So not much help there.
Seti@Home classic workunits:20,676 CPU time:74,226 hours

A proud member of the OFA (Old Farts Association)
ID: 1950211 · Report as offensive
Ian&Steve C.
Avatar

Send message
Joined: 28 Sep 99
Posts: 4267
Credit: 1,282,604,591
RAC: 6,640
United States
Message 1950306 - Posted: 17 Aug 2018, 14:40:52 UTC
Last modified: 17 Aug 2018, 14:41:29 UTC

i had 59 APs submitted for Aug 16th.

and another 30 or so that got submitted today.
Seti@Home classic workunits: 29,492 CPU time: 134,419 hours

ID: 1950306 · Report as offensive
Profile Kissagogo27 Special Project $75 donor
Avatar

Send message
Joined: 6 Nov 99
Posts: 716
Credit: 8,032,827
RAC: 62
France
Message 1950317 - Posted: 17 Aug 2018, 14:56:19 UTC

only 10 on board
ID: 1950317 · Report as offensive
Profile Tom M
Volunteer tester

Send message
Joined: 28 Nov 02
Posts: 5124
Credit: 276,046,078
RAC: 462
Message 1950383 - Posted: 17 Aug 2018, 20:25:43 UTC

What is a good command line for Astro pulse SSE command line file?

Thank you,
Tom
A proud member of the OFA (Old Farts Association).
ID: 1950383 · Report as offensive
Profile Keith Myers Special Project $250 donor
Volunteer tester
Avatar

Send message
Joined: 29 Apr 01
Posts: 13164
Credit: 1,160,866,277
RAC: 1,873
United States
Message 1950387 - Posted: 17 Aug 2018, 20:32:12 UTC - in response to Message 1950383.  

What is a good command line for Astro pulse SSE command line file?

Thank you,
Tom

There really is none for cpu.
Seti@Home classic workunits:20,676 CPU time:74,226 hours

A proud member of the OFA (Old Farts Association)
ID: 1950387 · Report as offensive
Previous · 1 . . . 11 · 12 · 13 · 14 · 15 · 16 · 17 . . . 50 · Next

Message boards : Number crunching : Anything relating to AstroPulse (2) tasks


 
©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.