Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-user] (no subject)

Only the edu.illinois.ncsa.forge.pbs.interactive.openmpi and edu.sdsc.trestles.torque.interactive.openmpi configurations support debugging. These require the ability to submit an interactive request using 'qsub -I'. PTP will make the submission for you, then run the debugger once the nodes have been allocated.

You should be able to use either of these for your system, since they are pretty generic, however you can also customize the configuration files if necessary.

If your system is set up so that you can submit a job with 'qsub -I' but you are still having problems, send me any output you are getting so I can try to see what the problem is.

Regards,
Greg

On May 12, 2013, at 10:06 PM, Krime <krimelam@xxxxxxxxx> wrote:

Thanks for your information and sorry for my lacking major part, my eclipse version is Juno 4.2.1, PTP 6.0.5.
Then where can I found the new configuration page for the PBS debug/run mode?
Thanks

BTW, can anyone tell me about the Howto-Reply of the mailing list system with Gmail in details? I'm sorry
 that I am newbie in this area...

Can you let us know which version of ptp and eclipse you are using?
That wiki page is unfortunately a bit old.  The current version of PTP
(6.0, release June 2012 on Eclipse 4.2 "Juno")
no longer utilizes "Resource Managers".  The scheduler/resource is
specified on the launch configuration when the application is launched via
Run or Debug.
However that page may still indicate what is supported - I will defer to
Greg, primary debug support and author of that page.
Mention of  "edu.illinois.ncsa.forge.pbs.interactive.openmpi"  implies i
think you are using 6.0.x

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

|------------>
| From:      |
|------------>
  >-------------------------------------------------------------------------------------------------------------------------------------------|
  |Krime <krimelam@xxxxxxxxx>                                                                                                                 |
  >-------------------------------------------------------------------------------------------------------------------------------------------|
|------------>
| To:        |
|------------>
  >-------------------------------------------------------------------------------------------------------------------------------------------|
  |ptp-user@eclipse.org                                                                                                                       |
  >-------------------------------------------------------------------------------------------------------------------------------------------|
|------------>
| Date:      |
|------------>
  >-------------------------------------------------------------------------------------------------------------------------------------------|
  |05/10/2013 05:50 AM                                                                                                                        |
  >-------------------------------------------------------------------------------------------------------------------------------------------|
|------------>
| Subject:   |
|------------>
  >-------------------------------------------------------------------------------------------------------------------------------------------|
  |[ptp-user] (no subject)                                                                                                                    |
  >-------------------------------------------------------------------------------------------------------------------------------------------|
|------------>
| Sent by:   |
|------------>
  >-------------------------------------------------------------------------------------------------------------------------------------------|
  |ptp-user-bounces@xxxxxxxxxxx                                                                                                               |
  >-------------------------------------------------------------------------------------------------------------------------------------------|




Hi. There's a problem while using PTP, that I'm trying to debug the OpenMPI
program in my own PBS platform and getting failure.
Then I looked around the PTP documents and found out the following page:
     http://wiki.eclipse.org/PTP/compatibility/resource_managers_50
which says it's not ok debug for PBS/Torque.
But I saw some threads here that some guys works on the "
edu.illinois.ncsa.forge.pbs.interactive.openmpi". However, I tried that one
and still failed.
Is there any wrong on my configurations? I use the following environment:
   1.   GCC 4.4.6
   2.   OpenMPI 1.4.3
   3.   Cent OS 5.5
   4.   PBS/Torque Dawning W780 Server
Thanks._______________________________________________
ptp-user mailing list
ptp-user@eclipse.org
https://dev.eclipse.org/mailman/listinfo/ptp-user
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://dev.eclipse.org/mailman/private/ptp-user/attachments/20130510/b2023669/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: graycol.gif
Type: image/gif
Size: 105 bytes
Desc: not available
URL: <https://dev.eclipse.org/mailman/private/ptp-user/attachments/20130510/b2023669/attachment.gif>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ecblank.gif
Type: image/gif
Size: 45 bytes
Desc: not available
URL: <https://dev.eclipse.org/mailman/private/ptp-user/attachments/20130510/b2023669/attachment-0001.gif>
------------------------------
_______________________________________________
ptp-user mailing list
ptp-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ptp-user


Back to the top