Re: [OMPI devel] openmpi-1.2.6 and pvfs-2.7.0+ Support

2008-06-04 Thread Jeff Squyres
Just to clarify -- are you saying that the function signature for PVFS_sys_create() has changed over time and that in some versions it takes 6 parameters, and in other versions it takes 7 parameters? (I know nothing about PVFS) Thanks! On May 30, 2008, at 6:07 PM, Joseph Bane wrote: H

[OMPI devel] openmpi-1.2.6 and pvfs-2.7.0+ Support

2008-05-30 Thread Joseph Bane
Hi all. I found a small issue compiling openmpi-1.2.6 with pvfs-2.7.0 support. There is a new layout attribute for "PVFS_sys_create" calls and simply passing a NULL in place of it for the "fake_an_open" function (io_romio_ad_pvfs2_open.c) takes care of the issue. I found this solution looking at MP