Converted from .HLP to .HTML by HLPTOHTML.

fortran .HLP

COMSHRERR

SEVERITY: F

MESSAGE TEXT: Unable to share memory region from x to y

EXPLANATION: The Fortran Run-Time Library could not make the specified memory region shared among the processes participating in the parallel processing environment.

DEFVALUSED

SEVERITY: I

MESSAGE TEXT: Default value of xx used for logical name

EXPLANATION: A default value was used for the specified logical name.

FAIACTCPU

SEVERITY: F

MESSAGE TEXT: Failed to obtain active CPU count

EXPLANATION: The Fortran Run-Time Library could not obtain the active CPU count. Thus, it was unable to set up the parallel processing environment.

FAIDCLEXIT

SEVERITY: F

MESSAGE TEXT: Failed to declare an exit handler

EXPLANATION: The Fortran Run-Time Library could not declare an exit handler. Thus, it was unable to set up the parallel processing environment.

FAIIDPRC

SEVERITY: F

MESSAGE TEXT: Failed to identify the process

EXPLANATION: The Fortran Run-Time Library could not identify the process. Submit a Software Performance Report (SPR) that describes the conditions leading to the error.

FAIIMAGNAME

SEVERITY: F

MESSAGE TEXT: Failed to obtain image name

EXPLANATION: The Fortran Run-Time Library could not obtain the image name. Thus, it was unable to set up the parallel processing environment.

FAIOWNERID

SEVERITY: F

MESSAGE TEXT: Failed to obtain owner process ID

EXPLANATION: The Fortran Run-Time Library could not obtain the owner process identification. Thus, it was unable to set up the parallel processing environment.

FAIPRCID

SEVERITY: F

MESSAGE TEXT: Failed to obtain process ID

EXPLANATION: The Fortran Run-Time Library could not obtain the process identification. Thus, it was unable to set up the parallel processing environment.

FAIPRCNAME

SEVERITY: F

MESSAGE TEXT: Failed to obtain process name

EXPLANATION: The Fortran Run-Time Library could not obtain the process name. Thus, it was unable to set up the parallel processing environment.

FAISHRSTACK

SEVERITY: F

MESSAGE TEXT: Unable to share the stack region from x to y

EXPLANATION: The Fortran Run-Time Library could not make the specified stack region shared among processes participating in the parallel processing environment.

FAISUBPRC

SEVERITY: F

MESSAGE TEXT: Failed to create subprocess

EXPLANATION: The Fortran Run-Time Library could not get the process identification. Thus, it was unable to set up the parallel processing environment.

FATINTERR

SEVERITY: F

MESSAGE TEXT: Fatal internal error in the Fortran Parallel Processing Run-Time Library

EXPLANATION: The Fortran Run-Time Library detected an unrecoverable, inconsistent condition. Submit a Software Performance Report (SPR) that describes the conditions leading to the error.

INVCOMADR

SEVERITY: F

MESSAGE TEXT: Invalid memory region addresses

EXPLANATION: The Fortran Run-Time Library detected invalid starting and ending addresses for a shared memory region. Submit a Software Performance Report (SPR) that describes the conditions leading to the error.

INVLCLADR

SEVERITY: F

MESSAGE TEXT: Invalid $LOCAL PSECT addresses

EXPLANATION: The Fortran Run-Time Library detected invalid starting and ending addresses for a $LOCAL PSECT. Submit a Software Performance Report (SPR) that describes the conditions leading to the error.

INVLOGNAM

SEVERITY: E

MESSAGE TEXT: Invalid logical name definition

EXPLANATION: A logical name was defined incorrectly.

INVNUMPRC

SEVERITY: F

MESSAGE TEXT: Invalid number of processes

EXPLANATION: The Fortran Run-Time Library detected an invalid number of processes. Submit a Software Performance Report (SPR) that describes the conditions leading to the error.

INVUNWIND

SEVERITY: F

MESSAGE TEXT: Invalid stack unwinding encountered

EXPLANATION: The Fortran Run-Time Library detected an invalid attempt to unwind the stack.

LOCALACCESS

SEVERITY: F

MESSAGE TEXT: Subprocess unable to access the shared $LOCAL PSECT

EXPLANATION: A subprocess could not access the shared $LOCAL PSECT.

LOCALSHRERR

SEVERITY: F

MESSAGE TEXT: Unable to share the $LOCAL PSECT

EXPLANATION: The Fortran Run-Time Library could not make the $LOCAL PSECT shared among the processes participating in the parallel processing environment.

MEMSHRERR

SEVERITY: F

MESSAGE TEXT: Memory sharing error

EXPLANATION: The Fortran Run-Time Library failed to share data among the processes participating in the parallel processing environment.

NOPARINIT

SEVERITY: I

MESSAGE TEXT: Parallel processing environment was not available

EXPLANATION: The DEC Fortran main program was not compiled with /PARALLEL. As a result, the parallel processing environment was not available.

NOTIMPRET

SEVERITY: F

MESSAGE TEXT: Routine not implemented in this version of FORRTL2

EXPLANATION: An attempt was made to use a routine that is not implemented in this version of the Fortran Run-Time Library.

NOTRUNINPP

SEVERITY: I

MESSAGE TEXT: Unable to run the DO-Loop PC: xx in parallel

EXPLANATION: A parallel DO loop with the specified PC address cannot run in parallel.

STACKSHRERR

SEVERITY: F

MESSAGE TEXT: Stack sharing error

EXPLANATION: The Fortran Run-Time Library could not make the stack shared among the processes participating in the parallel processing environment.

STKBUFOVR

SEVERITY: F

MESSAGE TEXT: Stack buffer overflow was detected

EXPLANATION: An internal limit on the number of shared stack regions that your program can have was exceeded. Submit a Software Performance Report (SPR) that describes the conditions leading to the error.

SUBPRCDIED

SEVERITY: F

MESSAGE TEXT: Subprocess PID: xx terminated

EXPLANATION: A subprocess with the specified process ID was terminated.

TOOMANPRC

SEVERITY: E

MESSAGE TEXT: Too many processes, allowed a maximum of 32 processes

EXPLANATION: A limit on the number of processes participating in the Fortran parallel processing environment was exceeded. The limit is currently 32.