Welcome to MilkyWay@home

application optimized N Body

Message boards : Number crunching : application optimized N Body
Message board moderation

To post messages, you must log in.

AuthorMessage
Profile [AF>EDLS] Polynesia
Avatar

Send message
Joined: 5 Apr 09
Posts: 71
Credit: 6,120,786
RAC: 0
Message 45556 - Posted: 13 Jan 2011, 22:21:18 UTC

hello,

to when an application optimized for the subproject Nbody? thank you
Team Alliance francophone, boinc: 7.0.18

GA-P55-UD5, i7 860, Win 7 64 bits, 8g DDR3, GTX 470
ID: 45556 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
DJStarfox

Send message
Joined: 29 Sep 10
Posts: 54
Credit: 1,346,401
RAC: 122
Message 45565 - Posted: 14 Jan 2011, 20:41:22 UTC - in response to Message 45556.  
Last modified: 14 Jan 2011, 20:43:52 UTC

http://www.arkayn.us/milkyway/

After you install the optimized app above, just add the default stock application to your app_info.xml file. Here is mine for reference.

<app_info>
    <app><!-- Optimized app -->
        <name>milkyway</name>
        <user_friendly_name>MilkyWay@Home</user_friendly_name>
    </app>
    <file_info>
	<name>milkyway_0.18_sse4.2_x86_64-pc-linux-gnu</name>
	<executable/>
    </file_info>
    <app_version>
	<app_name>milkyway</app_name>
	<version_num>16</version_num>
	<file_ref>
	    <file_name>milkyway_0.18_sse4.2_x86_64-pc-linux-gnu</file_name>
	    <main_program/>
	</file_ref>
    </app_version>
    <app_version>
	<app_name>milkyway</app_name>
	<version_num>18</version_num>
	<file_ref>
	    <file_name>milkyway_0.18_sse4.2_x86_64-pc-linux-gnu</file_name>
	    <main_program/>
	</file_ref>
    </app_version>
    <app><!-- stock app for N-Body -->
        <name>milkyway_nbody</name>
        <user_friendly_name>MilkyWay@Home nbody Simulation</user_friendly_name>
    </app>
    <file_info>
        <name>milkyway_nbody_0.07_x86_64-pc-linux-gnu</name>
        <executable/>
    </file_info>
    <app_version>
        <app_name>milkyway_nbody</app_name>
        <version_num>7</version_num>
        <file_ref>
          <file_name>milkyway_nbody_0.07_x86_64-pc-linux-gnu</file_name>
          <main_program/>
        </file_ref>
    </app_version>
</app_info>
ID: 45565 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Profile [AF>EDLS] Polynesia
Avatar

Send message
Joined: 5 Apr 09
Posts: 71
Credit: 6,120,786
RAC: 0
Message 45568 - Posted: 14 Jan 2011, 22:26:10 UTC

There is no CPU optimized for windows ....
Team Alliance francophone, boinc: 7.0.18

GA-P55-UD5, i7 860, Win 7 64 bits, 8g DDR3, GTX 470
ID: 45568 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Profile banditwolf
Avatar

Send message
Joined: 12 Nov 07
Posts: 2425
Credit: 524,164
RAC: 0
Message 45569 - Posted: 14 Jan 2011, 23:05:19 UTC

The standard opti app is all that is needed, but the app_info file needs the nbody info added. They don't use a specific app themselves.
Doesn't expecting the unexpected make the unexpected the expected?
If it makes sense, DON'T do it.
ID: 45569 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Len LE/GE

Send message
Joined: 8 Feb 08
Posts: 261
Credit: 104,050,322
RAC: 0
Message 45570 - Posted: 14 Jan 2011, 23:24:45 UTC

There are no optimized apps for nbody.
All optimized apps are for separation WUs only; while they still work and give correct results, I expect them be outdated in the not so far future. The latest official separation app is v0.50 from Dec. 10.

The nbody app in the app_info.xml above is from Matt from Sept. 14, 2010.
The actual nbody app is milkyway_nbody_0.21_x86_64-pc-linux-gnu from Oct. 19.
I would update to this latest version even if the results of your v0.07 still validates against v0.21 results. There has been a lot of code cleanup between those 2 versions.
ID: 45570 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Profile arkayn
Avatar

Send message
Joined: 14 Feb 09
Posts: 999
Credit: 74,932,619
RAC: 0
Message 45571 - Posted: 15 Jan 2011, 1:02:30 UTC - in response to Message 45565.  

http://www.arkayn.us/milkyway/

After you install the optimized app above, just add the default stock application to your app_info.xml file. Here is mine for reference.


I removed the CPU apps from the site due to them being completely outdated. I only have the GPU Windows apps up currently.
ID: 45571 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
DJStarfox

Send message
Joined: 29 Sep 10
Posts: 54
Credit: 1,346,401
RAC: 122
Message 45572 - Posted: 15 Jan 2011, 1:11:26 UTC - in response to Message 45571.  

I removed the CPU apps from the site due to them being completely outdated. I only have the GPU Windows apps up currently.


I see that the source code in
http://milkyway.cs.rpi.edu/milkyway/download/code_release/

is also out of date at about the same time (version 0.19). Do you know where the latest source code is (version 0.50)?

Seems like the whole project is focusing on GPU and leaving us CPU crunchers out to dry.
ID: 45572 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Matt Arsenault
Volunteer moderator
Project developer
Project tester
Project scientist

Send message
Joined: 8 May 10
Posts: 576
Credit: 15,979,383
RAC: 0
Message 45573 - Posted: 15 Jan 2011, 2:54:00 UTC - in response to Message 45572.  

I removed the CPU apps from the site due to them being completely outdated. I only have the GPU Windows apps up currently.


I see that the source code in
http://milkyway.cs.rpi.edu/milkyway/download/code_release/

is also out of date at about the same time (version 0.19). Do you know where the latest source code is (version 0.50)?

Seems like the whole project is focusing on GPU and leaving us CPU crunchers out to dry.

I had no idea that existed. I put stuff here: http://milkyway.cs.rpi.edu/milkyway/download/src/
ID: 45573 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
DJStarfox

Send message
Joined: 29 Sep 10
Posts: 54
Credit: 1,346,401
RAC: 122
Message 45575 - Posted: 15 Jan 2011, 15:45:05 UTC - in response to Message 45573.  

I had no idea that existed. I put stuff here: http://milkyway.cs.rpi.edu/milkyway/download/src/

http://milkyway.cs.rpi.edu/milkyway/forum_forum.php?id=19
There are several sticky threads (in the Application Code Discussion forum) with the old link at the top.

Thanks for the updated link. Seems like there needs to be some forum thread cleanup.
ID: 45575 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Profile banditwolf
Avatar

Send message
Joined: 12 Nov 07
Posts: 2425
Credit: 524,164
RAC: 0
Message 45588 - Posted: 16 Jan 2011, 1:25:59 UTC - in response to Message 45572.  

is also out of date at about the same time (version 0.19). Do you know where the latest source code is (version 0.50)?

It jumped from .21 to .50 in a short time. Due to a few corrections in the newer app I believe.

Seems like the whole project is focusing on GPU and leaving us CPU crunchers out to dry.

Seems that way. For awhile in the beginning there was a lack of acceptance of GPUs.
Doesn't expecting the unexpected make the unexpected the expected?
If it makes sense, DON'T do it.
ID: 45588 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote

Message boards : Number crunching : application optimized N Body

©2024 Astroinformatics Group