It should be under Advanced CPU Features. If it doesn't show up, then the CPU doesn't support it. But I'm sure yours does.
Printable View
It should be under Advanced CPU Features. If it doesn't show up, then the CPU doesn't support it. But I'm sure yours does.
Turning off HT will drop your temps substantially (on nehalem is it about a 15 degrees C reduction) allowing you to push that puppy a bit harder :up:
For those of you with 7970's and 7950's (maybe others too) it is possible to run more threads than cores.
Within the app_info you will need to adjust the following
Wouldn't simpler math for <avg_ncpus> be just taking amount of CPU cores available divided by amount of GPU threads you want to run. So 8/10=.10Code:<avg_ncpus>0.8</avg_ncpus> <this number here = 1/number of threads you wish to run multiplied by the number of cores available so for 8 cores and 10 threads this would be 1/10*8=0.8
<max_ncpus>1.0</max_ncpus>
<coproc>
<type>ATI</type>
<count>.1</count> <assuming one card this number is 1/number of threads you wish to run so for 10=0.1
Same result every time but less math and confusion I think.
I could have written this better but the maths works because you may wish to consider the word available.
If you wish to run another project on cpu and you have the typical 4c/8t cpu then available becomes 7
I just thought that writing the fraction/description in this way helped clarify the reason why we end up with said figure
...... or I may have done it because compared to 20 years ago I am shyte at maths :D
I am trying to paste together a working app info file.
Does the 6.56 have to match the version of Boinc I am using?
<name>wcg_hcc1_img_6.56_windows_intelx86__nvidia_h cc1</name>
My fault. I have not updated all the files in post 1
any instance of 6.56 should be replaced with 7.05
656 is now 756 now too.
You should be able to copy everything in the colored BIG app_info file then delete the bits you don't want.
The colored code page is good, but when I paste it into notepad, they arent colored anymore.
What do these number correspond to?
I tried copying and paste but I just ended up with a bunch of red error messages:(
I am running the 64 version of Boinc, does that matter?
You need to tailor the app_info to fit what projects you're running. What ones do you want to run and maybe we can help piece one together.
gearhead:
Consider the following as a sequence you need to follow:
From the top
Ensure that all of the projects you wish to run are already present on the rig
Ensure that no other projects are on the rig if they are then:
projects> no new tasks. >>Tasks then select any that need removing and abort these tasks.
Next we need to put the complete app_info text in to the right file so Open notepad> copy/paste the whole lot into the blank document (You might find it easier to do this piece by piece using the colors as a guide)
At the beginning you will see in blue here in the first post the HCC files one of which is the definition the other is for HCC CPU only and looks like this:
<!-- Start of files required for HCC CPU -->
<file_info>
<name>wcg_hcc1_img_7.05_windows_intelx86</name>
<executable/>
</file_info>
<!-- End of files required for HCC CPU -->
If you do not intend to run HCC CPU then delete that bit.
Next there are files for HCC ATI in red. If you are running nVidia then delete those too
Next there is the green text for HCC nVidia. You need that.
Keep going down the list until you only have what you need.
>save as app_info.xml in your <boinc>\data\projects\www. worldcommunitygrid. org folder. Be sure to ?save as? and use the option for all files and not .txt
Now we need to exit Boinc using file> Exit Boinc from within boincmanager
Now we need to re-start boincmanager. Your tasks page should re-populate with all the tasks as normal except you should now see 2 instances of GPU HCC running per card (Unless you changed the settings.)
All good???
go advanced >event log and have a look for error messages. report any of those here
Bedtime here for me but the guys will help I'm sure
I redid my app_info file, copied it to the correct folder, stopped boinc and restarted and it dumped all my HCC tasks, kept the HFCC ones. I only do those two, I have a thing about cancer I am a survivor.
Here is my app info file:
<app_info>
<! I find comments inside the actual XML to be helpful -->
<!-- Start of the HCC app definition -->
<!--if you are running either or both HCC on CPU and GPU you only need to list the app 1 time -->
<app>
<name>hcc1</name>
<user_friendly_name>XtremeSystems Crunches Cancer</user_friendly_name>
</app>
<! End of the HCC app definition -->
<!-- Start of files required for HCC CPU -->
<file_info>
<name>wcg_hcc1_img_7.05_windows_intelx86</name>
<executable/>
</file_info>
<!-- End of files required for HCC CPU -->
<app_version>
<app_name>hcc1</app_name>
<version_num>705</version_num>
<platform>windows_intelx86</platform>
<plan_class>nvidia_hcc1</plan_class>
<avg_ncpus>1.0</avg_ncpus>
<max_ncpus>0.783972</max_ncpus>
<coproc>
<type>CUDA</type>
<count>.5</count>
</coproc>
<file_ref>
<file_name>wcg_hcc1_img_7.05_windows_intelx86__nvi dia_hcc1</file_name>
<main_program/>
</file_ref>
<file_ref>
<file_name>hcckernel.cl.7.05</file_name>
<open_name>hcckernel.cl</open_name>
</file_ref>
</app_version>
<app>
<name>hfcc</name>
<user_friendly_name>Help Fight Childhood Cancer</user_friendly_name>
</app>
<file_info>
<name>wcg_hfcc_autodock_6.40_windows_intelx86</name>
<executable/>
</file_info>
<file_info>
<name>wcg_hfcc_autodock_graphics_6.40_windows_inte lx86</name>
<executable/>
</file_info>
<file_info>
<name>hfcc_protease_6.40.dat</name>
</file_info>
<file_info>
<name>hfcc_image05_6.40.tga</name>
</file_info>
<file_info>
<name>hfcc_text01_6.40.tga</name>
</file_info>
<file_info>
<name>hfcc_image02_6.40.tga</name>
</file_info>
<file_info>
<name>hfcc_image01_6.40.tga</name>
</file_info>
<file_info>
<name>hfcc_image04_6.40.tga</name>
</file_info>
<file_info>
<name>hfcc_image03_6.40.tga</name>
</file_info>
<file_info>
<name>hfcc_image06_6.40.tga</name>
</file_info>
<file_info>
<name>hfcc_image07_6.40.tga</name>
</file_info>
<app_version>
<app_name>hfcc</app_name>
<version_num>640</version_num>
<platform>windows_intelx86</platform>
<avg_ncpus>1.000000</avg_ncpus>
<max_ncpus>1.000000</max_ncpus>
<flops>889972551.983820</flops>
<api_version>6.3.3</api_version>
<file_ref>
<file_name>wcg_hfcc_autodock_6.40_windows_intelx86 </file_name>
<main_program/>
</file_ref>
<file_ref>
<file_name>wcg_hfcc_autodock_graphics_6.40_windows _intelx86</file_name>
<open_name>graphics_app</open_name>
</file_ref>
<file_ref>
<file_name>hfcc_image05_6.40.tga</file_name>
<open_name>prog_left.tga</open_name>
</file_ref>
<file_ref>
<file_name>hfcc_text01_6.40.tga</file_name>
<open_name>Courier-Bold.txf</open_name>
</file_ref>
<file_ref>
<file_name>hfcc_image02_6.40.tga</file_name>
<open_name>GFX_top.tga</open_name>
</file_ref>
<file_ref>
<file_name>hfcc_image01_6.40.tga</file_name>
<open_name>GFX_bot.tga</open_name>
</file_ref>
<file_ref>
<file_name>hfcc_image04_6.40.tga</file_name>
<open_name>prog_fill.tga</open_name>
</file_ref>
<file_ref>
<file_name>hfcc_protease_6.40.dat</file_name>
<open_name>protease.dat</open_name>
</file_ref>
<file_ref>
<file_name>hfcc_image03_6.40.tga</file_name>
<open_name>IBM_logo.tga</open_name>
</file_ref>
<file_ref>
<file_name>hfcc_image06_6.40.tga</file_name>
<open_name>WCG_logo.tga</open_name>
</file_ref>
<file_ref>
<file_name>hfcc_image07_6.40.tga</file_name>
<open_name>boinc_logo2.tga</open_name>
</file_ref>
</app_version>
</app_info>
And my log file:
02/12/2012 5:42:28 PM | | Starting BOINC client version 7.0.28 for windows_x86_64
02/12/2012 5:42:28 PM | | log flags: file_xfer, sched_ops, task
02/12/2012 5:42:28 PM | | Libraries: libcurl/7.25.0 OpenSSL/1.0.1 zlib/1.2.6
02/12/2012 5:42:28 PM | | Data directory: C:\ProgramData\BOINC
02/12/2012 5:42:28 PM | | Running under account Rick
02/12/2012 5:42:28 PM | | Processor: 4 GenuineIntel Intel(R) Core(TM) i5-2500K CPU @ 3.30GHz [Family 6 Model 42 Stepping 7]
02/12/2012 5:42:28 PM | | Processor: 256.00 KB cache
02/12/2012 5:42:28 PM | | Processor features: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss htt tm pni ssse3 cx16 sse4_1 sse4_2 syscall nx lm vmx tm2 popcnt aes pbe
02/12/2012 5:42:28 PM | | OS: Microsoft Windows 7: Home Premium x64 Edition, Service Pack 1, (06.01.7601.00)
02/12/2012 5:42:28 PM | | Memory: 7.98 GB physical, 15.96 GB virtual
02/12/2012 5:42:28 PM | | Disk: 119.14 GB total, 17.03 GB free
02/12/2012 5:42:28 PM | | Local time is UTC -8 hours
02/12/2012 5:42:28 PM | | NVIDIA GPU 0: GeForce GTX 560 Ti (driver version 306.97, CUDA version 5.0, compute capability 2.0, 1280MB, 8381095MB available, 1394 GFLOPS peak)
02/12/2012 5:42:28 PM | | OpenCL: NVIDIA GPU 0: GeForce GTX 560 Ti (driver version 306.97, device version OpenCL 1.1 CUDA, 1280MB, 8381095MB available)
02/12/2012 5:42:28 PM | World Community Grid | Found app_info.xml; using anonymous platform
02/12/2012 5:42:28 PM | World Community Grid | [error] State file error: missing application file wcg_hcc1_img_7.05_windows_intelx86__nvidia_hcc1
02/12/2012 5:42:28 PM | World Community Grid | [error] No application found for task: windows_intelx86 705 ; discarding
02/12/2012 5:42:28 PM | World Community Grid | [error] No application found for task: windows_intelx86 705 nvidia_hcc1; discarding
02/12/2012 5:42:28 PM | World Community Grid | [error] No application found for task: windows_intelx86 705 nvidia_hcc1; discarding
02/12/2012 5:42:28 PM | World Community Grid | [error] No application found for task: windows_intelx86 705 nvidia_hcc1; discarding
02/12/2012 5:42:28 PM | World Community Grid | [error] No application found for task: windows_intelx86 705 ; discarding
02/12/2012 5:42:28 PM | World Community Grid | [error] No application found for task: windows_intelx86 705 ; discarding
02/12/2012 5:42:28 PM | World Community Grid | [error] No application found for task: windows_intelx86 705 nvidia_hcc1; discarding
02/12/2012 5:42:28 PM | World Community Grid | [error] No application found for task: windows_intelx86 705 nvidia_hcc1; discarding
02/12/2012 5:42:28 PM | World Community Grid | [error] No application found for task: windows_intelx86 705 nvidia_hcc1; discarding
02/12/2012 5:42:28 PM | World Community Grid | [error] No application found for task: windows_intelx86 705 nvidia_hcc1; discarding
02/12/2012 5:42:28 PM | World Community Grid | [error] No application found for task: windows_intelx86 705 nvidia_hcc1; discarding
02/12/2012 5:42:28 PM | World Community Grid | [error] No application found for task: windows_intelx86 705 nvidia_hcc1; discarding
02/12/2012 5:42:28 PM | World Community Grid | [error] No application found for task: windows_intelx86 705 nvidia_hcc1; discarding
02/12/2012 5:42:28 PM | World Community Grid | [error] No application found for task: windows_intelx86 705 nvidia_hcc1; discarding
02/12/2012 5:42:28 PM | World Community Grid | [error] No application found for task: windows_intelx86 705 nvidia_hcc1; discarding
02/12/2012 5:42:28 PM | World Community Grid | [error] No application found for task: windows_intelx86 705 ; discarding
02/12/2012 5:42:28 PM | World Community Grid | [error] No application found for task: windows_intelx86 705 nvidia_hcc1; discarding
02/12/2012 5:42:28 PM | World Community Grid | [error] No application found for task: windows_intelx86 705 nvidia_hcc1; discarding
02/12/2012 5:42:28 PM | World Community Grid | [error] No application found for task: windows_intelx86 705 nvidia_hcc1; discarding
02/12/2012 5:42:28 PM | World Community Grid | [error] No application found for task: windows_intelx86 705 nvidia_hcc1; discarding
02/12/2012 5:42:28 PM | World Community Grid | [error] No application found for task: windows_intelx86 705 nvidia_hcc1; discarding
02/12/2012 5:42:28 PM | World Community Grid | [error] No application found for task: windows_intelx86 705 nvidia_hcc1; discarding
02/12/2012 5:42:28 PM | World Community Grid | [error] No application found for task: windows_intelx86 705 nvidia_hcc1; discarding
02/12/2012 5:42:28 PM | World Community Grid | [error] No application found for task: windows_intelx86 705 nvidia_hcc1; discarding
02/12/2012 5:42:28 PM | World Community Grid | [error] No application found for task: windows_intelx86 705 nvidia_hcc1; discarding
02/12/2012 5:42:28 PM | World Community Grid | [error] No application found for task: windows_intelx86 705 ; discarding
02/12/2012 5:42:28 PM | World Community Grid | [error] No application found for task: windows_intelx86 705 nvidia_hcc1; discarding
02/12/2012 5:42:28 PM | World Community Grid | [error] No application found for task: windows_intelx86 705 nvidia_hcc1; discarding
02/12/2012 5:42:28 PM | World Community Grid | [error] No application found for task: windows_intelx86 705 nvidia_hcc1; discarding
02/12/2012 5:42:28 PM | World Community Grid | [error] No application found for task: windows_intelx86 705 nvidia_hcc1; discarding
02/12/2012 5:42:28 PM | World Community Grid | [error] No application found for task: windows_intelx86 705 nvidia_hcc1; discarding
02/12/2012 5:42:28 PM | World Community Grid | [error] No application found for task: windows_intelx86 705 nvidia_hcc1; discarding
02/12/2012 5:42:28 PM | World Community Grid | [error] No application found for task: windows_intelx86 705 nvidia_hcc1; discarding
02/12/2012 5:42:28 PM | World Community Grid | [error] No application found for task: windows_intelx86 705 nvidia_hcc1; discarding
02/12/2012 5:42:28 PM | World Community Grid | [error] No application found for task: windows_intelx86 705 nvidia_hcc1; discarding
02/12/2012 5:42:28 PM | World Community Grid | [error] No application found for task: windows_intelx86 705 nvidia_hcc1; discarding
02/12/2012 5:42:28 PM | World Community Grid | [error] No application found for task: windows_intelx86 705 nvidia_hcc1; discarding
02/12/2012 5:42:28 PM | World Community Grid | [error] No application found for task: windows_intelx86 705 nvidia_hcc1; discarding
02/12/2012 5:42:28 PM | World Community Grid | [error] No application found for task: windows_intelx86 705 nvidia_hcc1; discarding
02/12/2012 5:42:28 PM | World Community Grid | [error] No application found for task: windows_intelx86 705 nvidia_hcc1; discarding
02/12/2012 5:42:28 PM | World Community Grid | [error] No application found for task: windows_intelx86 705 nvidia_hcc1; discarding
02/12/2012 5:42:28 PM | World Community Grid | [error] State file error: result X0930080541525200612152100_0 not found for task
02/12/2012 5:42:28 PM | World Community Grid | [error] State file error: result X0930080541535200612152101_0 not found for task
02/12/2012 5:42:28 PM | World Community Grid | URL http://www.worldcommunitygrid.org/; Computer ID 2217464; resource share 100
02/12/2012 5:42:28 PM | | General prefs: from http://www.gpugrid.net/ (last modified 05-Nov-2012 17:43:30)
02/12/2012 5:42:28 PM | | Host location: none
02/12/2012 5:42:28 PM | | General prefs: using your defaults
02/12/2012 5:42:28 PM | | Reading preferences override file
02/12/2012 5:42:28 PM | | Preferences:
02/12/2012 5:42:28 PM | | max memory usage when active: 4085.48MB
02/12/2012 5:42:28 PM | | max memory usage when idle: 7353.86MB
02/12/2012 5:42:28 PM | | max disk usage: 10.00GB
02/12/2012 5:42:28 PM | | don't compute while active
02/12/2012 5:42:28 PM | | don't use GPU while active
02/12/2012 5:42:28 PM | | (to change preferences, visit the web site of an attached project, or select Preferences in the Manager)
02/12/2012 5:42:28 PM | | Not using a proxy
02/12/2012 5:42:28 PM | | Suspending computation - initial delay
02/12/2012 5:42:28 PM | | Suspending network activity - computer is in use
02/12/2012 5:42:52 PM | | General prefs: from http://www.gpugrid.net/ (last modified 05-Nov-2012 17:43:30)
02/12/2012 5:42:52 PM | | Host location: none
02/12/2012 5:42:52 PM | | General prefs: using your defaults
02/12/2012 5:42:52 PM | | Reading preferences override file
02/12/2012 5:42:52 PM | | Preferences:
02/12/2012 5:42:52 PM | | max memory usage when active: 4085.48MB
02/12/2012 5:42:52 PM | | max memory usage when idle: 7353.86MB
02/12/2012 5:42:52 PM | | max disk usage: 10.00GB
02/12/2012 5:42:52 PM | | (to change preferences, visit the web site of an attached project, or select Preferences in the Manager)
02/12/2012 5:42:52 PM | | Resuming network activity
02/12/2012 5:44:28 PM | World Community Grid | Restarting task HFCC_target-10_01908889_target-10_0001_0 using hfcc version 640 in slot 0
02/12/2012 5:44:28 PM | World Community Grid | Restarting task HFCC_target-10_01908719_target-10_0001_0 using hfcc version 640 in slot 1
02/12/2012 5:44:28 PM | World Community Grid | Restarting task HFCC_target-10_01897271_target-10_0000_0 using hfcc version 640 in slot 2
02/12/2012 5:44:28 PM | World Community Grid | Starting task HFCC_target-10_01927149_target-10_0000_0 using hfcc version 640 in slot 3
2 issues ... first you don't have file config settings for HCC GPU in the app_info and you are also missing the file to execute the regular HCC executable file.
Remove your app_info, fully stop and restart BOINC. Once you have WUs of all types you are crunching suspend the task and fully stop BOINC.
Replace the HCC CPU and GPU part of your app_info with those below, restart BOINC
Code:<app_info>
<!-- HCC CPU and GPU app definition -->
<app>
<name>hcc1</name>
<user_friendly_name>XtremeSystems Crunches Cancer</user_friendly_name>
</app>
<!-- HCC CPU file definitions -->
<file_info>
<name>wcg_hcc1_img_7.05_windows_intelx86</name>
<executable/>
</file_info>
<!-- HCC GPU file definitions -->
<file_info>
<name>wcg_hcc1_img_7.05_windows_intelx86__nvidia_hcc1</name>
<executable/>
</file_info>
<file_info>
<name>hcckernel.cl.7.05</name>
<executable/>
</file_info>
<!-- HCC GPU version definition -->
<app_version>
<app_name>hcc1</app_name>
<version_num>705</version_num>
<platform>windows_intelx86</platform>
<plan_class>nvidia_hcc1</plan_class>
<avg_ncpus>1</avg_ncpus>
<max_ncpus>1</max_ncpus>
<flops>30000000000</flops>
<coproc>
<type>CUDA</type>
<count>.5</count>
</coproc>
<file_ref>
<file_name>wcg_hcc1_img_7.05_windows_intelx86__nvi dia_hcc1</file_name>
<main_program/>
</file_ref>
<file_ref>
<file_name>hcckernel.cl.7.05</file_name>
<open_name>hcckernel.cl</open_name>
</file_ref>
</app_version>
<!-- HCC CPU version definition -->
<app_version>
<app_name>hcc1</app_name>
<version_num>705</version_num>
<platform>windows_intelx86</platform>
<avg_ncpus>1</avg_ncpus>
<max_ncpus>1</max_ncpus>
<flops>3000000000</flops>
<api_version>6.13.0</api_version>
<file_ref>
<file_name>wcg_hcc1_img_7.05_windows_intelx86</file_name>
<main_program/>
</file_ref>
</app_version>
<app_info>
I can't get my count to go above 13.
Any help?
Here's my app file.
<! I find comments inside the actual XML to be helpful -->
<!-- Start of the HCC app definition -->
<!--if you are running either or both HCC on CPU and GPU you only need to list the app 1 time -->
<app>
<name>hcc1</name>
<user_friendly_name>XtremeSystems Crunches Cancer</user_friendly_name>
</app>
<! End of the HCC app definition -->
<!-- Start of files required for HCC CPU -->
<!-- End of files required for HCC CPU -->
<!-- Start of files required for HCC GPU -->
<file_info>
<name>wcg_hcc1_img_7.05_windows_intelx86__ati_hcc1 </name>
<executable/>
</file_info>
<file_info>
<name>hcckernel.cl.7.05</name>
<executable/>
</file_info>
<!-- End of files required for HCC GPU -->
<!-- Start of app_version for HCC CPU -->
<!-- I added the flops tag to help BOINC calculate better estimates -->
<!-- End of app info for HCC CPU -->
<!-- Start of app_version for HCC GPU -->
<!-- I added the flops tag to help BOINC calculate better estimates -->
<app_version>
<app_name>hcc1</app_name>
<version_num>705</version_num>
<platform>windows_intelx86</platform>
<plan_class>ati_hcc1</plan_class>
<avg_ncpus>1.000000</avg_ncpus>
<max_ncpus>1.000000</max_ncpus>
<flops>34640000000.000000</flops>
<coproc>
<type>ATI</type>
<count>0.0666000</count>
</coproc>
<file_ref>
<file_name>wcg_hcc1_img_7.05_windows_intelx86__ati _hcc1</file_name>
<main_program/>
</file_ref>
<file_ref>
<file_name>hcckernel.cl.7.05</file_name>
<open_name>hcckernel.cl</open_name>
</file_ref>
</app_version>
<!-- End of app info for HCC GPU -->
edit the avg_ncpus and max_ncpus to something less than 1. try 0.5 and you should be able to double the number of tasks. as it is now it requires 1 core/thread per task and is limited by number of cores/threads available.
Sweet! got it working, thank you.
So if I want to run 3 or 4 cores I just change the 0.5 to .33 or .25 in here?:
<type>CUDA</type>
<count>.5</count>
Thanks werdwerdus
I'm having trouble getting the dsfl app portion working. The hcc part is working fine, I copy-pasted it from the first page and deleted all the app info I wasn't using, but the event log was saying it was an anonymous project and won't fetch new units when it updates. Any suggestions?
I can post requested info later if anyone wants so cut/paste logs.
Yeroon, I'm having the same problems and I had it working. Not sure if DSFL changed the version number but I tried 625, 6.25 and 7.1.0 [as found in my client_info on another PC]. I cannot get WCG to give me any WUs.
Here is my app_info:
I'm still troubleshooting so I don't have a solution yet. But I welcome others to give it a look to see if there is something I am missing.Code:<app_info>
<app>
<name>hcc1</name>
<user_friendly_name>Help Conquer Cancer</user_friendly_name>
</app>
<file_info>
<name>wcg_hcc1_img_7.05_windows_intelx86__ati_hcc1</name>
<executable/>
</file_info>
<file_info>
<name>hcckernel.cl.7.05</name>
<executable/>
</file_info>
<app_version>
<app_name>hcc1</app_name>
<version_num>705</version_num>
<platform>windows_intelx86</platform>
<plan_class>ati_hcc1</plan_class>
<avg_ncpus>1.0</avg_ncpus>
<max_ncpus>1.0</max_ncpus>
<coproc>
<type>ATI</type>
<count>.5</count>
</coproc>
<file_ref>
<file_name>wcg_hcc1_img_7.05_windows_intelx86__ati_hcc1</file_name>
<main_program/>
</file_ref>
<file_ref>
<file_name>hcckernel.cl.7.05</file_name>
<open_name>hcckernel.cl</open_name>
</file_ref>
</app_version>
<app>
<name>dsfl</name>
<user_friendly_name>Drug Search for Leishmaniasis</user_friendly_name>
</app>
<file_info>
<name>wcgrid_dsfl_vina_6.25_windows_x86_64</name>
<executable/>
</file_info>
<file_info>
<name>wcgrid_dsfl_vina_prod_x86_64.exe.6.25</name>
<executable/>
</file_info>
<file_info>
<name>wcgrid_dsfl_gfx_prod_x86_64.exe.6.25</name>
<executable/>
</file_info>
<app_version>
<app_name>dsfl</app_name>
<version_num>625</version_num>
<platform>windows_x86_64</platform>
<avg_ncpus>1</avg_ncpus>
<max_ncpus>1</max_ncpus>
<count>.5</count>
<api_version>6.25</api_version>
<file_ref>
<file_name>wcgrid_dsfl_vina_6.25_windows_x86_64</file_name>
<main_program/>
</file_ref>
<file_ref>
<file_name>wcgrid_dsfl_vina_prod_x86_64.exe.6.25</file_name>
<open_name>AutoDockVina64.exe</open_name>
</file_ref>
<file_ref>
<file_name>wcgrid_dsfl_gfx_prod_x86_64.exe.6.25</file_name>
<open_name>graphics_app</open_name>
</file_ref>
</app_version>
</app_info>
Just injecting my progress for HCC my 12 core & 7950 are now at a count of 26 and wu time has improved to ~51 seconds each wu and my results are comming in valid with o/c 4.1 Ghz CPU and 1050 for core GPU, 950 under clock of memory.
@DSFL
If you are not using the screensaver drop the gfx file
Remove the <count> tag
The files you have will only process 64 bit WUs from WCG ... occasionally they send 32 bit but you can trick it by making an app_version for 32 bit but have it point to the 64 bit files.
You can get the exact version number form client_state.xml on a machine that is getting DSFL tasks. If you only have 1 mahcine then stop boinc, remove app_info, restart boinc. Once it ha pulled tasks of all the types you want to run suspend all taks and stop boinc. Invest8igate the clinet_state file to make sure you have the correct versions in your app_info. Fix up app_info as necessary, put it back in place and restart boinc.
Code:<app>
<name>dsfl</name>
<user_friendly_name>Drug Search for Leishmaniasis</user_friendly_name>
</app>
<file_info>
<name>wcgrid_dsfl_vina_6.25_windows_x86_64</name>
<executable/>
</file_info>
<file_info>
<name>wcgrid_dsfl_vina_prod_x86_64.exe.6.25</name>
<executable/>
</file_info>
<app_version>
<app_name>dsfl</app_name>
<version_num>625</version_num>
<platform>windows_x86_64</platform>
<avg_ncpus>1</avg_ncpus>
<max_ncpus>1</max_ncpus>
<api_version>6.25</api_version>
<file_ref>
<file_name>wcgrid_dsfl_vina_6.25_windows_x86_64</file_name>
<main_program/>
</file_ref>
<file_ref>
<file_name>wcgrid_dsfl_vina_prod_x86_64.exe.6.25</file_name>
<open_name>AutoDockVina64.exe</open_name>
</file_ref>
</app_version>
<app_version>
<app_name>dsfl</app_name>
<version_num>625</version_num>
<platform>windows_x86</platform>
<avg_ncpus>1</avg_ncpus>
<max_ncpus>1</max_ncpus>
<api_version>6.25</api_version>
<file_ref>
<file_name>wcgrid_dsfl_vina_6.25_windows_x86_64</file_name>
<main_program/>
</file_ref>
<file_ref>
<file_name>wcgrid_dsfl_vina_prod_x86_64.exe.6.25</file_name>
<open_name>AutoDockVina64.exe</open_name>
</file_ref>
</app_version>
Did as you said, found the client state and it shows the exact file name as is in app_info, x86_64 ending.
Heres my log file problem:
Quote:
12/03/12 18:23:20 | | ATI GPU 0: Devastator (CAL version 1.4.1741, 2048MB, 2016MB available, 2244 GFLOPS peak)
12/03/12 18:23:20 | | OpenCL: ATI GPU 0: Devastator (driver version 1016.4 (VM), device version OpenCL 1.2 AMD-APP (1016.4), 2048MB, 2016MB available)
12/03/12 18:23:20 | World Community Grid | Found app_info.xml; using anonymous platform
12/03/12 18:23:20 | World Community Grid | [error] State file error: missing application file wcgrid_dsfl_vina_prod_x86_64.exe.6.25
12/03/12 18:23:20 | World Community Grid | [error] State file error: missing application file wcgrid_dsfl_vina_prod_x86_64.exe.6.25
12/03/12 18:23:20 | World Community Grid | [error] No application found for task: windows_x86_64 625 ; discarding
Well ... BOINC recognizes that you do not have a copy of the executable file for the DSFL project so won't even bother.Quote:
missing application file wcgrid_dsfl_vina_prod_x86_64.exe.6.25
Did you follow the above stop, remove app_info, restart, get tasks of ALL types you want to crunch, suspend, replace app_info and restart instructions?
I've said is a million times and I'll say it again. Once BOINC has downloaded the executables make copies so if you mess up your app_info file and the executables get deleted you can just copy them back in.
Snow crash, for hcc what files should I copy and keep? I could only find 6 exe files and they appeared to be boinc exe program stuff in the program folder for 64-bit applications.
I've copied.
hcckernel.cl.7.05
and
wcg_hcc1_img_7.05_windows_intelx86__ati_hcc1
Are you running both cpu and gpu tasks? are you running ati or nvidia?
Go to the data folder for wcg ... (your directory may be different)
Z:\Program Data\projects\www.worldcommunitygrid.org\
HCC CPU
wcg_hcc1_img_7.05_windows_intelx86
HCC GPU need this for both ati and nvidia
hcckernel.cl.7.05
HCC GPU ATI
wcg_hcc1_img_7.05_windows_intelx86__ati_hcc1
HCC GPU NVIDIA
wcg_hcc1_img_7.05_windows_intelx86__nvidia_hcc1
I put the executables onto my dropbox account so I can get them to my crunchers easier.