[Trilinos-Users] mpi search path on OS10.5

Scott Askey scotta_2002 at yahoo.com
Sat Sep 13 15:57:09 MDT 2008


During configuration phase the "configure"  seems to ignore the mpi search path I pass to it in the configuration script.

My openmpi is installed in $HOME/local (--prefix=$HOME/local)
The mpif77, mpicc ...mpi**are all in:  $HOME/local/bin/

When I configure with --with-mpi-root= $HOME/local configure cannot find the fortran libraries.

When I link /usr/bin/mpif77 to   $HOME/local/bin/mpif77  the configure works and the build works (passes all tests).

Where in files produced ../configure  is the mpi search path the the full compilers paths noted?

../configure \
	     --prefix=/Users/blazer/src/trilinos/trilinos-8.0.8/mpi43\
 	     RANLIB="ranlib -s"\
	--with-mpi-root=$HOME/local/bin/ \
 	--with-mpi-compilers \
	     --with-ldflags="-Wl,-multiply_defined -Wl,suppress"\
	     --with-incdirs="-I/sw/include"\
   	      --with-ldflags="-L/sw/lib -framework vecLib"\
   	      --cache-file=config.cache    --with-gnumake \
   	      --enable-tests  \
 	      --enable-epetra \
	      --enable-ml\
	      --enable-nox\
	      --disable-default-packages\
 	      CFLAGS="-O3 -ftree-vectorize" CXXFLAGS="-O3 -ftree-vectorize"\
 	      FFLAGS="-O3 -ftree-vectorize"\
 	      FLIBS="-Wl,-framework -Wl,vecLib -lSystem" 

Thanks 

Scott Askey



      



More information about the Trilinos-Users mailing list