Class | sysdep |
In: |
sysdep.f90
|
このモジュールはシステムに依存する手続きに関する インタフェースを提供します。 言い換えると、このモジュールではシステムに依存するサブルーチンと関数の インタフェース宣言がなされています。 これらの手続きは対応する名前がついたファイル内において実装されています (すなわち sysdep で始まる名前のファイル群において、です)。
従って、ある名前の手続きがあったとして、その手続きの実装は実際には 複数のファイルにおいて行われている可能性があるので気をつけてください。
この sysdep モジュールは他のモジュールに依存しません。
It provides interface for system dependent procedures. In other words, there is interface declaration of a function and subroutines whose feature is regarded as system dependent. Implementation of these procedures are given in files with corresponding name (i.e. that begins with sysdep-).
Note that a procedure with one name may have several implementations.
The sysdep has no dependence to other modules.
Subroutine : | |
string : | character(len = *), intent(in) |
この手続きは、引数 string を装置 * に出力後、 プログラムを強制終了させます。 AbortProgram というのは総称名です。 実際にはソースコードを簡単に見つけるため、 SysdepAbort というサブルーチン名を与えられています。 多くの実装では終了コードをゼロ以外にしようと試みていますが、 それをあまり当てにするべきではありません。
This procedure terminates program after string is outputted to unit "*". AbortProgram is a generic name of a subroutine. In fact, the subroutine was given another name SysdepAbort, in order to make it easier to find the source code. Though many implementations are trying to set exit code other than zero, that should not be relied upon.
The entity is sysdepabort-abort.f90#SysdepAbort
Subroutine : | |
string : | character(len = *), intent(in) |
この手続きは、引数 string を装置 * に出力後、 プログラムを強制終了させます。 AbortProgram というのは総称名です。 実際にはソースコードを簡単に見つけるため、 SysdepAbort というサブルーチン名を与えられています。 多くの実装では終了コードをゼロ以外にしようと試みていますが、 それをあまり当てにするべきではありません。
This procedure terminates program after string is outputted to unit "*". AbortProgram is a generic name of a subroutine. In fact, the subroutine was given another name SysdepAbort, in order to make it easier to find the source code. Though many implementations are trying to set exit code other than zero, that should not be relied upon.
The entity is sysdepabort-errtra-setrcd.f90#SysdepAbort
Subroutine : | |
string : | character(len = *), intent(in) |
この手続きは、引数 string を装置 * に出力後、 プログラムを強制終了させます。 AbortProgram というのは総称名です。 実際にはソースコードを簡単に見つけるため、 SysdepAbort というサブルーチン名を与えられています。 多くの実装では終了コードをゼロ以外にしようと試みていますが、 それをあまり当てにするべきではありません。
This procedure terminates program after string is outputted to unit "*". AbortProgram is a generic name of a subroutine. In fact, the subroutine was given another name SysdepAbort, in order to make it easier to find the source code. Though many implementations are trying to set exit code other than zero, that should not be relied upon.
The entity is sysdepabort-exit.f90#SysdepAbort
Subroutine : | |
string : | character(len = *), intent(in) |
この手続きは、引数 string を装置 * に出力後、 プログラムを強制終了させます。 AbortProgram というのは総称名です。 実際にはソースコードを簡単に見つけるため、 SysdepAbort というサブルーチン名を与えられています。 多くの実装では終了コードをゼロ以外にしようと試みていますが、 それをあまり当てにするべきではありません。
This procedure terminates program after string is outputted to unit "*". AbortProgram is a generic name of a subroutine. In fact, the subroutine was given another name SysdepAbort, in order to make it easier to find the source code. Though many implementations are trying to set exit code other than zero, that should not be relied upon.
The entity is sysdepabort-setrcd.f90#SysdepAbort
Subroutine : | |
string : | character(len = *), intent(in) |
この手続きは、引数 string を装置 * に出力後、 プログラムを強制終了させます。 AbortProgram というのは総称名です。 実際にはソースコードを簡単に見つけるため、 SysdepAbort というサブルーチン名を与えられています。 多くの実装では終了コードをゼロ以外にしようと試みていますが、 それをあまり当てにするべきではありません。
This procedure terminates program after string is outputted to unit "*". AbortProgram is a generic name of a subroutine. In fact, the subroutine was given another name SysdepAbort, in order to make it easier to find the source code. Though many implementations are trying to set exit code other than zero, that should not be relied upon.
The entity is sysdepabort-stop.f90#SysdepAbort