インテル® Fortran コンパイラー XE 13.1 ユーザー・リファレンス・ガイド
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.