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
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
I am replying to my own posting here (see below).
The -pedantic option was leading to this error. The code works fine
without this option.
However, I am wondering if this should be an issue or not.
Thanks
Manav
On Aug 5, 2006, at 3:35 PM, Manav Bhatia wrote:
Hi,
I am using OpenMPI 1
Hi,
I am using OpenMPI 1.1 on Mac OS 10.4.7 with intel processors. I
compiled and installed using the following options:
/configure --prefix=/usr/local/openmpi --disable-mpi-f77 --disable-
mpi-f90
Everything compiles and runs fine in optimized mode using mpic++,
however, I get the f