Need app_info.xml for optimized intel GPU clients

Message boards : Number crunching : Need app_info.xml for optimized intel GPU clients
Message board moderation

To post messages, you must log in.

AuthorMessage
Profile FalconFly
Avatar

Send message
Joined: 5 Oct 99
Posts: 394
Credit: 18,053,892
RAC: 0
Germany
Message 1548542 - Posted: 27 Jul 2014, 17:24:01 UTC
Last modified: 27 Jul 2014, 17:25:24 UTC

Hi there,

after the Lunatics 0.41 installer did give me the optimized clients for both CPU and NVidia GPU, it unfortunately also disabled a intel HD4000 GPU present in that system.

I found optimized clients for the intel GPU here :
http://www.arkayn.us/forum/index.php?action=tpmod;dl=cat105

However, I found out these do not come with any info how to incorporate them into my existing app_info.xml :(

I don't want to fool around without exactly knowing how to correctly implement them, as I know this trashes lots of workunits - especially since they come with several dependency files.
Last time I edited app_info.xml files was years ago and comparably easy since GPU clients with dependencies did not exist yet.

If anyone has the lines I need to add (both V7 MultiBeam and V6 astropulse), that would be appreciated.

Should there be better optmized Clients for the intel GPU, feel free to point me to those and their respective app_info.xml lines.
ID: 1548542 · Report as offensive
qbit
Volunteer tester
Avatar

Send message
Joined: 19 Sep 04
Posts: 630
Credit: 6,868,528
RAC: 0
Austria
Message 1548553 - Posted: 27 Jul 2014, 17:46:14 UTC

For AP (AP6_win_x86_SSE2_OpenCL_Intel_r2180):

<app>
        <name>astropulse_v6</name>
    </app>
    <file_info>
        <name>AP6_win_x86_SSE2_OpenCL_Intel_r2180.exe</name>
        <executable/>
    </file_info>
    <file_info>
        <name>libfftw3f-3.dll</name>
        <executable/>
    </file_info>
    <file_info>
        <name>ap_cmdline_win_x86_SSE2_OpenCL_Intel.txt</name>
    </file_info>
    <app_version>
        <app_name>astropulse_v6</app_name>
        <version_num>604</version_num>
        <platform>windows_intelx86</platform>
        <avg_ncpus>0.04</avg_ncpus>
        <max_ncpus>0.2</max_ncpus>
        <plan_class>opencl_intel_gpu_100</plan_class>
        	<cmdline></cmdline>	
        <coproc>
            <type>intel_gpu</type>
            <count>1</count>
        </coproc>
        <file_ref>
            <file_name>AP6_win_x86_SSE2_OpenCL_Intel_r2180.exe</file_name>
            <main_program/>
        </file_ref>
        <file_ref>
            <file_name>libfftw3f-3.dll</file_name>
        </file_ref>
        <file_ref>
            <file_name>ap_cmdline_win_x86_SSE2_OpenCL_Intel.txt</file_name>
            <open_name>ap_cmdline.txt</open_name>
        </file_ref>
    </app_version>





For MB (MB7_win_x86_SSE_OpenCL_Intel_r2170):

<app>
        <name>setiathome_v7</name>
    </app>
    <file_info>
        <name>MB7_win_x86_SSE_OpenCL_Intel_r2170.exe</name>
        <executable/>
    </file_info>
    <file_info>
        <name>libfftw3f-3.dll</name>
	<executable/>
    </file_info>
    <file_info>
        <name>mb_cmdline_win_x86_SSE_OpenCL_Intel.txt</name>
    </file_info>
    <app_version>
        <app_name>setiathome_v7</app_name>
        <version_num>703</version_num>
        <platform>windows_intelx86</platform>
        <avg_ncpus>0.04</avg_ncpus>
        <max_ncpus>0.2</max_ncpus>
        <plan_class>opencl_intel_gpu_sah</plan_class>
        	<cmdline></cmdline>	
	<coproc>
            <type>intel_gpu</type>
            <count>1</count>
        </coproc>
        <file_ref>
            <file_name>MB7_win_x86_SSE_OpenCL_Intel_r2170.exe</file_name>
            <main_program/>
        </file_ref>
        <file_ref>
            <file_name>libfftw3f-3.dll</file_name>
        </file_ref>
        <file_ref>
            <file_name>mb_cmdline_win_x86_SSE_OpenCL_Intel.txt</file_name>
            <open_name>mb_cmdline.txt</open_name>
        </file_ref>
    </app_version>





Add those lines at the end of your appinfo just before "</app_info>".

(Du musst diese Zeilen am Ende deiner appinfo-Datei einfügen, allerdings nicht ganz am Ende sondern vor der Zeile "</app_info>", denn diese muss immer ganz am Ende stehen.)
ID: 1548553 · Report as offensive
Profile FalconFly
Avatar

Send message
Joined: 5 Oct 99
Posts: 394
Credit: 18,053,892
RAC: 0
Germany
Message 1548565 - Posted: 27 Jul 2014, 18:08:10 UTC - in response to Message 1548553.  
Last modified: 27 Jul 2014, 18:39:13 UTC

Cool, thanks alot :)

(Nu kann ich der iGPU endlich wieder Feuer unter'm Hintern machen :D )

-- edit --

Well crap, they all got aborted, so that didn't work :(
I didn't have all additional files in the Directory, so I hope that was the error.

-- edit2 --

Now up & running :D
ID: 1548565 · Report as offensive

Message boards : Number crunching : Need app_info.xml for optimized intel GPU clients


 
©2024 University of California
 
SETI@home and Astropulse are funded by grants from the National Science Foundation, NASA, and donations from SETI@home volunteers. AstroPulse is funded in part by the NSF through grant AST-0307956.