Biswa, > Undefined symbols: > "_Zoltan_Set_Param", referenced from:
How did you build Trilinos? I ask because the deal.II Makefiles assume the particular set of sub-libraries detailed here: http://dealii.org/developer/readme-petsc-trilinos.html Zoltan is not among them, and consequently the deal.II Makefiles don't link with libzoltan.dylib. However, other libraries in Trilinos seem to need it when you build it. The only way I can see right now is that you edit the file common/Make.global_options before you link step-1 by adding zoltan at an appropriate place in the list of Trilinos libraries around line 210. You'll have to find out where in the list it should appear. Best W. ------------------------------------------------------------------------- Wolfgang Bangerth email: [email protected] www: http://www.math.tamu.edu/~bangerth/ _______________________________________________ dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii
