Learn R Programming

wsrf (version 1.5.14)

wsrfParallelInfo: Query about underlying parallel implementation information

Description

Give the information about underlying parallel implementation.

Usage

wsrfParallelInfo(...)

Arguments

...
Optional additional arguments. At present no additional arguments are used.

Value

  • A diagnostic message about the parallel implementation depends on the actual situation. Currently possible messages are:
    1. With parallel computing disabled
    2. Use C++ standard thread library for parallel computing
    3. Use C++ Boost thread library for parallel computing

Details

The parallel implementation cannot be changed after installation of the package. So this function is used to query which techniques are actually adopted as the underlying parallel implementation, among which are C++11, Boost, or no parallelism at all.

See Also

wsrf