Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-user] Managed Make C Project - MPI project wizard failure

> When I click "finish", I get "Error Creating Project"  with the
> reason as "Internal Error".  The details are
> "java.lang.NullPointerException".
Oh yeah. Can you get me a stack dump for where the NullPointerException
occurred?
I don't have a Mac to test it on.  I've asked Greg if he has.
I've tested it on Win(cygwin, pldt only) & Linux
Sure, create a bugzilla entry and post it here, that's the best idea for
tracking.

...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


                                                                           
             Dave Hudak                                                    
             <dhudak@xxxxxxx>                                              
             Sent by:                                                   To 
             ptp-user-bounces@         PTP User list                       
             eclipse.org               <ptp-user@xxxxxxxxxxx>              
                                                                        cc 
                                                                           
             04/10/2007 01:38                                      Subject 
             PM                        Re: [ptp-user] Managed Make C       
                                       Project                             
                                                                           
             Please respond to                                             
               PTP User list                                               
             <ptp-user@eclipse                                             
                   .org>                                                   
                                                                           
                                                                           




Beth,

Do you want this entered as a bug?

Dave
---
David E. Hudak, Ph.D.
dhudak@xxxxxxx


On Apr 2, 2007, at 4:29 PM, Greg Watson wrote:

David,

Thanks for the feedback. Unfortunately our PLDT expert, Beth, is on
vacation this week. In the interim, go into the project properties,
then C/C++ Build, and change the compiler and linker to 'mpicc'. This
will at least allow you to build and run the application.

Regards,

Greg

On Apr 2, 2007, at 3:20 PM, Dave Hudak wrote:

> Hi All,
>
> I am interested in examining Eclipse PTP.  I have a PowerMac quad
> G5 that I am using for my initial testing, running Mac OS X 10.4.9
> and the latest Developer Tools release.
>
> I installed OpenMPI v1.2 and I can run the examples provided.
> (Just trying to launch 4 threads, one on each processor.)  I just
> did "./configure --with-devel-headers", so OpenMPI was installed
> under /usr/local
>
> I installed Eclipse SDK 3.2.2, CDT v3.1.2 (from eclipse software
> install), PTP Core v1.1 (the "sh BUILD" worked without a hitch) and
> PLDT v1.1.
>
> I am trying to create an MPI project, so I did the following:
>            In the preferences dialog, I set the MPI include path to /usr/

> local/include (and mpi.h and friends are there) and left the MPI
> build command as mpicc
>
> I do New->Project-> Managed C Make and I call it "mpihello"
> Project type is set for Executable (MacOS X) and debug and release
> configurations are selected
> No referenced C/C++ projects, so I did nothing.
> MPI Project Settings:  checked the "Add MPI project settings to
> this project" and "use default information"
>
> When I click "finish", I get "Error Creating Project"  with the
> reason as "Internal Error".  The details are
> "java.lang.NullPointerException".
>
> I am going to try to manually add the MPI information, but figured
> I would pass this on.
>
> With kind regards,
> Dave
> ---
> David E. Hudak, Ph.D.
> dhudak@xxxxxxx
>
>
> _______________________________________________
> ptp-user mailing list
> ptp-user@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/ptp-user

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


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




Back to the top