<meta http-equiv="Content-Type" content="text/html; charset=utf-8"><div dir="ltr"><div>Are you asking about  MPICH_MPIIO_HINTS_DISPLAY?  That should display the hints at file open.  </div><div><br></div><div>> man intro_mpi</div><div><br></div><div><div>     MPICH_MPIIO_HINTS_DISPLAY</div><div>               If set, causes rank 0 in the participating communicator to</div><div>               display the names and values of all MPI-IO hints that are</div><div>               set for the file being opened with the MPI_File_open call.</div><div><br></div><div>               Default: not enabled.</div><div><br></div><div>     </div></div><div>The MPICH_MPIIO_HINTS is used to set hints.</div><div><br></div><div><br></div><div>> MPICH_MPIIO_HINTS_DISPLAY=1 MPICH_MPIIO_HINTS=*:romio_no_indep_rw=true ....run a program<br></div><div><br></div><div>PE 0: MPIIO hints for testdir/file:</div><div>...</div><div>          cb_nodes                 = 1<br></div><div>          romio_no_indep_rw        = true<br></div><div>          cb_config_list           = *:*<br></div><div>          romio_filesystem_type    = CRAY ADIO:</div><div><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, May 5, 2016 at 8:35 PM, Rob Latham <span dir="ltr"><<a href="mailto:robl@mcs.anl.gov" target="_blank">robl@mcs.anl.gov</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex"><br>
<br>
On 05/05/2016 07:27 PM, Jaln wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex">
Hi,<br>
I'm using the environmental variable MPICH_MPIIO_HINTS, to dump the<br>
mpiio configuration,<br>
but apparently, many layers(HDF5, Filesystems, etc) can overwrite the<br>
hints that passed in by the user. I think MPICH_MPIIO_HINTS can only<br>
grab the static information, not the runtime info. I'm wondering if<br>
there is anyway to accurately print out the MPIIO information without<br>
hacking the source codes? Thanks,<br>
</blockquote>
<br>
First off, I don't have any idea what Cray is doing with their MPI implementation.  They don't share their code with us, so you'd better contact them for support.<br>
<br>
<br>
I'm going to guess that MPICH_MPIIO_HINTS is really doing what you want -- if it's not, that's a bug and you should contact cray about that.<br>
<br>
==rob<br>
_______________________________________________<br>
discuss mailing list     <a href="mailto:discuss@mpich.org" target="_blank">discuss@mpich.org</a><br>
To manage subscription options or unsubscribe:<br>
<a href="https://lists.mpich.org/mailman/listinfo/discuss" rel="noreferrer" target="_blank">https://lists.mpich.org/mailman/listinfo/discuss</a><br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature"><br>A conclusion is the place where you got tired of thinking.  -- 
Steven Wright</div>
</div></div>