<div dir="ltr">Dear all<div><br></div><div>In my petsc fortran code, I am using MPI_Wtime to measure times. I include</div><div><br></div><div><div>#include <petsc/finclude/petsc.h90></div></div><div><br></div><div>When compiling, I get warning for MPI_Wtime</div><div><br></div><div><p style="margin:0px;font-size:11px;line-height:normal;font-family:menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures;color:rgb(213,59,211)"><b>Warning:</b></span><span style="font-variant-ligatures:no-common-ligatures"> Possible change of value in conversion from REAL(16) to REAL(8) at (1) [</span><span style="font-variant-ligatures:no-common-ligatures;color:rgb(213,59,211)"><b>-Wconversion</b></span><span style="font-variant-ligatures:no-common-ligatures">]</span></p><p style="margin:0px;font-size:11px;line-height:normal;font-family:menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures"><br></span></p>But MPI_Wtime is supposed to return double precision. The values I get from this function also seem to be wrong, always zero.<br><br>Thanks<br>praveen</div></div>