Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-user] remote compilation

>Can you explain step by step how to create a remote MPI C project using
>remote makefile and compilers ?

Actually an "MPI" project just means a regular CDT project, with the include directories pointing to where your
MPI include files are, the link command modified to include the mpi lib, and the build command (possibly) modified to change, e.g. gcc to mpicc.
So in the case of a makefile project, your makefile probably does most of this.
The wizard ("New MPI C project") just sets this up for convenience. You should be able to do it in project properties, or again like I said,
the makefile probably handles this in your case.
I *think* this is all you'd need to do.


...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., 745 West New Circle Road, Lexington, KY 40511

Inactive hide details for jgp ---12/16/2008 10:43:42 AM---Hi All,jgp ---12/16/2008 10:43:42 AM---Hi All,

          jgp <jgp@xxxxxxx>
          Sent by: ptp-user-bounces@xxxxxxxxxxx

          12/16/2008 10:42 AM

          Please respond to
          PTP User list <ptp-user@xxxxxxxxxxx>

To

PTP User list <ptp-user@xxxxxxxxxxx>

cc


Subject

Re: [ptp-user] remote compilation

Hi All,

1/ From a previous thread :
"RDT currently only supports unmanaged build (i.e. supplying your own
makefile)."
Can you explain step by step how to create a remote MPI C project using
remote makefile and compilers ?

2/
From a previous thread :

   * the PTP debugger does not support debugging RDT projects.
   * This means that to use the PTP debugger, you need to have a copy
     of the project in the local workspace so that the source files are
     available.
   * We hope to have this fixed in the next release.

Does it mean that provided a copy of the sources are in the local
workspace, it is possible today to do remote debugging ?
Can you clarify that point please ?


Best regards.

------------ ---------- ------------ ------------
CSCS - Swiss National Supercomputing Centre
jgp@xxxxxxx -
www.cscs.ch - +41 (0) 91 610 8278

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


GIF image

GIF image

GIF image


Back to the top