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.
MESSAGE TEXT: Default value of xx used for logical name
EXPLANATION: A default value was used for the specified logical name.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
MESSAGE TEXT: Invalid logical name definition
EXPLANATION: A logical name was defined incorrectly.
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.
MESSAGE TEXT: Invalid stack unwinding encountered
EXPLANATION: The Fortran Run-Time Library detected an invalid attempt to unwind the stack.
MESSAGE TEXT: Subprocess unable to access the shared $LOCAL PSECT
EXPLANATION: A subprocess could not access the shared $LOCAL PSECT.
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.
MESSAGE TEXT: Memory sharing error
EXPLANATION: The Fortran Run-Time Library failed to share data among the processes participating in the parallel processing environment.
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.
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.
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.
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.
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.
MESSAGE TEXT: Subprocess PID: xx terminated
EXPLANATION: A subprocess with the specified process ID was terminated.
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.