Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-user] PTP parallel debugging on OS X 10.8

>2. Installed the PTP-specific update as mentioned on http://www.eclipse.org/ptp/downloads.php
OK just to confirm your PTP version, do Eclipse>About and click on something to get what version of org.eclipse.ptp.xxx you have -
probably 6.0.3.xxxxxxxx


There are so many things that can be clicked on in the About dialog and each one gives different numbers!
Here is the best I could do (and sorry about that):

  Eclipse for Parallel Application Developers 1.5.1.20121004-1506 epp.package.parallel null
  Fortran Development Tools (Photran) 8.0.3.201211112133 org.eclipse.photran.feature.group Eclipse PTP
  IBM XL Fortran Compiler Support 8.0.3.201211112133 org.eclipse.photran.xlf.feature.group Eclipse PTP
  Linux Intel(R) Fortran Compiler Support 8.0.3.201211112133 org.eclipse.photran.intel.feature.group Eclipse PTP
  Parallel Tools Platform (PTP) End-User Runtime 6.0.3.201211112147 org.eclipse.ptp.feature.group Eclipse PTP
  Parallel Tools Platform SDK 6.0.3.201211112147 org.eclipse.ptp.sdk.feature.group Eclipse PTP
  PTP Common External Components 6.0.3.201211112147 org.eclipse.ptp.external.feature.group Eclipse PTP
  PTP Common Utilities 6.0.3.201211112147 org.eclipse.ptp.utils.feature.group Eclipse PTP
  PTP Contributed Target System Configurations 6.0.3.201211112147 org.eclipse.ptp.rm.jaxb.contrib.feature.group Eclipse PTP
  PTP Core Components 6.0.3.201211112147 org.eclipse.ptp.core.feature.group Eclipse PTP
  PTP External Tools Framework 6.0.3.201211112147 org.eclipse.ptp.etfw.feature.group Eclipse PTP
  PTP External Tools Framework TAU Extension 6.0.3.201211112147 org.eclipse.ptp.etfw.tau.feature.group Eclipse PTP
  PTP External Tools Framework TAU Extension for Fortran 6.0.3.201211112147 org.eclipse.ptp.etfw.tau.fortran.feature.group Eclipse PTP
  PTP Fortran Project Synchronization Support 6.0.3.201211112147 org.eclipse.ptp.rdt.sync.fortran.feature.group Eclipse PTP
  PTP Fortran Support 6.0.3.201211112147 org.eclipse.ptp.fortran.feature.group Eclipse PTP
  PTP Graphical Explorer of MPI Programs (GEM) 6.0.3.201211112147 org.eclipse.ptp.gem.feature.group Eclipse PTP
  PTP JAXB Resource Manager Support 6.0.3.201211112147 org.eclipse.ptp.rm.jaxb.feature.group Eclipse PTP
  PTP LML JAXB Resource Manager 6.0.3.201211112147 org.eclipse.ptp.rm.lml_jaxb.feature.group Eclipse PTP
  PTP LML Support 6.0.3.201211112147 org.eclipse.ptp.rm.lml.feature.group Eclipse PTP
  PTP Parallel Language Development Tools 6.0.3.201211112147 org.eclipse.ptp.pldt.feature.group Eclipse PTP
  PTP Parallel Language Development Tools Fortran Support 6.0.3.201211112147 org.eclipse.ptp.pldt.fortran.feature.group Eclipse PTP
  PTP Parallel Language Development Tools UPC Support 6.0.3.201211112147 org.eclipse.ptp.pldt.upc.feature.group Eclipse PTP
  PTP Parallel Performance Wizard (PPW) 6.0.3.201211112147 org.eclipse.ptp.etfw.ppw.feature.group Eclipse PTP
  PTP RDT Remote Tools Support 6.0.3.201211112147 org.eclipse.ptp.rdt.remotetools.feature.group Eclipse PTP
  PTP RDT XL C/C++ Compiler Support 6.0.3.201211112147 org.eclipse.ptp.rdt.xlc.feature.group Eclipse PTP
  PTP Remote C Editor 6.0.3.201211112147 org.eclipse.ptp.rdt.editor.feature.group Eclipse PTP
  PTP Remote Development Tools (RDT) 6.0.3.201211112147 org.eclipse.ptp.rdt.feature.group Eclipse PTP
  PTP Remote Project Synchronization Support 6.0.3.201211112147 org.eclipse.ptp.rdt.sync.feature.group Eclipse PTP
  PTP Remote Services 6.0.3.201211112147 org.eclipse.ptp.remote.feature.group Eclipse PTP
  PTP Remote System Explorer Adapter 6.0.3.201211112147 org.eclipse.ptp.remote.rse.feature.group Eclipse PTP
  PTP Remote Tools Adapter 6.0.3.201211112147 org.eclipse.ptp.remote.remotetools.feature.group Eclipse PTP
  PTP Remote Tools Services 6.0.3.201211112147 org.eclipse.ptp.remotetools.feature.group Eclipse PTP
  PTP Resource Manager for IBM LoadLeveler 6.0.3.201211112147 org.eclipse.ptp.rm.ibm.ll.feature.group Eclipse PTP
  PTP Resource Manager for IBM Parallel Environment 6.0.3.201211112147 org.eclipse.ptp.rm.ibm.pe.feature.group Eclipse PTP
  PTP Resource Manager for MPICH2 6.0.3.201211112147 org.eclipse.ptp.rm.mpich2.feature.group Eclipse PTP
  PTP Resource Manager for Open MPI 6.0.3.201211112147 org.eclipse.ptp.rm.openmpi.feature.group Eclipse PTP
  PTP Resource Manager for SLURM 6.0.3.201211112147 org.eclipse.ptp.rm.slurm.feature.group Eclipse PTP
  PTP Scalable Communication Infrastructure (SCI) 6.0.3.201211112147 org.eclipse.ptp.sci.feature.group Eclipse.org
  PTP Scalable Debug Manager (SDM) 6.0.3.201211112147 org.eclipse.ptp.debug.sdm.feature.group Eclipse PTP
  PTP Services Framework 6.0.3.201211112147 org.eclipse.ptp.services.feature.group Eclipse PTP
  Rephraser Engine End-User Runtime 8.0.3.201211112133 org.eclipse.rephraserengine.feature.group Eclipse PTP

The actual location of the sdm binary that you built isn't critical, as long as the debug configuration points to it (Debugger tab).

And just to summarize here, it looks like you did make a connection back to localhost like we need to to in 6.0.x for running locally...

PTP 6.0.4 is about to be released.... but to get it you will need to update RSE as well (and probably CDT)....
I will defer to Greg for if he thinks there are any fixes in that you need…

It would be fantastic to get it to work. Since I moved to OS X 10.8 I lost TV and my parallel debugging is again based on printf or running ddd concurrently.

If you know how the issue with my parallel debugging could be itself debugged - I am happy to send you some more detailed backtraces. I just don't know how to generate them.

Back to the top