Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-dev] M5 build candidate

First, check that the resource manager you created is set for version 1.2. Next, when you start eclipse with the -debug argument (from the command line), it should display a bunch of stuff, then something about a Debug options file. If you create/edit this file and add one or more of the following lines, you should be able to get more debugging output. Let me know what you find out.

Greg

# Tracing
org.eclipse.ptp.rm.core/debug=true

# Trace jobs that execute remote commands (discover, monitor, etc)
org.eclipse.ptp.rm.core/debug/command=true

# Trace more details about jobs that execute remote commands (discover, monitor, etc)
org.eclipse.ptp.rm.core/debug/command/more=true

# Trace job submission on the Runtime System
org.eclipse.ptp.rm.core/debug/job=falsetrue

# Trace status of the Runtime System
org.eclipse.ptp.rm.core/debug/rts=true

# Trace discover procedure on the Runtime System 
org.eclipse.ptp.rm.core/debug/rts/discover=true

# Trace monitor procedure on the Runtime System 
org.eclipse.ptp.rm.core/debug/rts/monitor=true

# Trace status of IPJobs on the Runtime System
org.eclipse.ptp.rm.core/debug/rts/job=true

# Trace more details of IPJobs on the Runtime System
org.eclipse.ptp.rm.core/debug/rts/job/more=true

# Redirect output of parallel application to terminal that is running eclipse 
org.eclipse.ptp.rm.core/debug/rts/job/output=true


On Oct 7, 2008, at 3:45 PM, Wyatt Spear wrote:

Installation and the TAU components reliant on that particular plugin seem to work fine, thanks.  Testing a simple C++ mpi job, the PTP view only shows it getting as far as the 'started' phase, where it stays indefinately.  No error output shows up and it seems to stop normally when I cancel it.  I'm running it with OpenMPI 1.2.5 compiled with gnu compilers.  Any thoughts on how I can look into this further?

Regards,
Wyatt

On Tue, Oct 7, 2008 at 11:14 AM, Greg Watson <g.watson@xxxxxxxxxxxx> wrote:
Is now available from the http://wiki.eclipse.org/PTP/builds/2.1 site.

Wyatt, this build should address your jar problem.

Cheers,

Greg

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


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


Back to the top