• Welcome to TechPowerUp Forums, Guest! Please check out our forum guidelines for info related to our community.
  • The forums have been upgraded with support for dark mode. By default it will follow the setting on your system/browser. You may override it by scrolling to the end of the page and clicking the gears icon.

Guide to running multiple GPU work units

Awesome :rockout:

Set my cruncher to "No new tasks" to help clear all the WU before putting the app_info back in. Might be a good time to sort out the neglected SSD and say goodbye to this 5400k drive

How dare you leave that helpless little ssd all alone? You gotta put it to good use ASAP!
I'll be doing the same thing later this evening, getting the rig ready for some heavy lifting :toast:
 
I cant get this to work i put the file where i think it should go and followed the steps but its still just running 1GPU WU.
 
I cant get this to work i put the file where i think it should go and followed the steps but its still just running 1GPU WU.

Where are you putting it? What are the contents of your file? Did you follow the step-by-step instructions in the OP? What does the log file in BOINC say?
 
I will look into it tomorrow this is just way over my head atm lol.
 
I will look into it tomorrow this is just way over my head atm lol.

No problem. This was something that also took me a little while to figure out--it certainly doesn't always work right away :ohwell:
 
Which AMD drivers are you folks using? I haven't used AMD (ATI) since my 2 4870's...
 
Got it thanks:)


Capture012689.jpg
 
That looks good! A shame you're limited to only one WU on the HD7770, but it's still certainly better than nothing :toast:
 
FYI- Check the WCG website- I believe that OldChap from Extreme Systems has put together a master app_info file that allows you to run any project on it (i.e. all of the code is there- pick and choose as necessary).

I haven't tried it but it is most likely that I will this afternoon... been looking to utilize my rigs for all cores/multi gpu/multi projects :cool:

Here's a useful link:
http://www.xtremesystems.org/forums/showthread.php?283509-Working-app_info-files

:toast:
 
FYI- Check the WCG website- I believe that OldChap from Extreme Systems has put together a master app_info file that allows you to run any project on it (i.e. all of the code is there- pick and choose as necessary).

I haven't tried it but it is most likely that I will this afternoon... been looking to utilize my rigs for all cores/multi gpu/multi projects :cool:

Here's a useful link:
http://www.xtremesystems.org/forums/showthread.php?283509-Working-app_info-files

:toast:

Awesome, thanks for keeping us posted! :respect:
 
Just set up for GPU work units; they sure go fast. Only have a 480 but it should help my numbers. I'm also in the progress of putting together an i7-3770k system, so hopefully I can start climbing up the ranks again.
 
Trying the All project app_info that OldChap @ XS made on my main rig (modded it for 4 gpu's on 2 cores, other projects on the remaining 6 cores)

Pic:
4 gpus running.jpg


..... i.e. projects running on 10 cores :rockout:

Let's see how this works out :pimp:
 
Ooh, so you're only giving them half a core each--clever! :toast:
Let me know how that works--I'd be interested to get 10 WUs going on each i7 :)
 
Ooh, so you're only giving them half a core each--clever! :toast:
Let me know how that works--I'd be interested to get 10 WUs going on each i7 :)

If this works out OK then I'll add a 2nd gpu wu to the FX-8150/6870 Hawk rig too (2 gpu wu's + 6 or more regular project wu's should bring a nice boost to that rig) :toast:
 
Trying the All project app_info that OldChap @ XS made on my main rig (modded it for 4 gpu's on 2 cores, other projects on the remaining 6 cores)

Pic:
http://img.techpowerup.org/121125/4 gpus running.jpg

..... i.e. projects running on 10 cores :rockout:

Let's see how this works out :pimp:

If this works out OK then I'll add a 2nd gpu wu to the FX-8150/6870 Hawk rig too (2 gpu wu's + 6 or more regular project wu's should bring a nice boost to that rig) :toast:

That is a great way to go. You can run some nice GPU WU's and not waste the remaining thread/cores. I like it. I'm going to keep it in mind ; I can't use it right now but it may defintely come in handy in the future. Thanks!
 
Here's the app-info I'm using on the FX-8320/7870 rig (4x HCC gpu wu's (0.5 cpu +0.25 gpu) plus 6 cores on other projects)

Has been running w/o issue on the rig for the past 24hrs :toast:

*Note- All NVidia app_info code has been removed from this version (I didn't need it)


Code:
	<app_info>
2.	
3.	<! I find comments inside the actual XML to be helpful -->
4.	
5.	
6.	<!-- Start of the HCC app definition -->
7.	<!--if you are running either or both HCC on CPU and GPU you only need to list the app 1 time -->
8.	   <app>
9.	      <name>hcc1</name>
10.	      <user_friendly_name>XtremeSystems Crunches Cancer</user_friendly_name>
11.	   </app>
12.	<! End of the HCC app definition -->
13.	
14.	
15.	<!-- Start of files required for HCC CPU -->
16.	   <file_info>
17.	      <name>wcg_hcc1_img_7.05_windows_intelx86</name>
18.	      <executable/>
19.	   </file_info>
20.	<!-- End of files required for HCC CPU -->
21.	
22.	
23.	<!-- Start of files required for HCC GPU -->
24.	   <file_info>
25.	      <name>wcg_hcc1_img_7.05_windows_intelx86__ati_hcc1</name>
26.	      <executable/> 
27.	   </file_info>
28.	   <file_info>
29.	      <name>hcckernel.cl.7.05</name>
30.	      <executable/>
31.	   </file_info>
32.	<!-- End of files required for HCC GPU -->
33.	
34.	
35.	<!-- Start of app_version for HCC CPU -->
36.	<!-- I added the flops tag to help BOINC calculate better estimates -->
37.	   <app_version>
38.	      <app_name>hcc1</app_name>
39.	      <version_num>705</version_num>
40.	      <platform>windows_intelx86</platform>
41.	      <avg_ncpus>1.000000</avg_ncpus>
42.	      <max_ncpus>1.000000</max_ncpus>
43.	      <flops>3250000000.000000</flops>
44.	      <file_ref>
45.	         <file_name>wcg_hcc1_img_7.05_windows_intelx86</file_name>
46.	         <main_program/>
47.	      </file_ref>
48.	   </app_version>
49.	<!-- End of app info for HCC CPU -->
50.	
51.	
52.	<!-- Start of app_version for HCC GPU -->
53.	<!-- I added the flops tag to help BOINC calculate better estimates -->
54.	   <app_version>
55.	      <app_name>hcc1</app_name>
56.	      <version_num>705</version_num>
57.	      <platform>windows_intelx86</platform>
58.	      <plan_class>ati_hcc1</plan_class>
59.	      <avg_ncpus>0.5000000</avg_ncpus>
60.	      <max_ncpus>2.000000</max_ncpus>
61.	      <flops>30000000000.000000</flops>
62.	      <coproc>
63.	         <type>ATI</type>
64.	         <count>0.250000</count>
65.	      </coproc>
66.	      <file_ref>
67.	          <file_name>wcg_hcc1_img_7.05_windows_intelx86__ati_hcc1</file_name>
68.	          <main_program/>
69.	      </file_ref>
70.	      <file_ref>
71.	         <file_name>hcckernel.cl.7.05</file_name>
72.	         <open_name>hcckernel.cl</open_name>
73.	      </file_ref>
74.	   </app_version>
75.	<!-- End of app info for HCC GPU --> 
76.	
77.	
78.	
79.	______________________________________________________________________________
80.	
81.	<app>
82.	    <name>gfam</name>
83.	    <user_friendly_name>GO Fight Against Malaria</user_friendly_name>
84.	</app>
85.	
86.	   <file_info>
87.	      <name>wcgrid_gfam_vina_6.12_windows_x86_64</name>
88.	      <executable/>
89.	   </file_info> 
90.	   <file_info>
91.	      <name>wcgrid_gfam_vina_prod_x86_64.exe.6.12</name>
92.	      <executable/>
93.	   </file_info>
94.	   <file_info>
95.	      <name>wcgrid_gfam_gfx_prod_x86_64.exe.6.12</name>
96.	       <executable/>
97.	   </file_info>
98.	
99.	<app_version>
100.	    <app_name>gfam</app_name>
101.	    <version_num>612</version_num>
102.	    <platform>windows_x86_64</platform>
103.	    <avg_ncpus>1.0</avg_ncpus>
104.	    <max_ncpus>1.0</max_ncpus>
105.	    <flops>3347548492.458962</flops>
106.	    <api_version>7.1.0</api_version>
107.	    <file_ref>
108.	        <file_name>wcgrid_gfam_vina_6.12_windows_x86_64</file_name>
109.	        <main_program/>
110.	    </file_ref>
111.	    <file_ref>
112.	         <file_name>wcgrid_gfam_vina_prod_x86_64.exe.6.12</file_name>
113.	          <open_name>AutoDockVina64.exe</open_name>
114.	     </file_ref>
115.	     <file_ref>
116.	         <file_name>wcgrid_gfam_gfx_prod_x86_64.exe.6.12</file_name>
117.	          <open_name>graphics_app</open_name>
118.	     </file_ref>
119.	</app_version>
120.	
121.	<app_version>
122.	    <app_name>gfam</app_name>
123.	    <version_num>612</version_num>
124.	    <platform>windows_intelx86</platform>
125.	    <avg_ncpus>1.000000</avg_ncpus>
126.	    <max_ncpus>1.000000</max_ncpus>
127.	    <flops>3347548492.458962</flops>
128.	    <api_version>7.1.0</api_version>
129.	    <file_ref>
130.	        <file_name>wcgrid_gfam_vina_6.12_windows_x86_64</file_name>
131.	        <main_program/>
132.	    </file_ref>
133.	    <file_ref>
134.	         <file_name>wcgrid_gfam_vina_prod_x86_64.exe.6.12</file_name>
135.	          <open_name>AutoDockVina64.exe</open_name>
136.	     </file_ref>
137.	     <file_ref>
138.	         <file_name>wcgrid_gfam_gfx_prod_x86_64.exe.6.12</file_name>
139.	          <open_name>graphics_app</open_name>
140.	     </file_ref>
141.	</app_version>
142.	
143.	__________________________________________________________________________
144.	
145.	
146.	<app>
147.		<name>cep2</name>
148.		<user_friendly_name>The Clean Energy Project - Phase 2</user_friendly_name>
149.	</app>
150.	<file_info>
151.		<name>wcgrid_cep2_6.40_windows_intelx86</name>
152.		<executable/>
153.	</file_info>
154.	<file_info>
155.		<name>wcgrid_cep2_qchem_6.40_windows_intelx86</name>
156.		<executable/>
157.	</file_info>
158.	<file_info>
159.		<name>wcgrid_cep2_graphics_6.40_windows_intelx86</name>
160.		<executable/>
161.	</file_info>
162.	<file_info>
163.		<name>cep2_qcaux_6.40.zip</name>
164.	</file_info>
165.	<file_info>
166.	    <name>cep2_images_6.40.zip</name>
167.	</file_info>
168.	<app_version>
169.	    <app_name>cep2</app_name>
170.	    <version_num>640</version_num>
171.	    <platform>windows_intelx86</platform>
172.	    <avg_ncpus>1.000000</avg_ncpus>
173.	    <max_ncpus>1.000000</max_ncpus>
174.	    <flops>1982909446.217418</flops>
175.	    <api_version>6.11.7</api_version>
176.	    <file_ref>
177.	        <file_name>wcgrid_cep2_6.40_windows_intelx86</file_name>
178.	        <main_program/>
179.	    </file_ref>
180.	    <file_ref>
181.	        <file_name>wcgrid_cep2_qchem_6.40_windows_intelx86</file_name>
182.	        <open_name>wcgrid_cep2_qchem_prod_linux.x86</open_name>
183.	    </file_ref>
184.	    <file_ref>
185.	        <file_name>wcgrid_cep2_graphics_6.40_windows_intelx86</file_name>
186.	        <open_name>graphics_app</open_name>
187.	    </file_ref>
188.	    <file_ref>
189.	        <file_name>cep2_images_6.40.zip</file_name>
190.	        <open_name>Cep2_images.zip</open_name>
191.	    </file_ref>
192.	    <file_ref>
193.	        <file_name>cep2_qcaux_6.40.zip</file_name>
194.	        <open_name>qcaux2.zip</open_name>
195.	    </file_ref>
196.	</app_version>
197.	
198.	______________________________________________________________________________
199.	
200.	<app>
201.	    <name>faah</name>
202.	    <user_friendly_name>FightAIDS@Home</user_friendly_name>
203.	</app>
204.	<file_info>
205.	    <name>wcg_faah_autodock_6.40_windows_intelx86</name>
206.	    <executable/>
207.	</file_info>
208.	<file_info>
209.	    <name>wcg_faah_autodock_graphics_6.40_windows_intelx86</name>
210.	    <executable/>
211.	</file_info>
212.	<file_info>
213.	    <name>faah_protease_6.40.dat</name>
214.	</file_info>
215.	<file_info>
216.	    <name>faah_image_6.40.tga</name>
217.	</file_info>
218.	<app_version>
219.	    <app_name>faah</app_name>
220.	    <version_num>640</version_num>
221.	    <platform>windows_intelx86</platform>
222.	    <avg_ncpus>1.000000</avg_ncpus>
223.	    <max_ncpus>1.000000</max_ncpus>
224.	    <flops>3894434573.022523</flops>
225.	    <api_version>6.3.3</api_version>
226.	    <file_ref>
227.	        <file_name>wcg_faah_autodock_6.40_windows_intelx86</file_name>
228.	        <main_program/>
229.	    </file_ref>
230.	    <file_ref>
231.	        <file_name>wcg_faah_autodock_graphics_6.40_windows_intelx86</file_name>
232.	        <open_name>graphics_app</open_name>
233.	    </file_ref>
234.	    <file_ref>
235.	        <file_name>faah_protease_6.40.dat</file_name>
236.	        <open_name>protease.dat</open_name>
237.	    </file_ref>
238.	    <file_ref>
239.	        <file_name>faah_image_6.40.tga</file_name>
240.	        <open_name>wc_grid_s1b2.tga</open_name>
241.	    </file_ref>
242.	</app_version>
243.	
244.	_______________________________________________________________________
245.	
246.	<app>
247.	    <name>hpf2</name>
248.	    <user_friendly_name>Human Proteome Folding - Phase 2</user_friendly_name>
249.	</app>
250.	<file_info>
251.	    <name>wcg_hpf2_rosetta_6.40_windows_intelx86</name>
252.	    <executable/>
253.	</file_info>
254.	<file_info>
255.	    <name>wcg_hpf2_6.40.tga</name>
256.	    <executable/>
257.	</file_info>
258.	<file_info>
259.	    <name>wcg_hpf2_rosetta_graphics_6.40_windows_intelx86</name>
260.	    <executable/>
261.	</file_info>
262.	<file_info>
263.	    <name>hpf2_6.40_win_paths.txt</name>
264.	    <executable/>
265.	</file_info>
266.	
267.	<app_version>
268.	    <app_name>hpf2</app_name>
269.	    <version_num>640</version_num>
270.	    <platform>windows_intelx86</platform>
271.	    <avg_ncpus>1.000000</avg_ncpus>
272.	    <max_ncpus>1.000000</max_ncpus>
273.	    <flops>3570131549.238372</flops>
274.	    <api_version>6.3.3</api_version>
275.	    <file_ref>
276.	        <file_name>wcg_hpf2_rosetta_6.40_windows_intelx86</file_name>
277.	        <main_program/>
278.	    </file_ref>
279.	    <file_ref>
280.	        <file_name>wcg_hpf2_6.40.tga</file_name>
281.	        <open_name>wc_grid_hpf2.tga</open_name>
282.	    </file_ref>
283.	    <file_ref>
284.	        <file_name>wcg_hpf2_rosetta_graphics_6.40_windows_intelx86</file_name>
285.	        <open_name>graphics_app</open_name>
286.	    </file_ref>
287.	    <file_ref>
288.	        <file_name>hpf2_6.40_win_paths.txt</file_name>
289.	        <open_name>paths.txt</open_name>
290.	    </file_ref>
291.	</app_version>
292.	
293.	
294.	<app_version>
295.	    <app_name>hpf2</app_name>
296.	    <version_num>640</version_num>
297.	    <platform>windows_x86_64</platform>
298.	    <avg_ncpus>1.000000</avg_ncpus>
299.	    <max_ncpus>1.000000</max_ncpus>
300.	    <flops>3570131549.238372</flops>
301.	    <api_version>6.3.3</api_version>
302.	    <file_ref>
303.	        <file_name>wcg_hpf2_rosetta_6.40_windows_intelx86</file_name>
304.	        <main_program/>
305.	    </file_ref>
306.	    <file_ref>
307.	        <file_name>wcg_hpf2_6.40.tga</file_name>
308.	        <open_name>wc_grid_hpf2.tga</open_name>
309.	    </file_ref>
310.	    <file_ref>
311.	        <file_name>wcg_hpf2_rosetta_graphics_6.40_windows_intelx86</file_name>
312.	        <open_name>graphics_app</open_name>
313.	    </file_ref>
314.	    <file_ref>
315.	        <file_name>hpf2_6.40_win_paths.txt</file_name>
316.	        <open_name>paths.txt</open_name>
317.	    </file_ref>
318.	</app_version>
319.	
320.	_________________________________________________________________________________
321.	
322.	<app>
323.	    <name>dsfl</name>
324.	    <user_friendly_name>Drug Search for Leishmaniasis</user_friendly_name>
325.	</app>
326.	
327.	   <file_info>
328.	      <name>wcgrid_dsfl_vina_6.25_windows_x86_64</name>
329.	      <executable/>
330.	   </file_info> 
331.	   <file_info>
332.	      <name>wcgrid_dsfl_vina_prod_x86_64.exe.6.25</name>
333.	      <executable/>
334.	   </file_info>
335.	   <file_info>
336.	      <name>wcgrid_dsfl_gfx_prod_x86_64.exe.6.25</name>
337.	       <executable/>
338.	   </file_info>
339.	
340.	<app_version>
341.	    <app_name>dsfl</app_name>
342.	    <version_num>625</version_num>
343.	    <platform>windows_x86_64</platform>
344.	    <avg_ncpus>1</avg_ncpus>
345.	    <max_ncpus>.125</max_ncpus>
346.	    <api_version>6.25</api_version>
347.	    <file_ref>
348.	        <file_name>wcgrid_dsfl_vina_6.25_windows_x86_64</file_name>
349.	        <main_program/>
350.	    </file_ref>
351.	    <file_ref>
352.	         <file_name>wcgrid_dsfl_vina_prod_x86_64.exe.6.25</file_name>
353.	          <open_name>AutoDockVina64.exe</open_name>
354.	     </file_ref>
355.	     <file_ref>
356.	         <file_name>wcgrid_dsfl_gfx_prod_x86_64.exe.6.25</file_name>
357.	          <open_name>graphics_app</open_name>
358.	     </file_ref>
359.	</app_version>
360.	__________________________________________________________________________________
361.	
362.	Help Cure Muscular Dystrophy - Phase 2
363.	
364.	___________________________________________________________________________________
365.	<app>
366.	    <name>hfcc</name>
367.	    <user_friendly_name>Help Fight Childhood Cancer</user_friendly_name>
368.	</app>
369.	<file_info>
370.	    <name>wcg_hfcc_autodock_6.40_windows_intelx86</name>
371.	    <executable/>
372.	</file_info>
373.	<file_info>
374.	    <name>wcg_hfcc_autodock_graphics_6.40_windows_intelx86</name>
375.	    <executable/>
376.	</file_info>
377.	<file_info>
378.	    <name>hfcc_protease_6.40.dat</name>
379.	</file_info>
380.	<file_info>
381.	    <name>hfcc_image05_6.40.tga</name>
382.	</file_info>
383.	<file_info>
384.	    <name>hfcc_text01_6.40.tga</name>
385.	</file_info>
386.	<file_info>
387.	    <name>hfcc_image02_6.40.tga</name>
388.	</file_info>
389.	<file_info>
390.	    <name>hfcc_image01_6.40.tga</name>
391.	</file_info>
392.	<file_info>
393.	    <name>hfcc_image04_6.40.tga</name>
394.	</file_info>
395.	<file_info>
396.	    <name>hfcc_image03_6.40.tga</name>
397.	</file_info>
398.	<file_info>
399.	    <name>hfcc_image06_6.40.tga</name>
400.	</file_info>
401.	<file_info>
402.	    <name>hfcc_image07_6.40.tga</name>
403.	</file_info>
404.	<app_version>
405.	    <app_name>hfcc</app_name>
406.	    <version_num>640</version_num>
407.	    <platform>windows_intelx86</platform>
408.	    <avg_ncpus>1.000000</avg_ncpus>
409.	    <max_ncpus>1.000000</max_ncpus>
410.	    <flops>889972551.983820</flops>
411.	    <api_version>6.3.3</api_version>
412.	    <file_ref>
413.	        <file_name>wcg_hfcc_autodock_6.40_windows_intelx86</file_name>
414.	        <main_program/>
415.	    </file_ref>
416.	    <file_ref>
417.	        <file_name>wcg_hfcc_autodock_graphics_6.40_windows_intelx86</file_name>
418.	        <open_name>graphics_app</open_name>
419.	    </file_ref>
420.	    <file_ref>
421.	        <file_name>hfcc_image05_6.40.tga</file_name>
422.	        <open_name>prog_left.tga</open_name>
423.	    </file_ref>
424.	    <file_ref>
425.	        <file_name>hfcc_text01_6.40.tga</file_name>
426.	        <open_name>Courier-Bold.txf</open_name>
427.	    </file_ref>
428.	    <file_ref>
429.	        <file_name>hfcc_image02_6.40.tga</file_name>
430.	        <open_name>GFX_top.tga</open_name>
431.	    </file_ref>
432.	    <file_ref>
433.	        <file_name>hfcc_image01_6.40.tga</file_name>
434.	        <open_name>GFX_bot.tga</open_name>
435.	    </file_ref>
436.	    <file_ref>
437.	        <file_name>hfcc_image04_6.40.tga</file_name>
438.	        <open_name>prog_fill.tga</open_name>
439.	    </file_ref>
440.	    <file_ref>
441.	        <file_name>hfcc_protease_6.40.dat</file_name>
442.	        <open_name>protease.dat</open_name>
443.	    </file_ref>
444.	    <file_ref>
445.	        <file_name>hfcc_image03_6.40.tga</file_name>
446.	        <open_name>IBM_logo.tga</open_name>
447.	    </file_ref>
448.	    <file_ref>
449.	        <file_name>hfcc_image06_6.40.tga</file_name>
450.	        <open_name>WCG_logo.tga</open_name>
451.	    </file_ref>
452.	    <file_ref>
453.	        <file_name>hfcc_image07_6.40.tga</file_name>
454.	        <open_name>boinc_logo2.tga</open_name>
455.	    </file_ref>
456.	</app_version>

Thanks again to Old Chap @ XS for posting the master file w/all projects :rockout:
 
Last edited:
Here's the app-info I'm using on the FX-8320/7870 rig (4x HCC gpu wu's (0.5 cpu +0.25 gpu) plus 6 cores on other projects)

Has been running w/o issue on the rig for the past 24hrs :toast:

*Note- All NVidia app_info code has been removed from this version (I didn't need it)

Thanks for posting all the stuff you've looked into :toast: I've updated the OP with links back t the XS thread and your post for others. :toast:
 
Here's the app-info I'm using on the FX-8320/7870 rig (4x HCC gpu wu's (0.5 cpu +0.25 gpu) plus 6 cores on other projects)

Has been running w/o issue on the rig for the past 24hrs :toast:

*Note- All NVidia app_info code has been removed from this version (I didn't need it)


Code:
	<app_info>
2.	
3.	<! I find comments inside the actual XML to be helpful -->
4.	
5.	
6.	<!-- Start of the HCC app definition -->
7.	<!--if you are running either or both HCC on CPU and GPU you only need to list the app 1 time -->
8.	   <app>
9.	      <name>hcc1</name>
10.	      <user_friendly_name>XtremeSystems Crunches Cancer</user_friendly_name>
11.	   </app>
12.	<! End of the HCC app definition -->
13.	
14.	
15.	<!-- Start of files required for HCC CPU -->
16.	   <file_info>
17.	      <name>wcg_hcc1_img_7.05_windows_intelx86</name>
18.	      <executable/>
19.	   </file_info>
20.	<!-- End of files required for HCC CPU -->
21.	
22.	
23.	<!-- Start of files required for HCC GPU -->
24.	   <file_info>
25.	      <name>wcg_hcc1_img_7.05_windows_intelx86__ati_hcc1</name>
26.	      <executable/> 
27.	   </file_info>
28.	   <file_info>
29.	      <name>hcckernel.cl.7.05</name>
30.	      <executable/>
31.	   </file_info>
32.	<!-- End of files required for HCC GPU -->
33.	
34.	
35.	<!-- Start of app_version for HCC CPU -->
36.	<!-- I added the flops tag to help BOINC calculate better estimates -->
37.	   <app_version>
38.	      <app_name>hcc1</app_name>
39.	      <version_num>705</version_num>
40.	      <platform>windows_intelx86</platform>
41.	      <avg_ncpus>1.000000</avg_ncpus>
42.	      <max_ncpus>1.000000</max_ncpus>
43.	      <flops>3250000000.000000</flops>
44.	      <file_ref>
45.	         <file_name>wcg_hcc1_img_7.05_windows_intelx86</file_name>
46.	         <main_program/>
47.	      </file_ref>
48.	   </app_version>
49.	<!-- End of app info for HCC CPU -->
50.	
51.	
52.	<!-- Start of app_version for HCC GPU -->
53.	<!-- I added the flops tag to help BOINC calculate better estimates -->
54.	   <app_version>
55.	      <app_name>hcc1</app_name>
56.	      <version_num>705</version_num>
57.	      <platform>windows_intelx86</platform>
58.	      <plan_class>ati_hcc1</plan_class>
59.	      <avg_ncpus>0.5000000</avg_ncpus>
60.	      <max_ncpus>2.000000</max_ncpus>
61.	      <flops>30000000000.000000</flops>
62.	      <coproc>
63.	         <type>ATI</type>
64.	         <count>0.250000</count>
65.	      </coproc>
66.	      <file_ref>
67.	          <file_name>wcg_hcc1_img_7.05_windows_intelx86__ati_hcc1</file_name>
68.	          <main_program/>
69.	      </file_ref>
70.	      <file_ref>
71.	         <file_name>hcckernel.cl.7.05</file_name>
72.	         <open_name>hcckernel.cl</open_name>
73.	      </file_ref>
74.	   </app_version>
75.	<!-- End of app info for HCC GPU --> 
76.	
77.	
78.	
79.	______________________________________________________________________________
80.	
81.	<app>
82.	    <name>gfam</name>
83.	    <user_friendly_name>GO Fight Against Malaria</user_friendly_name>
84.	</app>
85.	
86.	   <file_info>
87.	      <name>wcgrid_gfam_vina_6.12_windows_x86_64</name>
88.	      <executable/>
89.	   </file_info> 
90.	   <file_info>
91.	      <name>wcgrid_gfam_vina_prod_x86_64.exe.6.12</name>
92.	      <executable/>
93.	   </file_info>
94.	   <file_info>
95.	      <name>wcgrid_gfam_gfx_prod_x86_64.exe.6.12</name>
96.	       <executable/>
97.	   </file_info>
98.	
99.	<app_version>
100.	    <app_name>gfam</app_name>
101.	    <version_num>612</version_num>
102.	    <platform>windows_x86_64</platform>
103.	    <avg_ncpus>1.0</avg_ncpus>
104.	    <max_ncpus>1.0</max_ncpus>
105.	    <flops>3347548492.458962</flops>
106.	    <api_version>7.1.0</api_version>
107.	    <file_ref>
108.	        <file_name>wcgrid_gfam_vina_6.12_windows_x86_64</file_name>
109.	        <main_program/>
110.	    </file_ref>
111.	    <file_ref>
112.	         <file_name>wcgrid_gfam_vina_prod_x86_64.exe.6.12</file_name>
113.	          <open_name>AutoDockVina64.exe</open_name>
114.	     </file_ref>
115.	     <file_ref>
116.	         <file_name>wcgrid_gfam_gfx_prod_x86_64.exe.6.12</file_name>
117.	          <open_name>graphics_app</open_name>
118.	     </file_ref>
119.	</app_version>
120.	
121.	<app_version>
122.	    <app_name>gfam</app_name>
123.	    <version_num>612</version_num>
124.	    <platform>windows_intelx86</platform>
125.	    <avg_ncpus>1.000000</avg_ncpus>
126.	    <max_ncpus>1.000000</max_ncpus>
127.	    <flops>3347548492.458962</flops>
128.	    <api_version>7.1.0</api_version>
129.	    <file_ref>
130.	        <file_name>wcgrid_gfam_vina_6.12_windows_x86_64</file_name>
131.	        <main_program/>
132.	    </file_ref>
133.	    <file_ref>
134.	         <file_name>wcgrid_gfam_vina_prod_x86_64.exe.6.12</file_name>
135.	          <open_name>AutoDockVina64.exe</open_name>
136.	     </file_ref>
137.	     <file_ref>
138.	         <file_name>wcgrid_gfam_gfx_prod_x86_64.exe.6.12</file_name>
139.	          <open_name>graphics_app</open_name>
140.	     </file_ref>
141.	</app_version>
142.	
143.	__________________________________________________________________________
144.	
145.	
146.	<app>
147.		<name>cep2</name>
148.		<user_friendly_name>The Clean Energy Project - Phase 2</user_friendly_name>
149.	</app>
150.	<file_info>
151.		<name>wcgrid_cep2_6.40_windows_intelx86</name>
152.		<executable/>
153.	</file_info>
154.	<file_info>
155.		<name>wcgrid_cep2_qchem_6.40_windows_intelx86</name>
156.		<executable/>
157.	</file_info>
158.	<file_info>
159.		<name>wcgrid_cep2_graphics_6.40_windows_intelx86</name>
160.		<executable/>
161.	</file_info>
162.	<file_info>
163.		<name>cep2_qcaux_6.40.zip</name>
164.	</file_info>
165.	<file_info>
166.	    <name>cep2_images_6.40.zip</name>
167.	</file_info>
168.	<app_version>
169.	    <app_name>cep2</app_name>
170.	    <version_num>640</version_num>
171.	    <platform>windows_intelx86</platform>
172.	    <avg_ncpus>1.000000</avg_ncpus>
173.	    <max_ncpus>1.000000</max_ncpus>
174.	    <flops>1982909446.217418</flops>
175.	    <api_version>6.11.7</api_version>
176.	    <file_ref>
177.	        <file_name>wcgrid_cep2_6.40_windows_intelx86</file_name>
178.	        <main_program/>
179.	    </file_ref>
180.	    <file_ref>
181.	        <file_name>wcgrid_cep2_qchem_6.40_windows_intelx86</file_name>
182.	        <open_name>wcgrid_cep2_qchem_prod_linux.x86</open_name>
183.	    </file_ref>
184.	    <file_ref>
185.	        <file_name>wcgrid_cep2_graphics_6.40_windows_intelx86</file_name>
186.	        <open_name>graphics_app</open_name>
187.	    </file_ref>
188.	    <file_ref>
189.	        <file_name>cep2_images_6.40.zip</file_name>
190.	        <open_name>Cep2_images.zip</open_name>
191.	    </file_ref>
192.	    <file_ref>
193.	        <file_name>cep2_qcaux_6.40.zip</file_name>
194.	        <open_name>qcaux2.zip</open_name>
195.	    </file_ref>
196.	</app_version>
197.	
198.	______________________________________________________________________________
199.	
200.	<app>
201.	    <name>faah</name>
202.	    <user_friendly_name>FightAIDS@Home</user_friendly_name>
203.	</app>
204.	<file_info>
205.	    <name>wcg_faah_autodock_6.40_windows_intelx86</name>
206.	    <executable/>
207.	</file_info>
208.	<file_info>
209.	    <name>wcg_faah_autodock_graphics_6.40_windows_intelx86</name>
210.	    <executable/>
211.	</file_info>
212.	<file_info>
213.	    <name>faah_protease_6.40.dat</name>
214.	</file_info>
215.	<file_info>
216.	    <name>faah_image_6.40.tga</name>
217.	</file_info>
218.	<app_version>
219.	    <app_name>faah</app_name>
220.	    <version_num>640</version_num>
221.	    <platform>windows_intelx86</platform>
222.	    <avg_ncpus>1.000000</avg_ncpus>
223.	    <max_ncpus>1.000000</max_ncpus>
224.	    <flops>3894434573.022523</flops>
225.	    <api_version>6.3.3</api_version>
226.	    <file_ref>
227.	        <file_name>wcg_faah_autodock_6.40_windows_intelx86</file_name>
228.	        <main_program/>
229.	    </file_ref>
230.	    <file_ref>
231.	        <file_name>wcg_faah_autodock_graphics_6.40_windows_intelx86</file_name>
232.	        <open_name>graphics_app</open_name>
233.	    </file_ref>
234.	    <file_ref>
235.	        <file_name>faah_protease_6.40.dat</file_name>
236.	        <open_name>protease.dat</open_name>
237.	    </file_ref>
238.	    <file_ref>
239.	        <file_name>faah_image_6.40.tga</file_name>
240.	        <open_name>wc_grid_s1b2.tga</open_name>
241.	    </file_ref>
242.	</app_version>
243.	
244.	_______________________________________________________________________
245.	
246.	<app>
247.	    <name>hpf2</name>
248.	    <user_friendly_name>Human Proteome Folding - Phase 2</user_friendly_name>
249.	</app>
250.	<file_info>
251.	    <name>wcg_hpf2_rosetta_6.40_windows_intelx86</name>
252.	    <executable/>
253.	</file_info>
254.	<file_info>
255.	    <name>wcg_hpf2_6.40.tga</name>
256.	    <executable/>
257.	</file_info>
258.	<file_info>
259.	    <name>wcg_hpf2_rosetta_graphics_6.40_windows_intelx86</name>
260.	    <executable/>
261.	</file_info>
262.	<file_info>
263.	    <name>hpf2_6.40_win_paths.txt</name>
264.	    <executable/>
265.	</file_info>
266.	
267.	<app_version>
268.	    <app_name>hpf2</app_name>
269.	    <version_num>640</version_num>
270.	    <platform>windows_intelx86</platform>
271.	    <avg_ncpus>1.000000</avg_ncpus>
272.	    <max_ncpus>1.000000</max_ncpus>
273.	    <flops>3570131549.238372</flops>
274.	    <api_version>6.3.3</api_version>
275.	    <file_ref>
276.	        <file_name>wcg_hpf2_rosetta_6.40_windows_intelx86</file_name>
277.	        <main_program/>
278.	    </file_ref>
279.	    <file_ref>
280.	        <file_name>wcg_hpf2_6.40.tga</file_name>
281.	        <open_name>wc_grid_hpf2.tga</open_name>
282.	    </file_ref>
283.	    <file_ref>
284.	        <file_name>wcg_hpf2_rosetta_graphics_6.40_windows_intelx86</file_name>
285.	        <open_name>graphics_app</open_name>
286.	    </file_ref>
287.	    <file_ref>
288.	        <file_name>hpf2_6.40_win_paths.txt</file_name>
289.	        <open_name>paths.txt</open_name>
290.	    </file_ref>
291.	</app_version>
292.	
293.	
294.	<app_version>
295.	    <app_name>hpf2</app_name>
296.	    <version_num>640</version_num>
297.	    <platform>windows_x86_64</platform>
298.	    <avg_ncpus>1.000000</avg_ncpus>
299.	    <max_ncpus>1.000000</max_ncpus>
300.	    <flops>3570131549.238372</flops>
301.	    <api_version>6.3.3</api_version>
302.	    <file_ref>
303.	        <file_name>wcg_hpf2_rosetta_6.40_windows_intelx86</file_name>
304.	        <main_program/>
305.	    </file_ref>
306.	    <file_ref>
307.	        <file_name>wcg_hpf2_6.40.tga</file_name>
308.	        <open_name>wc_grid_hpf2.tga</open_name>
309.	    </file_ref>
310.	    <file_ref>
311.	        <file_name>wcg_hpf2_rosetta_graphics_6.40_windows_intelx86</file_name>
312.	        <open_name>graphics_app</open_name>
313.	    </file_ref>
314.	    <file_ref>
315.	        <file_name>hpf2_6.40_win_paths.txt</file_name>
316.	        <open_name>paths.txt</open_name>
317.	    </file_ref>
318.	</app_version>
319.	
320.	_________________________________________________________________________________
321.	
322.	<app>
323.	    <name>dsfl</name>
324.	    <user_friendly_name>Drug Search for Leishmaniasis</user_friendly_name>
325.	</app>
326.	
327.	   <file_info>
328.	      <name>wcgrid_dsfl_vina_6.25_windows_x86_64</name>
329.	      <executable/>
330.	   </file_info> 
331.	   <file_info>
332.	      <name>wcgrid_dsfl_vina_prod_x86_64.exe.6.25</name>
333.	      <executable/>
334.	   </file_info>
335.	   <file_info>
336.	      <name>wcgrid_dsfl_gfx_prod_x86_64.exe.6.25</name>
337.	       <executable/>
338.	   </file_info>
339.	
340.	<app_version>
341.	    <app_name>dsfl</app_name>
342.	    <version_num>625</version_num>
343.	    <platform>windows_x86_64</platform>
344.	    <avg_ncpus>1</avg_ncpus>
345.	    <max_ncpus>.125</max_ncpus>
346.	    <api_version>6.25</api_version>
347.	    <file_ref>
348.	        <file_name>wcgrid_dsfl_vina_6.25_windows_x86_64</file_name>
349.	        <main_program/>
350.	    </file_ref>
351.	    <file_ref>
352.	         <file_name>wcgrid_dsfl_vina_prod_x86_64.exe.6.25</file_name>
353.	          <open_name>AutoDockVina64.exe</open_name>
354.	     </file_ref>
355.	     <file_ref>
356.	         <file_name>wcgrid_dsfl_gfx_prod_x86_64.exe.6.25</file_name>
357.	          <open_name>graphics_app</open_name>
358.	     </file_ref>
359.	</app_version>
360.	__________________________________________________________________________________
361.	
362.	Help Cure Muscular Dystrophy - Phase 2
363.	
364.	___________________________________________________________________________________
365.	<app>
366.	    <name>hfcc</name>
367.	    <user_friendly_name>Help Fight Childhood Cancer</user_friendly_name>
368.	</app>
369.	<file_info>
370.	    <name>wcg_hfcc_autodock_6.40_windows_intelx86</name>
371.	    <executable/>
372.	</file_info>
373.	<file_info>
374.	    <name>wcg_hfcc_autodock_graphics_6.40_windows_intelx86</name>
375.	    <executable/>
376.	</file_info>
377.	<file_info>
378.	    <name>hfcc_protease_6.40.dat</name>
379.	</file_info>
380.	<file_info>
381.	    <name>hfcc_image05_6.40.tga</name>
382.	</file_info>
383.	<file_info>
384.	    <name>hfcc_text01_6.40.tga</name>
385.	</file_info>
386.	<file_info>
387.	    <name>hfcc_image02_6.40.tga</name>
388.	</file_info>
389.	<file_info>
390.	    <name>hfcc_image01_6.40.tga</name>
391.	</file_info>
392.	<file_info>
393.	    <name>hfcc_image04_6.40.tga</name>
394.	</file_info>
395.	<file_info>
396.	    <name>hfcc_image03_6.40.tga</name>
397.	</file_info>
398.	<file_info>
399.	    <name>hfcc_image06_6.40.tga</name>
400.	</file_info>
401.	<file_info>
402.	    <name>hfcc_image07_6.40.tga</name>
403.	</file_info>
404.	<app_version>
405.	    <app_name>hfcc</app_name>
406.	    <version_num>640</version_num>
407.	    <platform>windows_intelx86</platform>
408.	    <avg_ncpus>1.000000</avg_ncpus>
409.	    <max_ncpus>1.000000</max_ncpus>
410.	    <flops>889972551.983820</flops>
411.	    <api_version>6.3.3</api_version>
412.	    <file_ref>
413.	        <file_name>wcg_hfcc_autodock_6.40_windows_intelx86</file_name>
414.	        <main_program/>
415.	    </file_ref>
416.	    <file_ref>
417.	        <file_name>wcg_hfcc_autodock_graphics_6.40_windows_intelx86</file_name>
418.	        <open_name>graphics_app</open_name>
419.	    </file_ref>
420.	    <file_ref>
421.	        <file_name>hfcc_image05_6.40.tga</file_name>
422.	        <open_name>prog_left.tga</open_name>
423.	    </file_ref>
424.	    <file_ref>
425.	        <file_name>hfcc_text01_6.40.tga</file_name>
426.	        <open_name>Courier-Bold.txf</open_name>
427.	    </file_ref>
428.	    <file_ref>
429.	        <file_name>hfcc_image02_6.40.tga</file_name>
430.	        <open_name>GFX_top.tga</open_name>
431.	    </file_ref>
432.	    <file_ref>
433.	        <file_name>hfcc_image01_6.40.tga</file_name>
434.	        <open_name>GFX_bot.tga</open_name>
435.	    </file_ref>
436.	    <file_ref>
437.	        <file_name>hfcc_image04_6.40.tga</file_name>
438.	        <open_name>prog_fill.tga</open_name>
439.	    </file_ref>
440.	    <file_ref>
441.	        <file_name>hfcc_protease_6.40.dat</file_name>
442.	        <open_name>protease.dat</open_name>
443.	    </file_ref>
444.	    <file_ref>
445.	        <file_name>hfcc_image03_6.40.tga</file_name>
446.	        <open_name>IBM_logo.tga</open_name>
447.	    </file_ref>
448.	    <file_ref>
449.	        <file_name>hfcc_image06_6.40.tga</file_name>
450.	        <open_name>WCG_logo.tga</open_name>
451.	    </file_ref>
452.	    <file_ref>
453.	        <file_name>hfcc_image07_6.40.tga</file_name>
454.	        <open_name>boinc_logo2.tga</open_name>
455.	    </file_ref>
456.	</app_version>

Thanks again to Old Chap @ XS for posting the master file w/all projects :rockout:

Thanks for this Norton! I'll be sure to give it a try before too long :toast:
 
Update- GFAM wu seems to be throwing errors with this app_info file. Looks like I will need to check the code and/or delete the wu from the file until the error is located. :banghead:

Guess I'm going to be learning more about these files than I intended to....
 
Update- GFAM wu seems to be throwing errors with this app_info file. Looks like I will need to check the code and/or delete the wu from the file until the error is located. :banghead:

Guess I'm going to be learning more about these files than I intended to....

Sorry to hear you're having trouble, but at least the Team has someone getting the experience who will be able to help us lowly folk out. I hope it works out for you though!!! :banghead:
 
I believe the OP should clarify that app_info.xml should/may need to be placed in boinc data directory\projects\www.worldcommunitygrid.org; as I understood it, it needed to be in boinc data direcory\projects, and this did not work for me. I am now running two GPU work units at once now that it is in boincdata\projects\www.worldcommunitygrid.org.
 
I believe the OP should clarify that app_info.xml should/may need to be placed in boinc data directory\projects\www.worldcommunitygrid.org; as I understood it, it needed to be in boinc data direcory\projects, and this did not work for me. I am now running two GPU work units at once now that it is in boincdata\projects\www.worldcommunitygrid.org.

Thanks for that:toast: must have missed that in one of the updates :slap:

EDIT: OP updated. Sorry for that.
 
Last edited:
  • Like
Reactions: hat
Back
Top