[Trilinos-Users] Installation Problem;Please Help

amjad ali amjad11 at gmail.com
Wed Aug 20 00:27:20 MDT 2008


Hello, I successfully configured trilinos with:

../configure --prefix=/home/trilinos-8.0.8/LINUX_MPI --with-gnumake
--enable-amesos --enable-anasazi --enable-belos --enable-claps
--enable-didasko --enable-external --enable-isorropia --enable-kokkos
--enable-meros --enable-moocho --enable-moertel --enable-rtop
--enable-rythmos --enable-sacado --enable-tpetra --enable-teuchos
--enable-trilinoscouplings --enable-triutils --enable-galeri
--enable-shared  --enable-aztecoo-teuchos
--with-blas=/home/petsc1/soft/petsc-2.3.3-p11/externalpackages/fblaslapack/linux-gnu-intel/libfblas.a
--with-lapack=/home/petsc1/soft/petsc-2.3.3-p11/externalpackages/fblaslapack/linux-gnu-intel/libflapack.a
--with-mpi-compilers | tee configure_LINUX_MPI.log

Then I ran command:

make everything | tee make_LINUX_MPI.log

Then comes an error (see ending):
.
.
.
Trilinos package epetraext built successfully
To check the installation, simply type "make run-examples".
For more details, please refer to the instructions
contained in Trilinos/doc/check_installation.txt
make[4]: Leaving directory `/home/trilinos-8.0.8/LINUX_MPI/packages/epetraext'
make[3]: Leaving directory `/home/trilinos-8.0.8/LINUX_MPI/packages/epetraext'
Making all in thyra
make[3]: Entering directory `/home/trilinos-8.0.8/LINUX_MPI/packages/thyra'
Making all in src
make[4]: Entering directory `/home/trilinos-8.0.8/LINUX_MPI/packages/thyra/src'
../Makefile.export.thyra:14:
/home/trilinos-8.0.8/LINUX_MPI/packages/thyra/../tpetra/Makefile.export.tpetra:
No such file or directory
make[4]: *** No rule to make target
`/home/trilinos-8.0.8/LINUX_MPI/packages/thyra/../tpetra/Makefile.export.tpetra'.
 Stop.
make[4]: Leaving directory `/home/trilinos-8.0.8/LINUX_MPI/packages/thyra/src'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/trilinos-8.0.8/LINUX_MPI/packages/thyra'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/trilinos-8.0.8/LINUX_MPI/packages'
make[1]: *** [everything] Error 2
make[1]: Leaving directory `/home/trilinos-8.0.8/LINUX_MPI/packages'
make: *** [everything] Error 2
[root at localhost LINUX_MPI]#


I tried ./configure with both --enable-thyra and --disble-thyra. But
no improvement.

Please suggest solution.

with best regards,
Amjad Ali.



More information about the Trilinos-Users mailing list