Asynchronous IO in Fortran

Hi

Fortran has the concept of asynchronous IO.

PGI Release 9 Information and New Features states, that this language feature is “asynchronous I/O is partially implemented”.

Does it mean: One can set the Asynchronous-Attributes, the compiler will raise no error but the Attributes won’t have any effect.

I made a simple testprogram which seems to approve this.

I’m using 14.10. Maybe something changed since than or I missed something?

Benedikt