Boinc 5.8.15 is out and odd

Message boards : Number crunching : Boinc 5.8.15 is out and odd

To post messages, you must log in.

AuthorMessage
Thomas Leibold

Send message
Joined: 30 Jul 06
Posts: 55
Credit: 19,627,164
RAC: 0
Message 37318 - Posted: 2 Mar 2007, 1:27:02 UTC
Last modified: 2 Mar 2007, 1:30:06 UTC

In Boinc 5.4.x both the cpu manufacturer (shown bold below) and cpu model name (shown italic) were reported to the project and showed up as two lines of information.

With Boinc 5.8.11 in addition to cpu manufacturer and model name the client also reported the cpuid flags in square brackets (shown underlined below). I had heard about a need to be able to distinguish processors by capability so this was not a big surprise to see.

However with Boinc 5.8.15 (the most recent release of the Boinc client for all platforms) the client now only reports the cpu manufacturer, not even the cpu model name.

Does anybody know the reason for this change ?

2 examples from 5.8.11:

AuthenticAMD
AMD Athlon(tm) 64 X2 Dual Core Processor 4200+ fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni lahf_lm cmp_legacy

GenuineIntel
Intel(R) Pentium(R) 4 CPU 3.00GHz fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx lm constant_tsc pni monitor ds_cpl est tm2 cid cx16 xtpr lahf_lm

Same 2 examples from 5.8.15:

AuthenticAMD

GenuineIntel

Team Helix
ID: 37318 · Rating: 0 · rate: Rate + / Rate - Report as offensive    Reply Quote
Rob Lilley

Send message
Joined: 11 Jan 06
Posts: 11
Credit: 133,120
RAC: 0
Message 37351 - Posted: 4 Mar 2007, 0:22:52 UTC

Looks as though they've fixed this in 5.8.16

Thay've also reinstated the tick next to snooze when it's snoozing.
ID: 37351 · Rating: 0 · rate: Rate + / Rate - Report as offensive    Reply Quote
Profile netwraith
Avatar

Send message
Joined: 3 Sep 06
Posts: 80
Credit: 13,483,227
RAC: 0
Message 37677 - Posted: 11 Mar 2007, 15:33:32 UTC
Last modified: 11 Mar 2007, 15:51:38 UTC

--

Still broken in 5.8.17.... Probably has something to do with the length of the string... Only CPU's with a long string of identifiers/capabilties drop the second string... (It is present in the XML, but, websites clip it cuz it's too long....).... Below is the real CPU flags string from an AMD X2 4200+

fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni cx16 lahf_lm cmp_legacy svm cr8legacy ts fid vid ttp tm stc


Looking for a team ??? Join BoincSynergy!!


ID: 37677 · Rating: 0 · rate: Rate + / Rate - Report as offensive    Reply Quote
Thomas Leibold

Send message
Joined: 30 Jul 06
Posts: 55
Credit: 19,627,164
RAC: 0
Message 37717 - Posted: 12 Mar 2007, 16:38:28 UTC - in response to Message 37677.  

As long as the cpu capability string is available to the scheduler (for smart assignment of workunits) I don't see a problem with that. The long string did look a bit ugly.

On the other hand, it would be nice to see the more than just the cpu manufacturer. Perhaps the best choice would be to show the second string excluding (hiding) everything inside the square brackets.
Team Helix
ID: 37717 · Rating: 0 · rate: Rate + / Rate - Report as offensive    Reply Quote
Profile netwraith
Avatar

Send message
Joined: 3 Sep 06
Posts: 80
Credit: 13,483,227
RAC: 0
Message 37810 - Posted: 14 Mar 2007, 18:23:34 UTC - in response to Message 37717.  
Last modified: 14 Mar 2007, 18:32:37 UTC

As long as the cpu capability string is available to the scheduler (for smart assignment of workunits) I don't see a problem with that. The long string did look a bit ugly.

On the other hand, it would be nice to see the more than just the cpu manufacturer. Perhaps the best choice would be to show the second string excluding (hiding) everything inside the square brackets.


Problem is that it's so long, the client cuts the string off before the second ']'

Here is the URL of a 5.8.17 Linux client with and AMD X2 cpu...

https://boinc.bakerlab.org/rosetta/show_host_detail.php?hostid=372435

Below is the host_info for the client_state.xml... notice that the second ']' gets cut off in <p_model> .... you will notice that it's not just one or two character too long, but a whole bunch.....

<host_info>
<timezone>-18000</timezone>
<domain_name>shared3</domain_name>
<ip_addr>192.168.5.64</ip_addr>
<host_cpid>2871d8130d4426162ed8c4b9af2548f9</host_cpid>
<p_ncpus>2</p_ncpus>
<p_vendor>AuthenticAMD</p_vendor>
<p_model>AMD Athlon(tm) 64 X2 Dual Core Processor 4200+ [Family 15 Model 75 Stepping 2][fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni cx16 lahf_lm cmp_legacy svm cr</p_model>
<p_fpops>2146728022.455104</p_fpops>
<p_iops>4997074464.835873</p_iops>
<p_membw>1000000000.000000</p_membw>
<p_calculated>1173661624.591153</p_calculated>
<m_nbytes>2124599296.000000</m_nbytes>
<m_cache>524288.000000</m_cache>
<m_swap>2146754560.000000</m_swap>
<d_total>210880741376.000000</d_total>
<d_free>142760882176.000000</d_free>
<os_name>Linux</os_name>
<os_version>2.6.19-1.2911.6.5.fc6</os_version>
<accelerators></accelerators>
</host_info>

Looking for a team ??? Join BoincSynergy!!


ID: 37810 · Rating: 0 · rate: Rate + / Rate - Report as offensive    Reply Quote

Message boards : Number crunching : Boinc 5.8.15 is out and odd



©2024 University of Washington
https://www.bakerlab.org