On Wed, Aug 3, 2016 at 12:53 PM, Harry Pearce <harroontheg...@gmail.com>
wrote:

> John,
> I tried your suggestion and added #include "parallel_algebra.h" and it
> didn't work. I forgot to mention that the problem isn't directly through
> parallel.h. It was in the
>
> file included from /opt/libmesh-1.0.0-rc1/include/libmesh/libmesh.h:28:0,
>
>                 from HPeigenproblems_PZ_8_2_16_2.C:2:
> /usr/local/include/libmesh/parallel.h:328:37: error:"
>

Presumably this HPeigenproblems_PZ_8_2_16_2.C file is part of your app?
This is where you need to #include "parallel_algebra.h" along with
"parallel.h", along with anywhere else that you communicate non-trivial
types like Point using the Parallel routines in libmesh.

-- 
John
------------------------------------------------------------------------------
_______________________________________________
Libmesh-users mailing list
Libmesh-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libmesh-users

Reply via email to