Intel® Fortran Compiler 18.0 Developer Guide and Reference
POSIX Subroutine: Suspends process execution.
USE IFPOSIX
CALL PXFPAUSE (ierror)
ierror |
(Output) INTEGER(4). The error status. |
If successful, ierror is set to zero; otherwise, an error code.
The PXFPAUSE subroutine causes the invoking process (or thread) to sleep until a signal is received that either terminates it or causes it to call a signal-catching function.