check_fbseq_input: Function 'check_fbseq_input'

Description Usage Arguments Value

Description

Checks input to the fbseq function.

Usage

1
check_fbseq_input(backend, processes = 1, threads = 1)

Arguments

backend

Backend for parallel computing. Options are "CUDA" and "OpenMP".

processes

number of CPU processes to fork for the additional chains. This argument is automatically reset to 1 for non-serial backends because additional parallel::mclapply processes interfere with other modes of parallelism. For some other backends, chains will be distributed accross processes.

threads

Number of threads for the OpenMP implementation.

Value

Corrected number of processes.


wlandau/fbseq documentation built on May 4, 2019, 8:43 a.m.