Hi,

I checked out the flags "--with-file-system=ufs+testfs+pvfs2" and
"--with-pvfs2" and I am finally able to write a file to the pvfs
filesystem (using pvfs2.8.0 and mpich2-1.0.8). I guess they must have
made some changes to the latest mpich code. Unless you explicitly
enable support for the pvfs file system, it doesn't compile the code
which is why everytime the program ended up in the code between the
flags ...
#ifndef ROMIO_PVFS2 ... #endif (src/mpi/romio/adio/common/ad_fstype.c)
and exited with an error.

Thanks for your help,

Regards,
Christina.

On Mon, Mar 16, 2009 at 3:25 PM, Robert Latham <[email protected]> wrote:
> On Mon, Mar 16, 2009 at 02:35:14PM -0400, Christina Patrick wrote:
>> I have attached config.log in this email.
>
> Thanks.
>
>> Another thing that I noticed
>> while configuring the latest version of mpich2 was that it kept
>> showing me the messages:
>> Unrecognized options: --enable-romio, --enable-threads,
>> --enable-debuginfo, --enable-g
>> while configuring the entire system. Even though the help in configure
>> says that these options are valid, if you use them it keeps throwing
>> these error messages during configuration.
>
> I don't think those messages are important, but I aslo do not see them
> myself.
>
> We changed things just a little bit with respect to PVFS support in
> MPICH2 configure.
>
> If we find the 'pvfs2-config' utility in $PATH, we used to just use
> that and its --libs and --cflags arguments, no matter what.  But on
> some systems, the pvfs2-config utility was installed incorrectly, or
> pointed to "front end" tools when someone wanted to configure for a
> different platform.  So now, you should provide
> --with-pvfs=${path_to_pvfs} all the time.
>
> If you pass in "--with-file-system=ufs+testfs+pvfs2", and configure
> finds the pvfs2-config utility in your path, then it will still use
> pvfs2-config for cflags and library information.
>
> OK, shorter version:
>
> I think adding --with-pvfs2=/hhome/mdl/patrick/pvfs-2.6.0/install
> will get you back on track.
>
> Thanks for sticking with us.  Sorry for the confusion.
> ==rob
>
> --
> Rob Latham
> Mathematics and Computer Science Division    A215 0178 EA2D B059 8CDF
> Argonne National Lab, IL USA                 B29D F333 664A 4280 315B
>

_______________________________________________
Pvfs2-developers mailing list
[email protected]
http://www.beowulf-underground.org/mailman/listinfo/pvfs2-developers

Reply via email to