Binary Radio Pulsar Search (Parkes PMPS XT) "BRP6"

Sid
Sid
Joined: 17 Oct 10
Posts: 160
Credit: 926918204
RAC: 289505

For my GTX770 for 3 WUs: 1.

For my GTX770 for 3 WUs:
1. Memory control load has jumped from 45% to 75%
2. Gpu load is the same - 97%
3. Bus interface load - less then 5%.

Looks very promising.
Does it mean that we don't really need high speed PCI Ex 16 bus for each card anymore?
Can anybody with two video cards in one box on PCI Ex 8 bus confirm it?

Bernd Machenschalk
Bernd Machenschalk
Moderator
Administrator
Joined: 15 Oct 04
Posts: 4273
Credit: 245217163
RAC: 12924

RE: My client can't

Quote:

My client can't download 1.47 opencl-ati application for Linux. I keep getting:

2/27/2015 7:17:59 PM | Einstein@Home | Started download of einsteinbinary_BRP6_1.40_x86_64-pc-linux-gnu__BRP6-Beta-opencl-ati
2/27/2015 7:18:01 PM | Einstein@Home | Giving up on download of einsteinbinary_BRP6_1.40_x86_64-pc-linux-gnu__BRP6-Beta-opencl-ati: permanent HTTP error

(it's a 404 - not found error)
and all 1.47 tasks fail with download error.

Sorry. Should work now.

BM

BM

Sebastian M. Bobrecki
Sebastian M. Bo...
Joined: 20 Feb 05
Posts: 63
Credit: 1529583410
RAC: 92

I'm getting: RE: piÄ…,

I'm getting:

Quote:
piÄ…, 27 lut 2015, 22:29:00 | Einstein@Home | Giving up on download of einsteinbinary_BRP4_1.00_graphics_i686-pc-linux-gnu: permanent HTTP error
Stef
Stef
Joined: 8 Mar 05
Posts: 206
Credit: 110568193
RAC: 0

Me too. Fri 27 Feb 2015

Me too.

Fri 27 Feb 2015 10:35:40 PM CET | Einstein@Home | Giving up on download of einsteinbinary_BRP4_1.00_graphics_i686-pc-linux-gnu: permanent HTTP error
Sebastian M. Bobrecki
Sebastian M. Bo...
Joined: 20 Feb 05
Posts: 63
Credit: 1529583410
RAC: 92

It works for me now.

It works for me now.

Gary Roberts
Gary Roberts
Moderator
Joined: 9 Feb 05
Posts: 5845
Credit: 109971719699
RAC: 30001076

RE: RE: My client can't

Quote:
Quote:

My client can't download 1.47 opencl-ati application for Linux. I keep getting:

2/27/2015 7:17:59 PM | Einstein@Home | Started download of einsteinbinary_BRP6_1.40_x86_64-pc-linux-gnu__BRP6-Beta-opencl-ati
2/27/2015 7:18:01 PM | Einstein@Home | Giving up on download of einsteinbinary_BRP6_1.40_x86_64-pc-linux-gnu__BRP6-Beta-opencl-ati: permanent HTTP error

(it's a 404 - not found error)
and all 1.47 tasks fail with download error.

Sorry. Should work now.

BM


This is just an FYI for Bernd. Over the last couple of hours, I've added some more AMD GPU hosts (Linux x86_64) to the pool requesting 1.47 beta work. In each case, I pre-deployed both the 1.47 and 1.40 versions of the app, seeing as I had copies of both and didn't want to risk 404 download errors on the 1.40 version, like the above example. In each case, both versions of the app were regarded as 'needed' since the event log has the familiar message "file exists - skipping download" for both files.

Cheers,
Gary.

Daniels_Parents
Daniels_Parents
Joined: 9 Feb 05
Posts: 101
Credit: 1877689213
RAC: 0

My host ID 7163667 does

My host ID 7163667 does definitifely not like the new BRP6-Beta 1.49
All new tasks crashe immediately after starting with "Computing Error"
Two Nvidia GTX670/2GB Driver 347.52
All other tasks (CPU/GPU) are running with success since a long time
I stopped getting new Beta tasks for this host now for a while.

I know I am a part of a story that starts long before I can remember and continues long beyond when anyone will remember me [Danny Hillis, Long Now]

Bernd Machenschalk
Bernd Machenschalk
Moderator
Administrator
Joined: 15 Oct 04
Posts: 4273
Credit: 245217163
RAC: 12924

New Clients behave

New Clients behave differently when detecting the new API version.

As a quick fix I changed the API version in the DB of the Beta apps to make the clients think it's an older API.

To propagate this change to the clients, I don't think there's any other way than to reset the project on the clients where people experience a "No suitable CUDA device" error (see stderr_out).

BM

BM

Richard Haselgrove
Richard Haselgrove
Joined: 10 Dec 05
Posts: 2140
Credit: 2770468275
RAC: 912794

RE: New Clients behave

Quote:

New Clients behave differently when detecting the new API version.

As a quick fix I changed the API version in the DB of the Beta apps to make the clients think it's an older API.

To propagate this change to the clients, I don't think there's any other way than to reset the project on the clients where people experience a "No suitable CUDA device" error (see stderr_out).

BM


Aaaaargh! But fully justifying your pessimism about updating the API.....

1) It should be possible to make the matching change in client_state.xml (I presume down to 7.2.2 to match v1.39 would be worth a try) - I'll do that when my current tasks finish.

2) Actually, the client makes extraordinarily little use of the tag. I searched the sources a while back because of a different problem, and only found two tests (with two instances of each):

if (app_version->api_version_at_least(6, 0)) - don't use shared memory for communicating between application and client. That's been there for years (since about 2007), so unlikely to be the cause of this problem.

if (!app_version->api_version_at_least(7, 5)) - from befb90f0d4d1f14ae4a42d1a49bd612e9bcc4f96, 30 July 2014. I suspect that one may need some debug attention from a proper programmer.....

Claggy
Claggy
Joined: 29 Dec 06
Posts: 560
Credit: 2694028
RAC: 0

RE: RE: New Clients

Quote:
Quote:

New Clients behave differently when detecting the new API version.

As a quick fix I changed the API version in the DB of the Beta apps to make the clients think it's an older API.

To propagate this change to the clients, I don't think there's any other way than to reset the project on the clients where people experience a "No suitable CUDA device" error (see stderr_out).

BM


Aaaaargh! But fully justifying your pessimism about updating the API.....

1) It should be possible to make the matching change in client_state.xml (I presume down to 7.2.2 to match v1.39 would be worth a try) - I'll do that when my current tasks finish.

2) Actually, the client makes extraordinarily little use of the tag. I searched the sources a while back because of a different problem, and only found two tests (with two instances of each):

if (app_version->api_version_at_least(6, 0)) - don't use shared memory for communicating between application and client. That's been there for years (since about 2007), so unlikely to be the cause of this problem.

if (!app_version->api_version_at_least(7, 5)) - from befb90f0d4d1f14ae4a42d1a49bd612e9bcc4f96, 30 July 2014. I suspect that one may need some debug attention from a proper programmer.....

That last changeset says:

Quote:

client: don't pass --device to GPU apps w/ API version >= 7.5

This addresses a problem w/ Bitcoin Utopia,
whose coprocessor app (run via the wrapper) doesn't expect a --device arg,
and fails if it gets one.
The --device mechanism has been superceded by APP_INIT_DATA.gpu_device_num.
GPU apps built with the current API and later should not expect a --device arg

.

We already have an unresolved api problem at Albert that is similar:

I am getting computation error

Quote:

7.4.27

(unknown error) - exit code -161 (0xffffff5f)

Activated exception handling...
[23:07:50][5536][INFO ] Starting data processing...
GPU type not found in init_data.xml
[23:07:50][5536][ERROR] Failed to get OpenCL platform/device info from BOINC (error: -161)!
[23:07:50][5536][ERROR] Demodulation failed (error: -161)!
23:07:50 (5536): called boinc_finish

Trulio was asked to supply his Boinc startup, and the init_data.xml from his slot directory, he hasn't supplied either,

Claggy

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.