<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style id="owaParaStyle" type="text/css">P {margin-top:0;margin-bottom:0;}</style>
</head>
<body ocsi="0" fpstyle="1">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">Hi,<br>
<br>
I think that there is a problem in the definition of info argument<br>
"accumulate_ops" of MPI_Win_create functions (Page 406, Line 4-9<br>
of MPI 3.0 document).<br>
<br>
(*) A value is missing if not all concurrent accumulate calls perform the<br>
     same operation.<br>
     Possible values might be: "not_same_op" or "false"<br>
(*) The actual default value of "same_op_no_op" breaks the backward<br>
      compatibility and causes problems in portability of applications, since a MPI<br>
      implementation is not required to evaluate (recognize) info keys.<br>
      Therefore, "not_same_op" must be the default value of info argument<br>
      "accumulate_ops".<br>
<br>
Hubert<br>
      <br>
<br>
</div>
</body>
</html>