Thanks for fixing my stupid mistake (3 weeks of classdef's in MATLAB has
messed with me). The program now runs but when I run: mpiexec -n 2 I just
get the following, which is showing the mesh is not parallel. I must be
missing something else. Thanks.

Is serial: true
No. of partions: 1
n_processors() 1
processor_id: 0
Is serial: true
No. of partions: 1
n_processors() 1
processor_id: 0

On Mon, Nov 12, 2012 at 5:18 PM, Roy Stogner <[email protected]>wrote:

>
> On Mon, 12 Nov 2012, Andrew E Slaughter wrote:
>
>  .../test_vtkio.cpp:31:12: error: request for member ‘partition’ in
>> ‘pmetis’, which is of non-class type ‘libMesh::ParmetisPartitioner()’
>>
>
>  ParmetisPartitioner pmetis();
>>
>
> This declares a function that returns a ParmetisPartitioner.
>
> Omit the parentheses.
> ---
> Roy




-- 
Andrew E. Slaughter, PhD
[email protected]

Materials Process Design and Control Laboratory
Sibley School of Mechanical and Aerospace Engineering
169 Frank H. T. Rhodes Hall
Cornell University
Ithaca, NY 14853-3801
(607) 229-1829
http://aeslaughter.github.com/
------------------------------------------------------------------------------
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
_______________________________________________
Libmesh-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/libmesh-users

Reply via email to