Re: [OMPI users] compilation error in c++ debug mode

2006-08-06 Thread Benjamin Allan
Manav, You may also wish to consult the man or info pages for your particular flavor of gcc regarding the interpretation of -ansi. There may be more specific alternatives that check whatever flavor of ISO compliance is important to you. Unfortunately, the mpi specification was written before int3

Re: [OMPI users] users Digest, Vol 346, Issue 1

2006-08-06 Thread Borenstein, Bernard S
Building with 1.1.1b4 fixed the problems. Thanx for the excellent detective work Jeff. Bernie Borenstein The Boeing Company -Original Message- From: users-requ...@open-mpi.org [mailto:users-requ...@open-mpi.org] Sent: Monday, July 31, 2006 9:00 AM To: us...@open-mpi.org Subject: users D

Re: [OMPI users] compilation error in c++ debug mode

2006-08-06 Thread Jeff Squyres
Open MPI was not designed to handle all of those flags. We do have an "--enable-debug" mode that adds a bunch of compiler flags, but not all of the ones that you specified. In particular, however, -pedantic works for me (it's automatically added with --enable-debug). Running configure on my macb