• Welcome to BOINC@AUSTRALIA FORUM.

News:

OK that was a fail.  Just spent four hours loading a fresh install of smf and still could not get the mail to run  That is the only problem so far with this install so I am leaving this one as the production install.

Sorry for the delay confusion, but I have had a gut full of Simple Machines Forum software.

Please let me know if you find anything other than mail not working with a PM..

Main Menu

Optimised apps??

Started by veebee, March 18, 2011, 11:08:56 PM


kashi

#1
Are you talking about optimised CPU applications? There used to beta applications a while ago but I don't think there are any now.

Or are you looking for an app_info.xml file to allow you to run more than one CUDA task concurrently on your GTX275 using the Windows/x86 1.07 (BRP3cuda32) application? I'm not sure whether you wish to run Einstein CPU as well as GPU tasks but there are some app_info.xml files in this thread.

Unless I've made a booboo, a current one should look something like below. If it doesn't work, those doing Einstein CUDA may be better informed to advise you. You will need to change the count parameter to suit how many CUDA tasks you wish to run concurrently on GTX275:
Default <count>1.000000</count> runs 1 task
<count>0.5</count> runs 2 tasks
<count>0.33</count> runs 3 tasks


<app_info>
<app>
<name>einstein_S5GC1HF</name>
<user_friendly_name>Global Correlations S5 HF search #1</user_friendly_name>
</app>
<file_info>
<name>einstein_S5GC1HF_3.06_windows_intelx86__S5GCESSE2.exe</name>
<executable/>
</file_info>
<file_info>
<name>einstein_S5R6_3.01_graphics_windows_intelx86.exe</name>
<executable/>
</file_info>

<app_version>
<app_name>einstein_S5GC1HF</app_name>
<version_num>306</version_num>
<platform>windows_intelx86</platform>
<avg_ncpus>1.000000</avg_ncpus>
<max_ncpus>1.000000</max_ncpus>
<plan_class>S5GCESSE2</plan_class>
<api_version>6.13.0</api_version>
<file_ref>
<file_name>einstein_S5GC1HF_3.06_windows_intelx86__S5GCESSE2.exe</file_name>
<main_program/>
</file_ref>
<file_ref>
<file_name>einstein_S5R6_3.01_graphics_windows_intelx86.exe</file_name>
<open_name>graphics_app</open_name>
</file_ref>
</app_version>

<app>
<name>einsteinbinary_BRP3</name>
<user_friendly_name>Binary Radio Pulsar Search</user_friendly_name>
</app>
<file_info>
<name>einsteinbinary_BRP3_1.07_windows_intelx86__BRP3cuda32.exe</name>
<executable/>
</file_info>
<file_info>
<name>einsteinbinary_BRP3_1.00_graphics_windows_intelx86.exe</name>
<executable/>
</file_info>
<file_info>
<name>cudart_xp32_32_16.dll</name>
<executable/>
</file_info>
<file_info>
<name>cufft_xp32_32_16.dll</name>
<executable/>
</file_info>
<file_info>
<name>db.dev.win.3d35195e</name>
</file_info>
<file_info>
<name>dbhs.dev.win.3d35195e</name>
</file_info>

<app_version>
<app_name>einsteinbinary_BRP3</app_name>
<version_num>107</version_num>
<platform>windows_intelx86</platform>
<avg_ncpus>0.200000</avg_ncpus>
<max_ncpus>1.000000</max_ncpus>
<plan_class>BRP3cuda32</plan_class>
<api_version>6.13.0</api_version>
<file_ref>
<file_name>einsteinbinary_BRP3_1.07_windows_intelx86__BRP3cuda32.exe</file_name>
<main_program/>
</file_ref>
<file_ref>
<file_name>cudart_xp32_32_16.dll</file_name>
<open_name>cudart32_32_16.dll</open_name>
<copy_file/>
</file_ref>
<file_ref>
<file_name>cufft_xp32_32_16.dll</file_name>
<open_name>cufft32_32_16.dll</open_name>
<copy_file/>
</file_ref>
<file_ref>
<file_name>einsteinbinary_BRP3_1.00_graphics_windows_intelx86.exe</file_name>
<open_name>graphics_app</open_name>
</file_ref>
<file_ref>
<file_name>db.dev.win.3d35195e</file_name>
<open_name>db.dev</open_name>
<copy_file/>
</file_ref>
<file_ref>
<file_name>dbhs.dev.win.3d35195e</file_name>
<open_name>dbhs.dev</open_name>
<copy_file/>
</file_ref>
<coproc>
<type>CUDA</type>
<count>1.000000</count>
</coproc>
<gpu_ram>314572800.000000</gpu_ram>
</app_version>
</app_info>

"As always, should you, or any of your BOINC Force, be caught or killed, the Secretary will disavow any knowledge of the matter. This message will self-destruct in five seconds.
Good luck, John."    :boom:

Edit: Removed unnecessary </file_info> tag.