| United States-English |
|
|
|
![]() |
HP Fortran Compiler for HP-UX: HP Fortran Programmer's Reference > Chapter 10 HP
Fortran statementsBUFFER OUT (extension) |
|
Provided for compatibility with Cray BUFFER OUT statement.
Syntax
DescriptionThe BUFFER OUT statement is an HP Fortran extension that provides compatibility with the Cray BUFFER OUT feature. The statement causes data to be transferred while allowing any subsequent statements to execute concurrently. The BUFFER OUT statement is provided as a porting aid for existing Cray code; it typically will not produce noticeably superior performance compared to conventional Fortran 90 I/O methods. In fact, the BUFFER OUT statement will always be slightly slower than unformatted fixed record length I/O.
ExamplesFor an example of BUFFER IN, see “BUFFER IN (extension)”. Related statementsBUFFER IN |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|||||||||||||||