On Thu, 10 Jan 2013, Daniele Masciarelli wrote: > However, I noticed that when I remove the complex number option, I have > another error: > > src/numerics/dense_matrix_blas_lapack.C:174: error: cannot convert > 'double*' to 'PetscScalar*' for argument '6' to 'void zgemm_(const char*,
This looks like a simple incompatibility between your PETSc version and your libMesh options. When you removed --enable-complex from your libMesh configuration, did you also switch to a PETSc built with PetscScalar==Real? --- Roy ------------------------------------------------------------------------------ Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft MVPs and experts. ON SALE this month only -- learn more at: http://p.sf.net/sfu/learnmore_122712 _______________________________________________ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
