<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div apple-content-edited="true"><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>On Mar 20, 2013, at 12:29 PM, Hubert Ritzdorf wrote:</div></div></span></span></div><div><br class="Apple-interchange-newline"><blockquote type="cite"><div>Hi,<br><br>I think that Bill's proposal kills the Fortran Profiling Interface.<br><br>If the user defines a <br><br>  subroutine MPI_Test (....)<br><br>      do something<br><br>      call PMPI _Test()<br><br>      do something<br><br> end subroutine MPI_Test<br><br>then this function will never be executed because the Fortrran compiler may have already<br>inlined the MPI_Test subroutine in the original code or the module version of MPI_Test is used.<br><br></div></blockquote><br></div><div>I believe this is the case.  But the user could implement something similar using a BIND(C) interface in Fortran.</div><div><br></div><div>-craig</div><br></body></html>