Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-user] Artifacts analysis for MPI does not work?

Is the include path that has your mpi.h file in it, in the include path for
the project?
Looks like you should put /usr/local/include/mpi.h in the project
properties - build/include path.
I know the builder will find this since it's in the path, but cdt can't
find it for the analysis to find the mpi artifacts without this.

If you have a managed build CDT project, and use the new project wizard,
this should be set up for you (PLDT adds an additional wizard page at the
end of the new project wizard pages).
If you don't, be sure to add it manually.

...Beth
High Productivity Tools / Parallel Tools  http://eclipse.org/ptp
T.J.Watson Research Center
Lexington, KY 40511


                                                                           
             "Chengdong Li"                                                
             <ptp.eclipse@gmai                                             
             l.com>                                                     To 
             Sent by:                  ptp-user@xxxxxxxxxxx                
             ptp-user-bounces@                                          cc 
             eclipse.org                                                   
                                                                   Subject 
                                       [ptp-user] Artifacts analysis for   
             03/13/2007 02:59          MPI does not work?                  
             PM                                                            
                                                                           
                                                                           
              Please respond                                               
              to
             <ptp-user@eclipse                                             
                   .org>                                                   
                                                                           
                                                                           




Hi,
artifacts anylysis over a simple MPI program, I could not get any MPI
artifacts. Here is some message:
1) a dialog showing following message:
   "***Anylysis is complete for: Source file: smooth3x3.c
    Number of MPI artifacts found: 0"
   lang=C
   PldtAstVisitor found filename /usr/local/include/mpi.h
   PldtAstVisitor found path /usr/local/include/mpi.h
   PldtAstVisitor found filename /usr/local/include/mpi.h
   PldtAstVisitor found path /usr/local/include/mpi.h
   PldtAstVisitor found filename /usr/local/include/mpi.h
   PldtAstVisitor found path /usr/local/include/mpi.h
   PldtAstVisitor found filename /usr/local/include/mpi.h
   PldtAstVisitor found path /usr/local/include/mpi.h
   PldtAstVisitor found filename /usr/local/include/mpi.h
   PldtAstVisitor found path /usr/local/include/mpi.h
   PldtAstVisitor found filename /usr/local/include/mpi.h
   PldtAstVisitor found path /usr/local/include/mpi.h
Thanks
mailing list
https://dev.eclipse.org/mailman/listinfo/ptp-user




Back to the top