critical impact:
NWORKERS - not supported (CrUn297)
Problem description
The NWORKERS intrinsic function exists on Tru64 UNIX, but not on HP-UX.
NWORKERS() returns the number of processes executing a routine. NWORKERS is a specific function with no generic name. It is provided for compatibility with HP Fortran 77 for OpenVMS VAX systems.
The result is always 1. Identifiers
 NWORKERS |
|
|
|
|
See also
Solution description
Review your code. If your code has a dependency on the NWORKERS intrinsic function, you might have to change your code. See the HP Fortran documentation for possible solutions.
Problem summary
| classifications |
source types |
OS release |
severity |
type |
| F90 |
Fortran |
any HP-UX 11i version |
critical |
unavailable |
|