Skip to content

Commit ad182d6

Browse files
committed
make note about parallel computing with max_time
1 parent 3a15ef5 commit ad182d6

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed

R/runSimulation.R

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -437,13 +437,12 @@
437437
#'
438438
#' \item{\code{max_time}}{
439439
#' Similar to \code{\link{runArraySimulation}}, specifies the (approximate) maximum
440-
#' time that the simulation is allowed to be executed. However, unlike the implementation
441-
#' in \code{runArraySimulation} is evaluated on a per condition basis,
442-
#' where \code{max_time} is only evaluated after every row in the
443-
#' \code{design} object has been completed (hence, is notably more approximate as it
444-
#' has the potential to overshoot by a wider margin). Default sets no time limit.
440+
#' time that the simulation is allowed to be executed. Default sets no time limit.
445441
#' See \code{\link{timeFormater}} for the input specifications; otherwise, can be
446442
#' specified as a \code{numeric} input reflecting the maximum time in seconds.
443+
#'
444+
#' Note that when \code{parallel = TRUE} the \code{max_time} can only be checked on
445+
#' a per condition basis.
447446
#' }
448447
#'
449448
#' \item{\code{max_RAM}}{

man/runSimulation.Rd

Lines changed: 4 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)