More information: I just had our tech build libMesh without MPI and PETSc with the Apple supplied Clang and it worked fine. Cody
On Wed, May 29, 2013 at 7:49 AM, Roy Stogner <[email protected]>wrote: > > On Wed, 29 May 2013, lorenzo alessio botti wrote: > > > Compiling with clang, meaning that I have also recompiled mpich and > petsc, > > I get the following error > > What's your version of clang? We don't have that in continuous > integration yet but IIRC I did test 0.9.1 with it. > > > CXX src/fe/libmesh_opt_la-fe_boundary.lo > > In file included from src/fe/fe_boundary.C:26: > ... > > /usr/include/c++/4.2.1/bits/stl_construct.h:121:33: error: implicit > > instantiation of undefined template 'libMesh::TensorValue<double>' > > Try adding > #include "libmesh/tensor_value.h" > to the header list in fe_boundary.C? > --- > Roy > > > ------------------------------------------------------------------------------ > Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET > Get 100% visibility into your production application - at no cost. > Code-level diagnostics for performance bottlenecks with <2% overhead > Download for free and get started troubleshooting in minutes. > http://p.sf.net/sfu/appdyn_d2d_ap1 > _______________________________________________ > Libmesh-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/libmesh-users > ------------------------------------------------------------------------------ Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET Get 100% visibility into your production application - at no cost. Code-level diagnostics for performance bottlenecks with <2% overhead Download for free and get started troubleshooting in minutes. http://p.sf.net/sfu/appdyn_d2d_ap1 _______________________________________________ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
