XL Fortran for AIX 8.1

Language Reference

+-------------------------------IBM Extension--------------------------------+


NUM_USRTHDS()

Returns the number of threads that will be explicitly created by the user during execution of the program. This value is set by using the USRTHDS run-time option.

Class

Inquiry function

Result Value

Default scalar integer

If the value has not been explicitly set using the USRTHDS run-time option, the default value is 0.


Specific Name Argument Type Result Type Pass As Arg?
NUM_USRTHDS default scalar integer default scalar integer no

Related Information

See the "USRTHDS" run-time option and the "XLSMPOPTS" run-time option in the User's Guide.

+----------------------------End of IBM Extension----------------------------+


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]