NAG Library Routine Document

x06xaf  (using_threaded_impl)

 Contents

    1  Purpose
    7  Accuracy
    10  Example

1
Purpose

x06xaf returns 1 when using a multi-threaded implementation of the NAG Library and 0 otherwise.

2
Specification

Fortran Interface
Function x06xaf ( )
Integer:: x06xaf
C Header Interface
#include nagmk26.h
Integer  x06xaf_ ()

3
Description

x06xaf can be used to determine whether you are using a serial or multi-threaded implementation of the NAG Library. In particular, with this information the behaviour of the other routines in this chapter can be predicted, as described in the X06 Chapter Introduction.
The routine returns 1 when a multi-threaded implementation of the Library is being used and 0 if a serial implementation is being used.

4
References

None.

5
Arguments

None.

6
Error Indicators and Warnings

None.

7
Accuracy

Not applicable.

8
Parallelism and Performance

x06xaf is not threaded in any implementation.

9
Further Comments

None.

10
Example

None.
© The Numerical Algorithms Group Ltd, Oxford, UK. 2017