next up previous contents
Next: Error messages Up: The FORTRAN-77 programming Previous: Control statements

Input/Output

 

The programmer is completely free to use the formats he likes. However, with respect to the e or d format it is suggested to use the following combination:
ss, 5(1pe12.3e2)
where ss means suppress sign, 1p means put always one digit before the decimal point and e2 means that always two digits of the exponent are given. Of course the numbers 5, 12 and 3 may be replaced by other suitable choices.
Remark: In a parallel environment, printing is a difficult task if you are not at the host. For that reason it is suggested that all print output should be done by only one subroutine. In ISNaS the subroutine ISPRINT is available, which automatically sends the output to the host, where it is printed.


next up previous contents
Next: Error messages Up: The FORTRAN-77 programming Previous: Control statements



ISNaS ontwikkeling
Wed May 24 08:37:14 METDST 1995