Need cc_config.xml help!

Message boards : Number crunching : Need cc_config.xml help!
Message board moderation

To post messages, you must log in.

AuthorMessage
Cruncher-American Crowdfunding Project Donor*Special Project $75 donorSpecial Project $250 donor

Send message
Joined: 25 Mar 02
Posts: 1513
Credit: 370,893,186
RAC: 340
United States
Message 1161107 - Posted: 11 Oct 2011, 0:30:03 UTC

OK, what is wrong here?
I crested my cc_config.xml file in the correct directory with Notepad, and it reads:

<cc_config>
<use_all_gpus>1</use_all_gpus>
</cc_config>

(I have 4 GT240s in my machine).

But when I start up BOINC, I get the following messages:


1/1/2006 7:48:46 AM Unparsed tag in cc_config.xml: <use_all_gpus>
1/1/2006 7:48:47 AM Starting BOINC client version 6.10.60 for windows_x86_64
1/1/2006 7:48:47 AM log flags: file_xfer, sched_ops, task
1/1/2006 7:48:47 AM Libraries: libcurl/7.19.7 OpenSSL/0.9.8l zlib/1.2.3
1/1/2006 7:48:47 AM Data directory: C:\ProgramData\BOINC
1/1/2006 7:48:47 AM Running under account Jon
1/1/2006 7:48:47 AM Processor: 8 AuthenticAMD Quad-Core AMD Opteron(tm) Processor 2356 [Family 16 Model 2 Stepping 2]
1/1/2006 7:48:47 AM Processor: 512.00 KB cache
1/1/2006 7:48:47 AM Processor features: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 htt pni cx16 syscall nx lm svm sse4a osvw ibs page1gb rdtscp 3dnowext 3dnow
1/1/2006 7:48:47 AM OS: Microsoft Windows 7: Ultimate x64 Edition, Service Pack 1, (06.01.7601.00)
1/1/2006 7:48:47 AM Memory: 8.00 GB physical, 16.00 GB virtual
1/1/2006 7:48:47 AM Disk: 186.12 GB total, 162.75 GB free
1/1/2006 7:48:47 AM Local time is UTC -5 hours
1/1/2006 7:48:47 AM NVIDIA GPU 0 (not used): GeForce GT 240 (driver version 25896, CUDA version 3010, compute capability 1.2, 475MB, 257 GFLOPS peak)
1/1/2006 7:48:47 AM NVIDIA GPU 1 (not used): GeForce GT 240 (driver version 25896, CUDA version 3010, compute capability 1.2, 475MB, 257 GFLOPS peak)
1/1/2006 7:48:47 AM NVIDIA GPU 2 (not used): GeForce GT 240 (driver version 25896, CUDA version 3010, compute capability 1.2, 475MB, 257 GFLOPS peak)
1/1/2006 7:48:47 AM NVIDIA GPU 3: GeForce GT 240 (driver version 25896, CUDA version 3010, compute capability 1.2, 986MB, 257 GFLOPS peak)
1/1/2006 7:48:47 AM SETI@home Found app_info.xml; using anonymous platform

(Ignore date and time, my clock was bad).

What have I done wrong?



ID: 1161107 · Report as offensive
Profile Questor Crowdfunding Project Donor*Special Project $75 donorSpecial Project $250 donor
Volunteer tester
Avatar

Send message
Joined: 3 Sep 04
Posts: 471
Credit: 230,506,401
RAC: 157
United Kingdom
Message 1161109 - Posted: 11 Oct 2011, 0:36:08 UTC - in response to Message 1161107.  

You have a couple of missing lines in your file.

The structure is :-

<cc_config>
<log_flags>
[ ... ]
</log_flags>
<options>
[ ... ]
</options>
</cc_config>

So you should have :-

<cc_config>
<options>
<use_all_gpus>1</use_all_gpus>
</options>
</cc_config>


John.
GPU Users Group



ID: 1161109 · Report as offensive
Profile Frizz
Volunteer tester
Avatar

Send message
Joined: 17 May 99
Posts: 271
Credit: 5,852,934
RAC: 0
New Zealand
Message 1161110 - Posted: 11 Oct 2011, 0:37:45 UTC - in response to Message 1161107.  

I assume you forgot the <options> tag:

<cc_config>
<options>
<use_all_gpus>1</use_all_gpus>
</options>
</cc_config>
ID: 1161110 · Report as offensive
Cruncher-American Crowdfunding Project Donor*Special Project $75 donorSpecial Project $250 donor

Send message
Joined: 25 Mar 02
Posts: 1513
Credit: 370,893,186
RAC: 340
United States
Message 1161111 - Posted: 11 Oct 2011, 0:43:46 UTC - in response to Message 1161110.  

I assume you forgot the <options> tag:

<cc_config>
<options>
<use_all_gpus>1</use_all_gpus>
</options>
</cc_config>


Damn right I did!

Thanks to both of you.
ID: 1161111 · Report as offensive

Message boards : Number crunching : Need cc_config.xml help!


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