[OMPI devel] installed wrappers

2007-02-15 Thread Bert Wesarg
Hello, why are the mpiCC, mpif77, and mpif90 wrappers installed, when i specify --disable-mpi-cxx, --disable-mpi-f77, and --disable-mpi-f90 for the ./configure? Greetings Bert Wesarg

[OMPI devel] build problem with 1.1.4

2007-02-15 Thread Bert Wesarg
Hello, I encounter a build problem with openmpi 1.1.4, which don't show up with version 1.1.2. After a simple ./configure, the variable OPAL_DATADIR in opal/include/opal/install_dirs.h shows this: $ grep '^#define OPAL_DATADIR' openmpi-1.1.2/opal/include/opal/install_dirs.h #define OPAL_DATADIR

[OMPI devel] [PATCH] ompi_get_libtool_linker_flags.m4: fix $extra_ldflags detection

2007-02-15 Thread Bert Wesarg
Hello, when using a multi token CC variable (like "gcc -m32"), the logic to extract $extra_ldflags from libtool don't work. So here is a little hack to remove the $CC prefix from the libtool-link cmd. Bert Wesarg diff -ur openmpi-1.1.4/config/ompi_get_libtool_linker_flags.m4 openmpi-1.1.4-extra_l

Re: [OMPI devel] [PATCH] ompi_get_libtool_linker_flags.m4: fix $extra_ldflags detection

2007-02-15 Thread Bernhard Fischer
On Thu, Feb 15, 2007 at 03:12:30PM +0100, Bert Wesarg wrote: >Hello, > >when using a multi token CC variable (like "gcc -m32"), the logic to >extract $extra_ldflags from libtool don't work. So here is a little hack >to remove the $CC prefix from the libtool-link cmd. > >Bert Wesarg >diff -ur openm

Re: [OMPI devel] [PATCH] ompi_get_libtool_linker_flags.m4: fix $extra_ldflags detection

2007-02-15 Thread Bert Wesarg
Bernhard Fischer wrote: > On Thu, Feb 15, 2007 at 03:12:30PM +0100, Bert Wesarg wrote: >> Hello, >> >> when using a multi token CC variable (like "gcc -m32"), the logic to >> extract $extra_ldflags from libtool don't work. So here is a little hack >> to remove the $CC prefix from the libtool-link c

Re: [OMPI devel] [PATCH] ompi_get_libtool_linker_flags.m4: fix $extra_ldflags detection

2007-02-15 Thread Bernhard Fischer
On Thu, Feb 15, 2007 at 04:06:31PM +0100, Bert Wesarg wrote: >Bernhard Fischer wrote: >> On Thu, Feb 15, 2007 at 03:12:30PM +0100, Bert Wesarg wrote: >>> Hello, >>> >>> when using a multi token CC variable (like "gcc -m32"), the logic to >>> extract $extra_ldflags from libtool don't work. So here i

[OMPI devel] v1.1/opal/event/poll.c:132: syntax error

2007-02-15 Thread Bert Wesarg
hello, there is a systax error in the named file at the named line: https://svn.open-mpi.org/trac/ompi/browser/branches/v1.1/opal/event/poll.c#L132 Greetings Bert

Re: [OMPI devel] build problem with 1.1.4

2007-02-15 Thread Brian Barrett
On Feb 15, 2007, at 3:07 AM, Bert Wesarg wrote: I encounter a build problem with openmpi 1.1.4, which don't show up with version 1.1.2. After a simple ./configure, the variable OPAL_DATADIR in opal/include/opal/install_dirs.h shows this: $ grep '^#define OPAL_DATADIR' openmpi-1.1.2/opal/incl

Re: [OMPI devel] build problem with 1.1.4

2007-02-15 Thread Bert Wesarg
Hello, Brian Barrett wrote: > On Feb 15, 2007, at 3:07 AM, Bert Wesarg wrote: > > Is this with a SVN checkout or the release tarball? Fifty-Fifty. I did a diff from the 1.1.2 tarball to the 1.1.4 tarball. And after applying the diff it sounds logical, that the build system was rebuilding itself a

Re: [OMPI devel] installed wrappers

2007-02-15 Thread Brian Barrett
On Feb 15, 2007, at 2:54 AM, Bert Wesarg wrote: why are the mpiCC, mpif77, and mpif90 wrappers installed, when i specify --disable-mpi-cxx, --disable-mpi-f77, and --disable-mpi-f90 for the ./configure? The Fortran 77 and Fortran 90 compilers will be disabled and return an error if those la

Re: [OMPI devel] v1.1/opal/event/poll.c:132: syntax error

2007-02-15 Thread Jeff Squyres
Thanks! We'll get that fixed up. On Feb 15, 2007, at 1:38 PM, Bert Wesarg wrote: hello, there is a systax error in the named file at the named line: https://svn.open-mpi.org/trac/ompi/browser/branches/v1.1/opal/event/ poll.c#L132 Greetings Bert