cc_config syntax errors

Message boards : Questions and problems : cc_config syntax errors
Message board moderation

To post messages, you must log in.

AuthorMessage
paradonym

Send message
Joined: 2 Nov 16
Posts: 1
Germany
Message 73715 - Posted: 2 Nov 2016, 20:12:04 UTC

Due to the lack of a "CPU only" switch in the Boinc-Settings I made a small cc_config.xml which should make BOINC never use the GPU at all, even if GPU only tasks from projects where I can't configure CPU-only are incoming:
<cc_config>
<options>
<exclusive_gpu_app>explorer.exe<exclusive_gpu_app>
<exclusive_gpu_app>svchost.exe</exclusive_gpu_app>
</options>
</cc_config>

But after restarting BOINC I get messages that the syntax isn't right, BOINC said that <exclusive_gpu_app> and both of the closes (</options> &</cc_config>) can't be recognized...
But the syntax should be right after viewing https://boinc.berkeley.edu/wiki/Client_configuration#Configuration_file
ID: 73715 · Report as offensive
Les Bayliss
Help desk expert

Send message
Joined: 25 Nov 05
Posts: 1654
Australia
Message 73717 - Posted: 2 Nov 2016, 20:27:01 UTC - in response to Message 73715.  

There's a missing / for the closing part of the first exclusion.
ID: 73717 · Report as offensive

Message boards : Questions and problems : cc_config syntax errors

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.