https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120958

Thomas Koenig <tkoenig at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |needs-stdcheck

--- Comment #26 from Thomas Koenig <tkoenig at gcc dot gnu.org> ---
Another thought... is ASYNCHRONOUS even the right attribute?
It is defined for asynchronous I/O only and has a very specific
meaning, which is not what MPI is doing with it.

A safe approach would be VOLATILE, but that would ignore
MPI_BARRIER.

Is there some sort of MPI standardization committee?  Who defines
the spec, and do they have anything to say about this?

Reply via email to