Just something I've noticed: if you're using optimised apps then your app_info file won't have the data necessary for downloading and running the new nbody simulations. If you want to run these new WUs you'll need to add the information manually, which I've written below. (Both assume a Windows OS; other OSs are covered on the MW@h boards.)
32-bit
64-bit
These are CPU-only at the moment. Also, I don't think the 64-bit app actually runs in 64-bit mode yet.
For some reason BOINC couldn't find the download URL for the apps, so I had to do that manually as well. If this is the case for you, the required app can be downloaded from here; scroll down to the bottom of the page, download the appropriate nbody executable and place it in the Data\projects\milkyway.cs.rpi.edu_milkyway directory.
32-bit
Code:
<app>
<name>milkyway_nbody</name>
<user_friendly_name>MilkyWay@Home nbody Simulation</user_friendly_name>
</app>
<file_info>
<name>milkyway_nbody_0.03_windows_intelx86.exe</name>
<executable/>
</file_info>
<app_version>
<app_name>milkyway_nbody</app_name>
<version_num>3</version_num>
<file_ref>
<file_name>milkyway_nbody_0.03_windows_intelx86.exe</file_name>
<main_program/>
</file_ref>
<platform>windows_intelx86</platform>
</app_version>
64-bit
Code:
<app>
<name>milkyway_nbody</name>
</app>
<file_info>
<name>milkyway_nbody_0.03_windows_x86_64.exe</name>
<executable/>
</file_info>
<app_version>
<app_name>milkyway_nbody</app_name>
<version_num>3</version_num>
<file_ref>
<file_name>milkyway_nbody_0.03_windows_x86_64.exe</file_name>
<main_program/>
</file_ref>
</app_version>
These are CPU-only at the moment. Also, I don't think the 64-bit app actually runs in 64-bit mode yet.
For some reason BOINC couldn't find the download URL for the apps, so I had to do that manually as well. If this is the case for you, the required app can be downloaded from here; scroll down to the bottom of the page, download the appropriate nbody executable and place it in the Data\projects\milkyway.cs.rpi.edu_milkyway directory.
Last edited: