[Trilinos-Users] Trilinos-Users Digest, Vol 75, Issue 1

rrossi at cimne.upc.edu rrossi at cimne.upc.edu
Tue Nov 1 14:58:12 MDT 2011


  

Hi, 

 try to using a parmetis version < 4 

Riccardo 

On Tue, 01
Nov 2011 12:00:02 -0600, trilinos-users-request at software.sandia.gov
wrote: 

> Send Trilinos-Users mailing list submissions to
>
trilinos-users at software.sandia.gov [1]
> 
> To subscribe or unsubscribe
via the World Wide Web, visit
>
http://software.sandia.gov/mailman/listinfo/trilinos-users [2]
> or, via
email, send a message with subject or body 'help' to
>
trilinos-users-request at software.sandia.gov [3]
> 
> You can reach the
person managing the list at
> trilinos-users-owner at software.sandia.gov
[4]
> 
> When replying, please edit your Subject line so it is more
specific
> than "Re: Contents of Trilinos-Users digest..."
> 
> Today's
Topics:
> 
> 1. Trilinos building problem with Metis
(vratnasw at caltech.edu [5])
> 
>
----------------------------------------------------------------------
>

> Message: 1
> Date: Mon, 31 Oct 2011 14:06:21 -0700 (PDT)
> From:
vratnasw at caltech.edu [6]
> Subject: [Trilinos-Users] Trilinos building
problem with Metis
> To: trilinos-users at software.sandia.gov [7]
>
Message-ID:
> 
> Content-Type: text/plain; charset=iso-8859-1
> 
> Hi,
>
I tried building trilinos with the ML package enabled along with TPL's
>
METIS and ParaMEtis. However I ran into the following errors:
> 
>
/home/vishagan/t2/trilinos-10.8.2-Source/packages/ml/src/Coarsen/ml_agg_METIS.c:85:19:
>
error: unknown type name ?idxtype?
>
/home/vishagan/t2/trilinos-10.8.2-Source/packages/ml/src/Coarsen/ml_agg_METIS.c:444:24:
>
error: unknown type name ?idxtype?
>
/home/vishagan/t2/trilinos-10.8.2-Source/packages/ml/src/Coarsen/ml_agg_METIS.c:
>
In function ?ML_DecomposeGraph_with_METIS?:
>
/home/vishagan/t2/trilinos-10.8.2-Source/packages/ml/src/Coarsen/ml_agg_METIS.c:753:3:
>
error: unknown type name ?idxtype?
>
/home/vishagan/t2/trilinos-10.8.2-Source/packages/ml/src/Coarsen/ml_agg_METIS.c:755:3:
>
error: unknown type name ?idxtype?
>
/home/vishagan/t2/trilinos-10.8.2-Source/packages/ml/src/Coarsen/ml_agg_METIS.c:757:3:
>
error: unknown type name ?idxtype?
>
/home/vishagan/t2/trilinos-10.8.2-Source/packages/ml/src/Coarsen/ml_agg_METIS.c:819:14:
>
error: ?idxtype? undeclared (first use in this function)
>
/home/vishagan/t2/trilinos-10.8.2-Source/packages/ml/src/Coarsen/ml_agg_METIS.c:819:14:
>
note: each undeclared identifier is reported only once for each
function
> it appears in
>
/home/vishagan/t2/trilinos-10.8.2-Source/packages/ml/src/Coarsen/ml_agg_METIS.c:819:23:
>
error: expected expression before ?)? token
>
/home/vishagan/t2/trilinos-10.8.2-Source/packages/ml/src/Coarsen/ml_agg_METIS.c:828:23:
>
error: expected expression before ?)? token
>
/home/vishagan/t2/trilinos-10.8.2-Source/packages/ml/src/Coarsen/ml_agg_METIS.c:829:23:
>
error: expected expression before ?)? token
>
/home/vishagan/t2/trilinos-10.8.2-Source/packages/ml/src/Coarsen/ml_agg_METIS.c:889:22:
>
error: expected expression before ?)? token
>
/home/vishagan/t2/trilinos-10.8.2-Source/packages/ml/src/Coarsen/ml_agg_METIS.c:945:7:
>
warning: passing argument 9 of ?METIS_PartGraphRecursive? from
>
incompatible pointer type [enabled by default]
>
/home/vishagan/met/metis-5.0.1/build/include/metis.h:185:16: note:
>
expected ?real_t *? but argument is of type ?int *?
>
/home/vishagan/t2/trilinos-10.8.2-Source/packages/ml/src/Coarsen/ml_agg_METIS.c:945:7:
>
warning: passing argument 10 of ?METIS_PartGraphRecursive? from
>
incompatible pointer type [enabled by default]
>
/home/vishagan/met/metis-5.0.1/build/include/metis.h:185:16: note:
>
expected ?real_t *? but argument is of type ?int *?
>
/home/vishagan/t2/trilinos-10.8.2-Source/packages/ml/src/Coarsen/ml_agg_METIS.c:945:7:
>
error: too few arguments to function ?METIS_PartGraphRecursive?
>
/home/vishagan/met/metis-5.0.1/build/include/metis.h:185:16: note:
>
declared here
>
/home/vishagan/t2/trilinos-10.8.2-Source/packages/ml/src/Coarsen/ml_agg_METIS.c:956:9:
>
warning: passing argument 9 of ?METIS_PartGraphKway? from
incompatible
> pointer type [enabled by default]
>
/home/vishagan/met/metis-5.0.1/build/include/metis.h:190:16: note:
>
expected ?real_t *? but argument is of type ?int *?
>
/home/vishagan/t2/trilinos-10.8.2-Source/packages/ml/src/Coarsen/ml_agg_METIS.c:956:9:
>
warning: passing argument 10 of ?METIS_PartGraphKway? from
incompatible
> pointer type [enabled by default]
>
/home/vishagan/met/metis-5.0.1/build/include/metis.h:190:16: note:
>
expected ?real_t *? but argument is of type ?int *?
>
/home/vishagan/t2/trilinos-10.8.2-Source/packages/ml/src/Coarsen/ml_agg_METIS.c:956:9:
>
error: too few arguments to function ?METIS_PartGraphKway?
>
/home/vishagan/met/metis-5.0.1/build/include/metis.h:190:16: note:
>
declared here
> make[2]: ***
[packages/ml/src/CMakeFiles/ml.dir/Coarsen/ml_agg_METIS.c.o]
> Error 1
>
make[1]: *** [packages/ml/src/CMakeFiles/ml.dir/all] Error 2
> make: ***
[all] Error 2
> 
> I've tried rebuilding metis along with Parametis and
so forth, but no luck
> still. Any help would be appreciated. Thanks.
>

> Vish
> 
> ------------------------------
> 
>
_______________________________________________
> Trilinos-Users mailing
list
> Trilinos-Users at software.sandia.gov [9]
>
http://software.sandia.gov/mailman/listinfo/trilinos-users [10]
> 
> End
of Trilinos-Users Digest, Vol 75, Issue 1
>
*********************************************

  

Links:
------
[1]
mailto:trilinos-users at software.sandia.gov
[2]
http://software.sandia.gov/mailman/listinfo/trilinos-users
[3]
mailto:trilinos-users-request at software.sandia.gov
[4]
mailto:trilinos-users-owner at software.sandia.gov
[5]
mailto:vratnasw at caltech.edu
[6] mailto:vratnasw at caltech.edu
[7]
mailto:trilinos-users at software.sandia.gov
[8]
mailto:58548.131.215.220.186.1320095181.squirrel at webmail.caltech.edu
[9]
mailto:Trilinos-Users at software.sandia.gov
[10]
http://software.sandia.gov/mailman/listinfo/trilinos-users
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://software.sandia.gov/pipermail/trilinos-users/attachments/20111101/12e96efe/attachment.html 


More information about the Trilinos-Users mailing list