Intel_GPU & app_config

Message boards : Number crunching : Intel_GPU & app_config
Message board moderation

To post messages, you must log in.

AuthorMessage
Profile Cliff Harding
Volunteer tester
Avatar

Send message
Joined: 18 Aug 99
Posts: 1432
Credit: 110,967,840
RAC: 67
United States
Message 1713605 - Posted: 15 Aug 2015, 21:26:17 UTC
Last modified: 15 Aug 2015, 21:26:47 UTC

I'm attempting to do some testing utilizing my Intel_gpu (HD5600) in conjunction with Lunatics 0.43b in regards to the ongoing CPU starvation with multi GPUs. Right now the Intel_gpu is configured with the default(.5 CPU & .33 GPU). How do I modify my current app_config.xml to allow only .4 CPU & .5 GPU, using plan_class? I don't want to go through the problem of editing the app_info.xml, very messy, if possible.

<app_config>
<app>
<name>setiathome_v7</name>
<gpu_versions>
<gpu_usage>.33</gpu_usage>
<cpu_usage>.5</cpu_usage>
</gpu_versions>
</app>
<app>
<name>astropulse_v7</name>
<gpu_versions>
<gpu_usage>.5</gpu_usage>
<cpu_usage>.5</cpu_usage>
</gpu_versions>
</app>
</app_config>


I don't buy computers, I build them!!
ID: 1713605 · Report as offensive
Profile HAL9000
Volunteer tester
Avatar

Send message
Joined: 11 Sep 99
Posts: 6534
Credit: 196,805,888
RAC: 57
United States
Message 1714417 - Posted: 17 Aug 2015, 12:31:32 UTC

You can get the plan class names from the list of Applications

For an iGPU running in Windows the configuration would look something like this.
<app_config>
	<app_version>
		<app_name>astropulse_v7</app_name>
		<plan_class>opencl_intel_gpu_102</plan_class>
		<ngpus>1.0</ngpus>
		<avg_ncpus>0.1</avg_ncpus>
	</app_version>
	<app_version>
		<app_name>setiathome_v7</app_name>
		<plan_class>opencl_intel_gpu_sah</plan_class>
		<ngpus>1.0</ngpus>
		<avg_ncpus>0.1</avg_ncpus>
	</app_version>
</app_config>

SETI@home classic workunits: 93,865 CPU time: 863,447 hours
Join the [url=http://tinyurl.com/8y46zvu]BP6/VP6 User Group[
ID: 1714417 · Report as offensive

Message boards : Number crunching : Intel_GPU & app_config


 
©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.