mirror of
https://github.com/andre-wojtowicz/r-distributed-computing
synced 2024-11-21 15:35:28 +01:00
Update README.md
This commit is contained in:
parent
17635993b0
commit
b8d0b1129e
@ -118,7 +118,8 @@ The functions (excluding `hosts_scan_available`) stop the script if any part of
|
||||
In the `config.R` file you may customize `checkpoint` library configuration and the logging system.
|
||||
|
||||
In the `config-parallel.R` you can:
|
||||
* switch between parallel computing methods (`PARALLEL.USED.METHOD` by default is `REMOTE` but for testing you can change it to `LOCAL`, so that all calculations will be done on the server); for `LOCAL` the method defined in `PARALLEL.LOCAL.METHOD` might be `PSOCK` (default) or `FORK`.
|
||||
* switch between parallel computing methods (`PARALLEL.USED.METHOD` by default is `REMOTE` but for testing you can change it to `LOCAL`, so that all calculations will be done on the server); for `LOCAL` the method defined in `PARALLEL.LOCAL.METHOD` might be `PSOCK` (default) or `FORK`,
|
||||
* set or disable priority for the worker processes through `PARALLEL.RENICE` variable,
|
||||
* customize remote R session invoking parameters through `PARALLEL.REMOTE.*` variables,
|
||||
* worker logs file names are defined in `PARALLEL.*.SLAVE.OUT.FILE` and are unique among whole computing cluster.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user