On Wed, Nov 13, 2013 at 9:50 AM, Hui Zhang <mike.hui.zh...@hotmail.com>wrote:

>
> On Nov 13, 2013, at 5:36 PM, John Peterson wrote:
>
> >
> > Since I don't have access to a Snow Leopard machine, would you try
> changing the above function declaration to:
> >
> > extern int oc_dumpnode(void*, void*);
> >
> > and let me know if that still works for you?
>
> Yes, after that change it still works without #include "oc.h".


OK, thanks for trying it.  I've pushed this new fix in 5b6de39ea, if this
new fix breaks for anyone, please let me know ASAP!



> Did you notice my question in the other thread? It seems that petsc
> changed DMCreateMatrix
> interface with the second parameter MatType removed.
>

I saw it, but I don't know exactly how to fix the problem and haven't had a
chance to dig into it.  Maybe Dmitry will comment.

In the meantime I would either downgrade to PETSc 3.4 or change

#if !PETSC_VERSION_LESS_THAN(3,3,0)

to

#if !PETSC_VERSION_LESS_THAN(3,3,0) && PETSC_VERSION_LESS_THAN(3,4,3)

(or whichever version is appropriate) to disable the DMLibMesh code for
github PETSc.

-- 
John
------------------------------------------------------------------------------
DreamFactory - Open Source REST & JSON Services for HTML5 & Native Apps
OAuth, Users, Roles, SQL, NoSQL, BLOB Storage and External API Access
Free app hosting. Or install the open source package on any LAMP server.
Sign up and see examples for AngularJS, jQuery, Sencha Touch and Native!
http://pubads.g.doubleclick.net/gampad/clk?id=63469471&iu=/4140/ostg.clktrk
_______________________________________________
Libmesh-devel mailing list
Libmesh-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libmesh-devel

Reply via email to