interface
integer function otsinparallel ( )
!dec$ alias otsinparallel, '_OtsInParallel'
end function otsinparallel
end interface
integer result
result = otsinparallel ( )
The function returns 1 if the program is currently running within a parallel region; otherwise, it returns zero.