View previous topic :: View next topic |
Author |
Message |
LanDroid Prince


Joined: 11 Jun 2002 Posts: 4476 Location: Cincinnati, OH U.S.
|
Posted: Thu Jan 16, 2014 11:07 pm Post subject: |
|
|
We passed Taiwan and will pass TeAm AnandTech any minute now. We should be able to fish-slap Norway again in a few days.
KWSN is currently in 17th place, but RAC is 5th.
AsterStones:
dow 6,000,000
Rick A. Sponholz 5,000,000
Gemjunkie[TeaM] 2,500,000
John Galt 007 2,000,000
Phil Buglass 650,000
Sir Mifun Fat in a Right Place 600,000
Maul555 550,000
Pooh Bear 27 550,000
Sir Stooper 450,000
lvanst 350,000
PhastPhred 300,000
Sir Scott 300,000
branjo 200,000
Wabbit98 150,000
Plomos 90,000
shen-tzu 40,000
Housekeeper of Camelot 20,000
MagpieMafia 10,000
Don Ross 9,000 |
|
Back to top |
|
 |
JumpinJohnny Prince


Joined: 28 Mar 2013 Posts: 1247 Location: Western New Hamster
|
Posted: Thu Jan 16, 2014 11:24 pm Post subject: |
|
|
I shall feed the "special food" to the hamsters who power my computer.
Even though I can't get the wife's Android to cooperate, I'll keep the Asteroids bouncing in my little desktop through months end. (Hamsters willing)
 |
|
Back to top |
|
 |
Pooh Bear 27 Prince


Joined: 28 Jan 2005 Posts: 1358 Location: Fond du Lac, WI
|
Posted: Fri Jan 17, 2014 5:00 am Post subject: |
|
|
Anyone using the app_info to run different applications on this? I notice they hand out kind of randomly and since BOINC cannot detect AVX you need a app_info to use it.
Currently one of my AVX boxes is running SSE2 and the other SSE3. I do not see a real speed difference (both machines are 3.4G. I suspect the AVX may have some speed increase, but how much? _________________ Watch the movie about me The 4-1-4s: The Original Teenage Hackers (It is only about 12 minutes long.)
My lucky numbers are 121*2^4553899-1 and 3756801695685*2^666669±1
 |
|
Back to top |
|
 |
LanDroid Prince


Joined: 11 Jun 2002 Posts: 4476 Location: Cincinnati, OH U.S.
|
Posted: Fri Jan 17, 2014 6:16 am Post subject: |
|
|
How can you tell if a system supports AVX? _________________ [img]http://stats.free-dc.org/cpidtagb.php?cpid=6533a276b3a1dde393be350eb3cfda70&theme=16&cols=5/.png[/img]
[img]http://stats.free-dc.org/badgesbanner.php?cpid=6533a276b3a1dde393be350eb3cfda70/.png[/img] |
|
Back to top |
|
 |
Pooh Bear 27 Prince


Joined: 28 Jan 2005 Posts: 1358 Location: Fond du Lac, WI
|
Posted: Fri Jan 17, 2014 6:36 am Post subject: |
|
|
LanDroid wrote: | How can you tell if a system supports AVX? |
Intel 2nd Gen and beyond processors support AVX correctly. There are some ATI that claim they have it, but does not work as expected for projects.
So if your I3/5/7 has 4 digits it supports AVX (2000, 3000, 4000). _________________ Watch the movie about me The 4-1-4s: The Original Teenage Hackers (It is only about 12 minutes long.)
My lucky numbers are 121*2^4553899-1 and 3756801695685*2^666669±1
 |
|
Back to top |
|
 |
PhastPhred Prince


Joined: 22 Mar 2006 Posts: 6017 Location: Northwest AR (USA)
|
Posted: Fri Jan 17, 2014 8:16 am Post subject: |
|
|
CPU-Z tells us if our CPU is sse2 or sse3 capable - Is there something I am missing here?
I don't see an AVX on CPU-Z nor GPU-Z  _________________
 |
|
Back to top |
|
 |
Yankton Prince


Joined: 27 Sep 2008 Posts: 1702 Location: California
|
Posted: Fri Jan 17, 2014 9:00 am Post subject: |
|
|
AVX should show in the instruction set list of cpu-z if the cpu has it. gpu-z is only for video cards so you won't see avx listed there at all. Only the latest cpus support it _________________ Some days are worse than others. |
|
Back to top |
|
 |
Yankton Prince


Joined: 27 Sep 2008 Posts: 1702 Location: California
|
Posted: Fri Jan 17, 2014 9:07 am Post subject: |
|
|
Pooh Bear, I pulled this from the asteroids forum. Trim out the parts you don't want for whatever shrubber you put it on. Forum posters report what looks like 10-15% decrease in time using avx over sse3 on the same box. Make sure you have the apps downloaded before setting this in motion.
Code: | <app_info>
<app>
<name>period_search</name>
<user_friendly_name>Asteroids</user_friendly_name>
</app>
<!-- SSE2 -->
<file_info>
<name>period_search_10210_windows_x86_64__sse2.exe</name>
<executable/>
</file_info>
<app_version>
<app_name>period_search</app_name>
<version_num>1021</version_num>
<avg_ncpus>1.00</avg_ncpus>
<max_ncpus>1.00</max_ncpus>
<plan_class>sse2</plan_class>
<file_ref>
<file_name>period_search_10210_windows_x86_64__sse2.exe</file_name>
<main_program/>
</file_ref>
</app_version>
<!-- SSE3 -->
<file_info>
<name>period_search_10210_windows_x86_64__sse3.exe</name>
<executable/>
</file_info>
<app_version>
<app_name>period_search</app_name>
<version_num>1021</version_num>
<avg_ncpus>1.00</avg_ncpus>
<max_ncpus>1.00</max_ncpus>
<plan_class>sse3</plan_class>
<file_ref>
<file_name>period_search_10210_windows_x86_64__sse3.exe</file_name>
<main_program/>
</file_ref>
</app_version>
<!-- AVX -->
<file_info>
<name>period_search_10210_windows_x86_64__avx.exe</name>
<executable/>
</file_info>
<app_version>
<app_name>period_search</app_name>
<version_num>1021</version_num>
<avg_ncpus>1.00</avg_ncpus>
<max_ncpus>1.00</max_ncpus>
<plan_class>avx</plan_class>
<file_ref>
<file_name>period_search_10210_windows_x86_64__avx.exe</file_name>
<main_program/>
</file_ref>
</app_version>
<!-- CUDA -->
<file_info>
<name>period_search_10100_windows_x86_64__cuda55.exe</name>
<executable/>
</file_info>
<file_info>
<name>cudart64_55.dll</name>
</file_info>
<app_version>
<app_name>period_search</app_name>
<version_num>1010</version_num>
<avg_ncpus>0.05</avg_ncpus>
<max_ncpus>1.00</max_ncpus>
<plan_class>cuda55</plan_class>
<file_ref>
<file_name>period_search_10100_windows_x86_64__cuda55.exe</file_name>
<main_program/>
</file_ref>
<file_ref>
<file_name>cudart64_55.dll</file_name>
<copy_file/>
</file_ref>
<coproc>
<type>CUDA</type>
<count>1.000000</count>
</coproc>
</app_version>
</app_info> |
_________________ Some days are worse than others. |
|
Back to top |
|
 |
Pooh Bear 27 Prince


Joined: 28 Jan 2005 Posts: 1358 Location: Fond du Lac, WI
|
Posted: Fri Jan 17, 2014 12:54 pm Post subject: |
|
|
I installed the AVX config and pulled down the AVX executable. It is saving me a few hundred seconds off a unit. Not a lot of additional time, but over time it will make some difference. Just the hassle of implementing it on the boxes was the worst part.
Plus I lost 4 units because of a mistake.
Oh well, c'est la vie. It's running that way for now. _________________ Watch the movie about me The 4-1-4s: The Original Teenage Hackers (It is only about 12 minutes long.)
My lucky numbers are 121*2^4553899-1 and 3756801695685*2^666669±1
 |
|
Back to top |
|
 |
branjo Prince


Joined: 05 Jan 2006 Posts: 746 Location: Slovakia
|
Posted: Fri Jan 17, 2014 1:30 pm Post subject: |
|
|
I have gotten a few avx'es on my Mac OS X, but IIRC there were not (much) faster than sse's. I think I have read on AAH forum, that avx'es are significantly faster only when shrubbed with Haswells
 _________________
  
 |
|
Back to top |
|
 |
Pooh Bear 27 Prince


Joined: 28 Jan 2005 Posts: 1358 Location: Fond du Lac, WI
|
Posted: Fri Jan 17, 2014 5:13 pm Post subject: |
|
|
I have both an Ivy (3rd Gen) and Haswell (4th Gen) Intel machines. Neither one had much of a speed up.
Ivy
SSE2 ran about 5500-6500
SSE3 non ran
AVX ran about 5200-5800
Haswell
SSE2 ran about 5500-5900
SSE3 ran about 5700-6200
AVX ran about 4800-5500
So the Haswell did better on both SSE2 and AVX, but not a lot.
These are small samplings because I just started doing this work since yesterday, but it's a good general idea. _________________ Watch the movie about me The 4-1-4s: The Original Teenage Hackers (It is only about 12 minutes long.)
My lucky numbers are 121*2^4553899-1 and 3756801695685*2^666669±1
 |
|
Back to top |
|
 |
PhastPhred Prince


Joined: 22 Mar 2006 Posts: 6017 Location: Northwest AR (USA)
|
Posted: Fri Jan 24, 2014 12:00 pm Post subject: |
|
|
Quote: | There is going to be another server upgrade on Monday 27.01.2014 starting at 07:30 UTC. RAID array and filesystem will have to be adjusted so it will take more time. Server will be offline approximately 3 days. I assume being online on Wednesday 29.01.2014 till 11:00 UTC. If there will be more delay I will inform about it on twitter. |
_________________
 |
|
Back to top |
|
 |
Killerrabbit Major Oblivion


Joined: 23 May 2002 Posts: 4656 Location: in a rabbit hole near you!!
|
Posted: Sat Jan 25, 2014 11:38 am Post subject: |
|
|
Great so how can I warn them of apporaching asteroids during those days? _________________
 |
|
Back to top |
|
 |
LanDroid Prince


Joined: 11 Jun 2002 Posts: 4476 Location: Cincinnati, OH U.S.
|
Posted: Sun Jan 26, 2014 7:54 am Post subject: |
|
|
Looks like we need to finish up all WU's today prior to the shutdown.
KWSN passed Team Astronomy.Ru.Forum and could pass Team Russia if it weren't for this server upgrade.
'Stones:
The Knights Who Say Ni! 40,000,000
dow 8,500,000
John Galt 007 3,500,000
Gemjunkie[TeaM] 3,000,000
Pooh Bear 27 950,000
JumpinJohnny 800,000
Sir Mifun Fat in a Right Place 700,000
LanDroid 700,000
Sir Stooper 700,000
lvanst 600,000
branjo 450,000
Trusty Steed, Patsy 400,000
Yankton 400,000
Wabbit98 200,000
Housekeeper of Camelot 100,000
Plomos 100,000
AstroBenn99 90,000
David 70,000
Finesse 60,000
multijumper 60,000
shen-tzu 60,000
MagpieMafia 40,000
Don Ross 10,000
Colleen 10,000
Timo 9,000
doubi17 6,000
Janusz 500 |
|
Back to top |
|
 |
Pooh Bear 27 Prince


Joined: 28 Jan 2005 Posts: 1358 Location: Fond du Lac, WI
|
|
Back to top |
|
 |
PhastPhred Prince


Joined: 22 Mar 2006 Posts: 6017 Location: Northwest AR (USA)
|
Posted: Wed Jan 29, 2014 1:22 pm Post subject: |
|
|
LanDroid wrote: | Looks like we need to finish up all WU's today prior to the shutdown.
KWSN passed Team Astronomy.Ru.Forum and could pass Team Russia if it weren't for this server upgrade.
'Stones:
The Knights Who Say Ni! 40,000,000
dow 8,500,000
John Galt 007 3,500,000
Gemjunkie[TeaM] 3,000,000
Pooh Bear 27 950,000
JumpinJohnny 800,000
Sir Mifun Fat in a Right Place 700,000
LanDroid 700,000
Sir Stooper 700,000
lvanst 600,000
branjo 450,000
Trusty Steed, Patsy 400,000
Yankton 400,000
>> [KWSN] PhastPhred 318,480 <<
Wabbit98 200,000
Housekeeper of Camelot 100,000
Plomos 100,000
AstroBenn99 90,000
David 70,000
Finesse 60,000
multijumper 60,000
shen-tzu 60,000
MagpieMafia 40,000
Don Ross 10,000
Colleen 10,000
Timo 9,000
doubi17 6,000
Janusz 500 |
OK, I added a line...  _________________
 |
|
Back to top |
|
 |
Pooh Bear 27 Prince


Joined: 28 Jan 2005 Posts: 1358 Location: Fond du Lac, WI
|
|
Back to top |
|
 |
Pooh Bear 27 Prince


Joined: 28 Jan 2005 Posts: 1358 Location: Fond du Lac, WI
|
|
Back to top |
|
 |
Blurf Prince

Joined: 03 Jan 2011 Posts: 1090 Location: Upstate NY
|
Posted: Sun Feb 23, 2014 10:17 pm Post subject: |
|
|
From their twitter feed:
Quote: | Due to some problems with aplying certificates server will be offline till Monday morning. Unfortunatelly SSH access is cut off. |
_________________
 |
|
Back to top |
|
 |
|