| United States-English |
|
|
|
![]() |
HP Fortran Compiler for HP-UX: HP Fortran Programmer's Reference > Chapter 10 HP
Fortran statementsBUFFER IN (extension) |
|
Provided for compatibility with the BUFFER IN Cray statement.
Syntax
DescriptionThe BUFFER IN statement is an HP Fortran extension that provides compatibility with the Cray BUFFER IN feature. The statement causes data to be transferred while allowing any subsequent statements to execute concurrently. The BUFFER IN statement is provided as a porting aid for existing Cray code; it typically will not produce superior performance compared to conventional Fortran 90 I/O methods.
ExamplesThe following program shows how to use the BUFFER IN and BUFFER OUT statements. The program must be compiled with the +autodbl option.
Related statementsBUFFER OUT |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|||||||||||||||