Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-user] Re: ptp-user Digest, Vol 8, Issue 2

Fabio,
Please confirm what version of Eclipse, CDT, and PTP/PLDT you have.
if possible send me the source code whose MPI analysis gives the error.
The .log file might also be useful.

...Beth

Beth Tibbitts  (859) 243-4981  (TL 545-4981)
High Productivity Tools / Parallel Tools  http://eclipse.org/ptp
IBM T.J.Watson Research Center
Mailing Address:  IBM Corp., 455 Park Place, Lexington, KY 40511


                                                                           
             Fabio Martinelli                                              
             <fabio.martinelli                                             
             @roma2.infn.it>                                            To 
             Sent by:                  ptp-user@xxxxxxxxxxx                
             ptp-user-bounces@                                          cc 
             eclipse.org                                                   
                                                                   Subject 
                                       [ptp-user] Re: ptp-user Digest, Vol 
             07/12/2007 10:13          8, Issue 2                          
             AM                                                            
                                                                           
                                                                           
             Please respond to                                             
               PTP User list                                               
             <ptp-user@eclipse                                             
                   .org>                                                   
                                                                           
                                                                           




yes CDT it's inside, after some configuration Eclipse understand the mpi.h
path
in the editor phase and in the compiling/linking phase, but the button MPI
artifacts say
"Analysis completed with error"

and in the console I see that error
NoSuchMethodError

what do you think about?

many thanks,
Fabio









      Hi Fabio,

          Did you install CDT plugin?

      Clement

      Fabio Martinelli wrote:

            Hi,

            I have installed mpich and eclipse + ptp on Kubuntu, but when I
            start
            eclipse I got:

            Error running analysis: ITE null
              cause: java.lang.*NoSuchMethodError*:
            org.eclipse.cdt.core.dom.ast.IASTTranslationUnit.getDeclarations
(Lorg/eclipse/cdt/core/dom/ast/IBinding;)[Lorg/eclipse/cdt/core/dom/ast/IASTName;

            -
            org.eclipse.cdt.core.dom.ast.IASTTranslationUnit.getDeclarations
(Lorg/eclipse/cdt/core/dom/ast/IBinding;)[Lorg/eclipse/cdt/core/dom/ast/IASTName;

            java.lang.NoSuchMethodError:
            org.eclipse.cdt.core.dom.ast.IASTTranslationUnit.getDeclarations
(Lorg/eclipse/cdt/core/dom/ast/IBinding;)[Lorg/eclipse/cdt/core/dom/ast/IASTName;

                    at
            org.eclipse.*ptp*.pldt.common.analysis.PldtAstVisitor.isArtifact
(PldtAstVisitor.java:178)
                    at
            org.eclipse.ptp.pldt.common.analysis.PldtAstVisitor.processFuncName
(PldtAstVisitor.java:120)
                    at
            org.eclipse.ptp.pldt.mpi.core.analysis.MpiCASTVisitor.visit
            (MpiCASTVisitor.java:88)
                    at
            org.eclipse.cdt.internal.core.dom.parser.c.CASTFunctionCallExpression.accept
(CASTFunctionCallExpression.java:48)
                    at
            org.eclipse.cdt.internal.core.dom.parser.c.CASTExpressionStatement.accept
(CASTExpressionStatement.java:58)
                    at
            org.eclipse.cdt.internal.core.dom.parser.c.CASTCompoundStatement.accept
(CASTCompoundStatement.java:68)
                    at
            org.eclipse.cdt.internal.core.dom.parser.c.CASTFunctionDefinition.accept
(CASTFunctionDefinition.java:96)
                    at
            org.eclipse.cdt.internal.core.dom.parser.c.CASTTranslationUnit.accept
(CASTTranslationUnit.java:541)
                    at
            org.eclipse.ptp.pldt.mpi.core.actions.RunAnalyseMPI.doArtifactAnalysis
(RunAnalyseMPI.java:55)
                    at
            org.eclipse.ptp.pldt.common.actions.RunAnalyseBase.analyse
            (RunAnalyseBase.java:453)
                    at
            org.eclipse.ptp.pldt.common.actions.RunAnalyseBase.runResource
            (RunAnalyseBase.java:363)
                    at
            org.eclipse.ptp.pldt.common.actions.RunAnalyseBase.runResources
            (RunAnalyseBase.java:234)
                    at
            org.eclipse.ptp.pldt.common.actions.RunAnalyseBase$1.execute
            (RunAnalyseBase.java:153)
                    at
            org.eclipse.ui.actions.WorkspaceModifyOperation$1.run
            (WorkspaceModifyOperation.java:101)
                    at
            org.eclipse.core.internal.resources.Workspace.run
            (Workspace.java:1797)
                    at
            org.eclipse.ui.actions.WorkspaceModifyOperation.run
            (WorkspaceModifyOperation.java:113)
                    at
            org.eclipse.jface.operation.ModalContext$ModalContextThread.run
            (ModalContext.java:113)


            MPI Artifacts doesn't work !

            some suggestion?
            many thanks
            Fabio


            _______________________________________________
            ptp-user mailing list
            ptp-user@xxxxxxxxxxx
            https://dev.eclipse.org/mailman/listinfo/ptp-user





(See attached file: fabio.martinelli.vcf)(See attached file: smime.p7s)
_______________________________________________
ptp-user mailing list
ptp-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ptp-user

Attachment: fabio.martinelli.vcf
Description: Binary data

Attachment: smime.p7s
Description: Binary data


Back to the top