Thanks for your answer but I tried this before and I obtained the problem that

./configure  --enable-mpi 
--with-trilinos=/home/frohne/deal-subversion/trilinos-10.4.2-mpi 
--with-p4est=/home/frohne/deal-subversion/p4est --with-lapack=goto 
LDFLAGS=-L/cm/shared/apps/gotoblas/prescott/64/1.26/

could not find the lapack library:
...

This should in principle work. With this command line, what does config.log say why it didn't find the lapack library? You get this error message not only of the library doesn't exist but also if it exists but can't be linked with (e.g. because you need to link with *more* libraries). Take a look at what you find in config.log on this and it may give you an idea how to modify the command line.

checking for nc_open in -lnetcdf... no
checking for dgbsv_ in -lgoto... no
configure: error: LAPACK library goto not found

Same here.

Best
 W.

------------------------------------------------------------------------
Wolfgang Bangerth               email:            [email protected]
                                www: http://www.math.tamu.edu/~bangerth/

_______________________________________________
dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii

Reply via email to