cc_config.xml improperly parsed

Message boards : BOINC Manager : cc_config.xml improperly parsed
Message board moderation

To post messages, you must log in.

AuthorMessage
Strawberry

Send message
Joined: 1 Aug 11
Posts: 1
Australia
Message 39389 - Posted: 1 Aug 2011, 12:32:21 UTC

It appears BONIC isn't registering every entry in my cc_config.xml. I've since removed the commenting from the xml file which has fixed the problem but I believe you should be able to add comments to the xml files, it's also in the xml spec at: http://en.wikipedia.org/wiki/XML#Comments.

1/08/2011 10:25:18 PM |  | Starting BOINC client version 6.12.33 for windows_x86_64
1/08/2011 10:25:18 PM |  | Config: don't use coprocessors
1/08/2011 10:25:18 PM |  | Config: don't compute while sc2editor.exe is running
1/08/2011 10:25:18 PM |  | Config: don't compute while virtualdub.exe is running
1/08/2011 10:25:18 PM |  | Config: don't compute while cbuild.exe is running
1/08/2011 10:25:18 PM |  | Config: don't compute while make.exe is running
1/08/2011 10:25:18 PM |  | Config: don't compute while mingw32-make.exe is running
1/08/2011 10:25:18 PM |  | Config: don't compute while mingw32-make3.79.1.exe is running
1/08/2011 10:25:18 PM |  | Config: don't compute while mingw32-make3.80.exe is running
1/08/2011 10:25:18 PM |  | Config: don't compute while mingw32-make3.81.90.exe is running
1/08/2011 10:25:18 PM |  | log flags: file_xfer, sched_ops, task
1/08/2011 10:25:18 PM |  | Libraries: libcurl/7.19.7 OpenSSL/0.9.8l zlib/1.2.5
1/08/2011 10:25:18 PM |  | Data directory: C:\ProgramData\BOINC
1/08/2011 10:25:18 PM |  | Running under account Strawberry
1/08/2011 10:25:18 PM |  | Processor: 8 GenuineIntel Intel(R) Core(TM) i7 CPU       Q 740  @ 1.73GHz [Family 6 Model 30 Stepping 5]
1/08/2011 10:25:18 PM |  | Processor: 256.00 KB cache
1/08/2011 10:25:18 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 smx tm2 popcnt pbe
1/08/2011 10:25:18 PM |  | OS: Microsoft Windows 7: Home Premium x64 Edition, Service Pack 1, (06.01.7601.00)
1/08/2011 10:25:18 PM |  | Memory: 7.93 GB physical, 15.86 GB virtual
1/08/2011 10:25:18 PM |  | Disk: 453.53 GB total, 158.32 GB free
1/08/2011 10:25:18 PM |  | Local time is UTC +10 hours
1/08/2011 10:25:18 PM |  | VirtualBox version: 4.0.10
1/08/2011 10:25:18 PM | World Community Grid | URL http://www.worldcommunitygrid.org/; Computer ID 1615589; resource share 100
1/08/2011 10:25:18 PM | World Community Grid | General prefs: from World Community Grid (last modified 01-Jan-1970 11:00:01)
1/08/2011 10:25:18 PM | World Community Grid | Host location: none
1/08/2011 10:25:18 PM | World Community Grid | General prefs: using your defaults
1/08/2011 10:25:18 PM |  | Reading preferences override file
1/08/2011 10:25:18 PM |  | Preferences:
1/08/2011 10:25:18 PM |  |    max memory usage when active: 4060.21MB
1/08/2011 10:25:18 PM |  |    max memory usage when idle: 7308.38MB
1/08/2011 10:25:18 PM |  |    max disk usage: 10.00GB
1/08/2011 10:25:18 PM |  |    max CPUs used: 2
1/08/2011 10:25:18 PM |  |    don't use GPU while active
1/08/2011 10:25:18 PM |  |    (to change preferences, visit the web site of an attached project, or select Preferences in the Manager)
1/08/2011 10:25:18 PM |  | Not using a proxy
1/08/2011 10:25:18 PM | World Community Grid | Restarting task faah23615_ZINC04813715_x1HHPxtl_00_0 using faah version 640
1/08/2011 10:25:18 PM | World Community Grid | Restarting task X0000119841195201005111412_1 using hcc1 version 642


<cc_config>
  <options>
    <!-- Disable GPU computing -->
    <no_gpus>1</no_gpus>
    <!-- Disable when games are running -->
    <exclusive_app>sc2.exe</exclusive_app>
    <exclusive_app>iourbanterror.exe</exclusive_app>
    <exclusive_app>swarm.exe</exclusive_app>
    <exclusive_app>quake4.exe</exclusive_app>
    <exclusive_app>roclientgameex.exe</exclusive_app>
    <!-- Disable when doing 3d related editing -->
    <exclusive_app>sc2editor.exe</exclusive_app>
    <!-- Disable when doing video processing -->
    <exclusive_app>virtualdub.exe</exclusive_app>
    <!-- Disable when compiling -->
    <exclusive_app>cbuild.exe</exclusive_app>
    <exclusive_app>make.exe</exclusive_app>
    <exclusive_app>mingw32-make.exe</exclusive_app>
    <exclusive_app>mingw32-make3.79.1.exe</exclusive_app>
    <exclusive_app>mingw32-make3.80.exe</exclusive_app>
    <exclusive_app>mingw32-make3.81.90.exe</exclusive_app>
  </options>
</cc_config>
ID: 39389 · Report as offensive
Profile Jord
Volunteer tester
Help desk expert
Avatar

Send message
Joined: 29 Aug 05
Posts: 15483
Netherlands
Message 39391 - Posted: 1 Aug 2011, 15:17:10 UTC - in response to Message 39389.  

The XML code used with BOINC is developed specifically for BOINC. It cannot at this time be compared to real XML, perhaps in the future.
ID: 39391 · Report as offensive
AmigaForever

Send message
Joined: 14 Jun 11
Posts: 46
Germany
Message 40291 - Posted: 21 Sep 2011, 22:49:20 UTC - in response to Message 39391.  

The XML code used with BOINC is developed specifically for BOINC. It cannot at this time be compared to real XML, perhaps in the future.



You should make that clear in the Boinc Wiki, too. Guess most plp think this is normal XML, though.
ID: 40291 · Report as offensive
Profile Jord
Volunteer tester
Help desk expert
Avatar

Send message
Joined: 29 Aug 05
Posts: 15483
Netherlands
Message 40307 - Posted: 22 Sep 2011, 22:36:01 UTC - in response to Message 40291.  
Last modified: 22 Sep 2011, 22:36:22 UTC

You should make that clear in the Boinc Wiki, too. Guess most plp think this is normal XML, though.

Well, in a sense it is.. The developers are busy changing to normal XML as of the next BOINC client, number 7. Parts of it are already included in the test versions 6.13.
ID: 40307 · Report as offensive

Message boards : BOINC Manager : cc_config.xml improperly parsed

Copyright © 2024 University of California.
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation.