Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-user] Eclipse PTP : why "Parallel Application" configuration triggers "Build all" (and not only "Build of the single one MPI project I want to build") ?

See http://wiki.eclipse.org/PTP/FAQ#Q:_When_I_launch_a_parallel_job_how_do_I_stop_it_from_building_everything_in_my_workspace_.3F

I don't think this is a perfect answer, you are right, other projects don't build everything...
but most users set the above and just trigger a build explicitly when they want.

...Beth

Beth Tibbitts
Eclipse Parallel Tools Platform  http://eclipse.org/ptp
IBM STG - High Performance Computing Tools
Mailing Address:  IBM Corp., 745 West New Circle Road, Lexington, KY 40511


Inactive hide details for Franck Houssen ---01/14/2012 07:20:43 AM---Hello, I'am (very !) new to Eclipse (sotfware and related Franck Houssen ---01/14/2012 07:20:43 AM---Hello, I'am (very !) new to Eclipse (sotfware and related forums). I didn't find any answer on Googl


    From:

Franck Houssen <fh_p@xxxxxxxxxxx>

    To:

<ptp-user@xxxxxxxxxxx>,

    Date:

01/14/2012 07:20 AM

    Subject:

[ptp-user] Eclipse PTP : why "Parallel Application" configuration triggers "Build all" (and not only "Build of the single one MPI project I want to build") ?

    Sent by:

ptp-user-bounces@xxxxxxxxxxx




Hello,

I'am (very !) new to Eclipse (sotfware and related forums). I didn't find any answer on Google / forums. Please let me know if my question is not supposed to be asked here (and, in this case, where I should post this question).

I use PTP (Eclipse IDE for Parallel Application Developers - Version: Indigo Service Release 1 - Build id: 20110916-0149). My OS is Ubuntu 11.10.

In my workspace, I have a c++ and a fortran projects :
    1. these projects are NOT MPI projects : run and debug related to a "c++/fortran local application" configuration
    2. these projects are stand-alone : not depending on any other project)
    3. both projects run OK : when I run c++ ( resp. fortran ) projet, only the build of c++ ( resp. fortran ) projet is triggered and then project is ran OK.
Then I create a third project : this is MPI project : run and debug related to a "parallel application" configuration. Run and debug are OK but running MPI project triggers always a "build all" (that is building c++ project, then building fortran project, then building and running MPI project).
Note: same behavior if the MPI project is a "Makefile project" or a "Wizard Hello World MPI project"

How to change MPI project settings (search for it but didn't find it), for the MPI project triggers only his own build ?

If I missed to give you some piece of information, tell me.

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


GIF image

GIF image


Back to the top