mirror of https://github.com/BOINC/boinc.git
Updated Client configuration (markdown)
parent
744be18d26
commit
529f70bcb9
|
@ -54,19 +54,19 @@ The ```cc_config.xml``` file has the format:
|
||||||
The ```<options>``` section contains settings that control the behavior of
|
The ```<options>``` section contains settings that control the behavior of
|
||||||
the BOINC client.
|
the BOINC client.
|
||||||
Default values will be used for any options not specified.
|
Default values will be used for any options not specified.
|
||||||
|
_
|
||||||
```xml
|
```xml
|
||||||
<abort_jobs_on_exit>0|1</abort_jobs_on_exit>
|
<abort_jobs_on_exit>0|1</abort_jobs_on_exit>
|
||||||
```
|
```
|
||||||
If 1, abort jobs and update projects when client exits.
|
If 1, abort jobs and update projects when client exits.
|
||||||
Useful on grids where disk gets wiped after each run.
|
Useful on grids where disk gets wiped after each run.
|
||||||
|
__
|
||||||
```xml
|
```xml
|
||||||
<allow_multiple_clients>0|1</allow_multiple_clients>
|
<allow_multiple_clients>0|1</allow_multiple_clients>
|
||||||
```
|
```
|
||||||
Allow multiple BOINC clients to run on a single host.
|
Allow multiple BOINC clients to run on a single host.
|
||||||
Each must run in a different data directory.
|
Each must run in a different data directory.
|
||||||
|
___
|
||||||
```xml
|
```xml
|
||||||
<allow_remote_gui_rpc>0|1</allow_remote_gui_rpc>
|
<allow_remote_gui_rpc>0|1</allow_remote_gui_rpc>
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue