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:
With parallel computing disabled
Use C++ standard thread library for parallel computing
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.