diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2018-03-21 18:13:12 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2018-03-21 18:13:12 +0100 |
commit | b88bc151196d66d876fbc11059fc8cd365ef5534 (patch) | |
tree | a427b392214a48e8ad5519e3fe16129461dddb51 | |
parent | 269bc4150678376c76cf2519a56bf6bc242549f8 (diff) |
Give a bit more advice on multicore use on Windows
-rw-r--r-- | man/mmkin.Rd | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/man/mmkin.Rd b/man/mmkin.Rd index eb6d05eb..e871d78b 100644 --- a/man/mmkin.Rd +++ b/man/mmkin.Rd @@ -23,7 +23,9 @@ mmkin(models, datasets, } \item{cores}{ The number of cores to be used for multicore processing. This is only - used when the \code{cluster} argument is \code{NULL}. + used when the \code{cluster} argument is \code{NULL}. On Windows machines, + cores > 1 is not supported, you need to use the \code{cluster} argument + to use multiple logical processors. } \item{cluster}{ A cluster as returned by \code{\link{makeCluster}} to be used for parallel |