[Trilinos-Users] problem at compiling trilinos with intel compiler

Shota Soga ssoga at ncsu.edu
Sat Sep 3 16:03:43 MDT 2011


Hi,

I do not use Zoltan, but I can give you general idea (which may not work.)
It looks like caused by ParMETIS.

1) Check your cmake. Does it specify the library path and include path?
-D ParMETIS_INCLUDE_DIR:PATH=your_path
-D ParMETIS_LIBRARY_DIR:PATH=your_library_path

2) Check your environmental variable. Did you specify LD_LIBRARY_PATH?
if you use bash,
export LD_LIBRARY_PATH=path_to_ParMETIS_LIBRARY

On Sat, Sep 3, 2011 at 2:17 PM, <rrossi at cimne.upc.edu> wrote:

> **
>
> Hi all,
>
>     i am attempting to compile trilinos with the intel compiler (and
> bullxmpi) and i get the following error (METIS and PARMETIS are activated)
>
>
>
> Generating FourByFour.mtx
> /prod/kratos/scratch_compile/trilinos-10.6.4-Source/packages/zoltan/src/tpls/third_library_const.h(139):
> error: identifier "idxtype" is undefined
>          indextype **vtxdist, indextype **xadj, indextype **adjncy, float
> **ewgts,
>          ^
>
>
>
> any hint on what i am doing wrong?
>
>
>
> thanks
>
> Riccardo
>
>
>
> _______________________________________________
> Trilinos-Users mailing list
> Trilinos-Users at software.sandia.gov
> http://software.sandia.gov/mailman/listinfo/trilinos-users
>
>


--
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://software.sandia.gov/pipermail/trilinos-users/attachments/20110903/40ed7ac2/attachment.html 


More information about the Trilinos-Users mailing list