Hi.<br><br>I attached the test result of &#39;src&#39;mpi/romio/&#39;. It seems that the failed tests are related with the shared file pointer and ordered mode. This time, I used gfortran-4.3 for the Fortran compiler(i.e. F77=/usr/bin/gfortran FC=/usr/bin/gfortran ./configure --with-file-system=&quot;pvfs2+nfs+ufs&quot;). Other configurations are the same.<br>
<br>Best regards.<br><br><div class="gmail_quote">2011/2/14 Rob Latham <span dir="ltr">&lt;<a href="mailto:robl@mcs.anl.gov">robl@mcs.anl.gov</a>&gt;</span><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div class="im">On Mon, Feb 14, 2011 at 09:23:36PM +0900, 전경원 wrote:<br>
&gt; Hi.<br>
&gt;<br>
&gt; I installed pvfs2-2.8.3 and mpich2-1.3.2 on Debian 5.0.6. Our pvfs2<br>
&gt; installation was verified using pvfs2-{ping,cp,ls} as mentioned in the<br>
&gt; manual. Also, mpich2 installation passed the &#39;make testing&#39; verification on<br>
&gt; the nfs filesystem. But, the io section of &#39;make teting&#39; procedure, fails on<br>
&gt; pvfs2 filesystem. Only four tests:<br>
&gt; test/mpi/io{getextent,i_noncontig,async,userioerr}, passed without error.<br>
&gt; Even more test/mpi/io/async_any produces error messages on the<br>
&gt; pvfs2-server.log as:<br>
<br>
</div>thanks for the bug report and the log.<br>
<br>
There are some MPI-IO features that are not supported on PVFS:<br>
- Shared file pointers requre explicit file locks, which PVFS does not<br>
  suport<br>
- Orderd mode also relies on the shared file pointer, so that&#39;s not<br>
  supported either<br>
<br>
Can you try out the tests in &#39;src/mpi/romio&#39; ?   you can just do a<br>
&quot;runtests -fname=/pvfs/whatever&quot;<br>
<br>
For the async I/O test we might have to get the orangefs guys<br>
involved.<br>
<br>
==rob<br>
<font color="#888888"><br>
--<br>
Rob Latham<br>
Mathematics and Computer Science Division<br>
Argonne National Lab, IL USA<br>
_______________________________________________<br>
mpich-discuss mailing list<br>
<a href="mailto:mpich-discuss@mcs.anl.gov">mpich-discuss@mcs.anl.gov</a><br>
<a href="https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss" target="_blank">https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss</a><br>
</font></blockquote></div><br>