Can't get WU's

petri33
petri33
Joined: 4 Mar 20
Posts: 123
Credit: 3908715819
RAC: 6237853
Topic 226643

My computer (i7) reports itself as i686-pc-linux-gnu. It does not get any work.

versions are for x86_64-pc-linux-gnu https://einsteinathome.org/apps.php?xml=1


2021-12-25 01:51:37.7148 [PID=24599]    [send] [HOST#12836077] will accept beta work.  Scanning for beta work.
2021-12-25 01:51:37.7255 [PID=24599]    [version] no app version available: APP#40 (hsgamma_FGRPB1G) PLATFORM#1 (i686-pc-linux-gnu) min_version 0
2021-12-25 01:51:37.7332 [PID=24599] [debug]   [HOST#12836077] MSG(high) No work sent
2021-12-25 01:51:37.7333 [PID=24599] [debug]   [HOST#12836077] MSG(high) Gamma-ray pulsar binary search #1 on GPUs is not available for your type of computer.
 

 Help!

 

 

 

Keith Myers
Keith Myers
Joined: 11 Feb 11
Posts: 4955
Credit: 18613380732
RAC: 5699565

You've got some old library

You've got some old library hanging around messing up the works somehow and mis-identifying the cpu.

What does lscpu report?

 

petri33
petri33
Joined: 4 Mar 20
Posts: 123
Credit: 3908715819
RAC: 6237853

Hi, lscpu

Hi,

lscpu says:

Architecture:                    x86_64
CPU op-mode(s):                  32-bit, 64-bit
Byte Order:                      Little Endian
Address sizes:                   46 bits physical, 48 bits virtual
CPU(s):                          12
On-line CPU(s) list:             0-11
Thread(s) per core:              2
Core(s) per socket:              6
Socket(s):                       1
NUMA node(s):                    1
Vendor ID:                       GenuineIntel
CPU family:                      6
Model:                           79
Model name:                      Intel(R) Core(TM) i7-6850K CPU @ 3.60GHz
Stepping:                        1

... etc.

I tried resetting the project. I tried removing the project and then "add project", "returning user"

 

 

petri33
petri33
Joined: 4 Mar 20
Posts: 123
Credit: 3908715819
RAC: 6237853

Keith Myers wrote: You've

Keith Myers wrote:

You've got some old library hanging around messing up the works somehow and mis-identifying the cpu.

What does lscpu report?

Hi again.

I did service boinc-client stop and removed libsleep.so and service boinc-client start. Now it works again.

When I put libsleep.so back It does not work. I'll have to take a deep look at that.

 

petri33
petri33
Joined: 4 Mar 20
Posts: 123
Credit: 3908715819
RAC: 6237853

... and now it works again

... and now it works again with libsleep.so. 

A mystery to me.

Keith Myers
Keith Myers
Joined: 11 Feb 11
Posts: 4955
Credit: 18613380732
RAC: 5699565

Petri, I just looked at your

Petri, I just looked at your latest libsleep package and was looking at the app_config file which I wondered whether they were required and noticed you have <platform>i686-pc-linux-gnu</platform> in your Milkyway app_config.xml file.

So that is why you were getting errors as you are declaring for an old unused architecture.

You should change that to x86_64-pc-linux-gnu in your file.

Or not even declare platform, plan_class or version UNLESS those are required to implement your cmdline statement.

 

Comment viewing options

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