Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Comunicados
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

WRITE Line Length

Intel_C_Intel
Funcionário
635 Visualizações
Is there a maximum line length when using the WRITE statement? (I'm considering a general surface matrix as output from a model)
0 Kudos
2 Respostas
Jugoslav_Dujic
Contribuidor valorado II
635 Visualizações
If I recall correctly, for default (sequential formatted) files there is a small limit (I think 256 or 512 characters), but it can be overridden using RECL= specifier in OPEN. For other types (unformatted, binary) either there's no limit or it is quite huge (~2**31).

Jugoslav
Steven_L_Intel1
Funcionário
635 Visualizações
You don't say which compiler you're using, so I'll assume CVF. The Compaq Fortran Language Reference Manual has tables under the description of OPEN(RECL=) that spell this out. Default is 132 for formatted, max is 2**31-1.

Steve
Responder