Re: [OMPI users] compiling from source from svn

2008-05-17 Thread Karsten Bolding
Hi again After having properly read the HACKING file - and especially the part relating to the gnu-tools - I can now compile and install the svn version of OpenMPI with gcc (4.2.3), and ifort (10.0). Next step will be to try it out. Thanks for your help - sofar. Karsten On Fri, May 16, 2008 at

Re: [OMPI users] compiling from source from svn

2008-05-17 Thread Karsten Bolding
Hi Jeff Whats the fast way specifying an alternative place for libtool for building OpenMPI. I tried: export PATH=/home/kb/local/bin:$PATH type libtool libtool is /home/kb/local/bin/libtool but I still get the same error. Karsten On Fri, May 16, 2008 at 06:34:19 -0400, Jeff Squyres wrote: > On

Re: [OMPI users] compiling from source from svn

2008-05-16 Thread Jeff Squyres
On May 16, 2008, at 5:17 PM, Karsten Bolding wrote: I wonder if our difference is that you're using LT 1.2.26 -- not something that I have tried in a long, long time (if ever -- I don't remember the last version of the LT 1.2 series that I tried). Can you upgrade to LT 2.2 or higher? its 1

Re: [OMPI users] compiling from source from svn

2008-05-16 Thread Karsten Bolding
On Fri, May 16, 2008 at 04:06:05 -0400, Jeff Squyres wrote: > I am unable to duplicate your problem (I get a failure later in the > build with f90 stuff, but that's likely an issue of finding compatible > compiler flags between ifort and gcc...?). I've tried with gfortran instead of ifort and

Re: [OMPI users] compiling from source from svn

2008-05-16 Thread Jeff Squyres
I am unable to duplicate your problem (I get a failure later in the build with f90 stuff, but that's likely an issue of finding compatible compiler flags between ifort and gcc...?). I wonder if our difference is that you're using LT 1.2.26 -- not something that I have tried in a long, long

Re: [OMPI users] compiling from source from svn

2008-05-16 Thread Karsten Bolding
here is comes On Fri, May 16, 2008 at 03:07:24 -0400, Jeff Squyres wrote: > Truly weird. Can you send all the information here: > > http://www.open-mpi.org/community/help/ > > -- -- Karsten BoldingBo

Re: [OMPI users] compiling from source from svn

2008-05-16 Thread Jeff Squyres
Truly weird. Can you send all the information here: http://www.open-mpi.org/community/help/ On May 16, 2008, at 2:57 PM, Karsten Bolding wrote: just did a clean check-out: kb@gate:/data/kb/compile/openmpi-svn$ svn update At revision 18449. and I get the same problem: gcc -O3 -DNDEBUG

Re: [OMPI users] compiling from source from svn

2008-05-16 Thread Karsten Bolding
just did a clean check-out: kb@gate:/data/kb/compile/openmpi-svn$ svn update At revision 18449. and I get the same problem: gcc -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -pthread -fvisibility=hidden -o .libs/orted orted.o -Wl,--export-dynamic ../../../orte/.libs/libopen-rte.so -lnsl -

Re: [OMPI users] compiling from source from svn

2008-05-16 Thread Jeff Squyres
Hmm. I just committed this feature to the trunk the other day. Could you perchance have gotten an intermediate r number that didn't want to compile? :-( What r number did you get? FWIW, my SVN HEAD compiles fine today: r18448. On May 16, 2008, at 10:17 AM, Karsten Bolding wrote: Hello

[OMPI users] compiling from source from svn

2008-05-16 Thread Karsten Bolding
Hello Due to a new feature - direct mapping between machinefile and rank - I want to try out the svn version. However, I run into compilation probloms. Here is what I do after I've updated svn. kb@gate:/data/kb/compile/openmpi-svn$ ./autogen.sh kb@gate:/data/kb/compile/openmpi-svn$ mkdir build