[OMPI devel] typo in ompi/mca/io/romio/configure.m4?

2006-05-08 Thread Dries Kimpe
Hi, When trying to build Open MPI (r9843) with romio configured with pfvs2 support, I noticed that the configure from romio was failing because of missing libraries. Because the pvfs2 library was not in the standard search path, I needed to specify custom LDFLAGS and LIBS for the toplevel

[OMPI devel] [SPAM:### 81%] Re: typo in ompi/mca/io/romio/configure.m4?

2006-05-08 Thread Brian Barrett
On May 8, 2006, at 1:28 PM, Dries Kimpe wrote: I searched the entire code for other references to 'LSFLAGS', but couldn't find any. This probably means LSFLAGS is a typo? (After all, S is next to D on the keyboard ;-) Anyway, changing LSFLAGS to LDFLAGS makes everything work again. Yes, th

Re: [OMPI devel] typo in ompi/mca/io/romio/configure.m4?

2006-05-08 Thread Ralf Wildenhues
Hi Brian, Dries, * Brian Barrett wrote on Mon, May 08, 2006 at 01:43:38PM CEST: > > However, we really *should* abort configure and warn the user if -- > enable-io-romio is given and ROMIO fails to configure. I will fix > this with the LDFLAGS fix. I'll let you know when the fixes become >

Re: [OMPI devel] typo in ompi/mca/io/romio/configure.m4?

2006-05-08 Thread Brian Barrett
On May 8, 2006, at 1:54 PM, Ralf Wildenhues wrote: Hi Brian, Dries, * Brian Barrett wrote on Mon, May 08, 2006 at 01:43:38PM CEST: However, we really *should* abort configure and warn the user if -- enable-io-romio is given and ROMIO fails to configure. I will fix this with the LDFLAGS fix.

Re: [OMPI devel] [OMPI users] pnetcdf & Open MPI

2006-05-08 Thread Brian Barrett
On May 6, 2006, at 7:32 PM, Dries Kimpe wrote: Dries Kimpe wrote: The problem is that the OpenMPI group takes ROMIO as-is from an older release. Then they pass MPI_COMBINER_SUBARRAY as-is to ROMIO, which in that release it does not understand. Then ROMIO blows up. I'll try recompiling

Re: [OMPI devel] typo in ompi/mca/io/romio/configure.m4?

2006-05-08 Thread Dries Kimpe
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, There is another small problem in that file: - --with-io-romio-flags is not being passed either. This is needed to pass --with-filesystems for enabling ROMIO support for more than NFS and UFS. Problem is the io_romio_flags= line clearing the

Re: [OMPI devel] typo in ompi/mca/io/romio/configure.m4?

2006-05-08 Thread Brian Barrett
On May 8, 2006, at 7:00 PM, Dries Kimpe wrote: There is another small problem in that file: - --with-io-romio-flags is not being passed either. This is needed to pass --with-filesystems for enabling ROMIO support for more than NFS and UFS. Problem is the io_romio_flags= line clearing the pr

[OMPI devel] bug in Makefile.in

2006-05-08 Thread Dries Kimpe
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Sorry to keep you busy, but I found another problem with the Open MPI <-> ROMIO integration: mca/io/romio/romio/Makefile.in: # Open MPI: setup the AM_CONDITIONALs to build the different adio devices AM_CONDITIONAL(BUILD_GRIDFTP, [test -n "`echo $

Re: [OMPI devel] bug in Makefile.in

2006-05-08 Thread Dries Kimpe
There are a number of errors in my mail below (probably caused by the fact that I was in a hurry to leave for dinner ;-) 1) The file is configure.in, in mca/io/romio/romio/configure.in, not Makefile.in 2) The $ in grep 'pvfs$' was added by me as a temporary hack to prevent it from building

Re: [OMPI devel] bug in Makefile.in

2006-05-08 Thread Ralf Wildenhues
* Dries Kimpe wrote on Mon, May 08, 2006 at 08:46:49PM CEST: > > 2) The $ in grep 'pvfs$' was added by me as a temporary hack to > prevent it from building pvfs along with pvfs2. > It's not a good solution anyway, because $FILE_SYSTEM contains things > as "nfs ufs pvfs pvfs2" > > Really,

[OMPI devel] another small ROMIO fix...

2006-05-08 Thread Dries Kimpe
Hi, In ompi/mca/io/romio/romio/adio/Makefile.am there is an entry missing for PVFS2. Index: Makefile.am === --- Makefile.am (revision 9851) +++ Makefile.am (working copy) @@ -139,7 +139,7 @@ libadio_la_LIBADD = \ common/