stdout access='STREAM'

Steve Kargl sgk@troutmask.apl.washington.edu
Sat Jun 6 21:43:00 GMT 2015


On Sat, Jun 06, 2015 at 04:08:41PM -0500, George Wyche wrote:
> 
> I have read and read and cannot figure out the above. Certainly, the
> various "guessing" tries I've done fail (and fail and fail).

Instead of guessing, have you considered reading the 
documentation that comes with the compiler?

> 
> WRITE (*,'(A)') crtBuf(1:iEnd)
> 
> * is for whatever unit happens to be "standard out", i.e. my window console.
> 
> Is it not already open as ACCESS='STREAM'?

Apparently, no; otherwise you would not have sent an email.

> Is there some compiler switch
> needed so to otherwise be backwardly compatible?

No, as there is nothing to be backwards compatible with. 

> I really looked for words about, "Here is *an example* of how it should be
> arranged" for the above.

Did you try google with 'gfortran unbuffered"?

-- 
Steve



More information about the Fortran mailing list