Re: [O-MPI devel] mpif.h problems

2005-09-26 Thread Jeff Squyres
Ok, thanks. I apologize -- I made this fix several days ago and forgot to commit it. :-\ We try not to commit changes to the configure/build system during the US work day, so I'll commit this stuff tonight (i.e., should be in tomorrow's tarball). On Sep 26, 2005, at 8:24 AM, David R. (C

Re: [O-MPI devel] mpif.h problems

2005-09-26 Thread David R. (Chip) Kent IV
I was able to get the code to compile and run by including only these 3 constants. Thanks for fixing this. Chip On Fri, Sep 23, 2005 at 11:35:14AM -0400, Jeff Squyres wrote: > On Sep 21, 2005, at 3:37 PM, David R. (Chip) Kent IV wrote: > > > I managed to find a number of problems with the mpif

Re: [O-MPI devel] mpif.h problems

2005-09-23 Thread Jeff Squyres
On Sep 21, 2005, at 3:37 PM, David R. (Chip) Kent IV wrote: I managed to find a number of problems with the mpif.h when I tried it on a big application. It looks like a lot of key constants are not defined in this file. So far, MPI_SEEK_SET, MPI_MODE_CREATE, MPI_MODE_WRONLY have broken the b

[O-MPI devel] mpif.h problems

2005-09-21 Thread David R. (Chip) Kent IV
I managed to find a number of problems with the mpif.h when I tried it on a big application. It looks like a lot of key constants are not defined in this file. So far, MPI_SEEK_SET, MPI_MODE_CREATE, MPI_MODE_WRONLY have broken the build. I've added them to mpif.h as I find them so that I can