Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-user] Problems with current PTP

Yes, I've updated it.

A strange thing that happened was that when I tried to update the PTP from the Eclipse GUI, it did not update anything.
Then I tried to install PTP 5.0.7 and the installer told me that it was already installed and that it would have performed an update instead.

Then I separately downloaded the "proxy" package (v. 5.0.7) and built the sdm.

And I had the problem I described. Some more details. I'm using a Linux CentOS 5.x OS, on a x86_64 machine. I'm using Open MPI 1.6.

Thanks,
Best regards.

Michele

2012/6/16 Rodrigo Fraxino Araujo <rfaraujo@xxxxxxxxxxxxxxxxxx>
Hi Michelle,

I am not the best person to answer, but a problem I've already had was
not updating the SDM binary. Have you updated it along with PTP?

Best regards,
Rodrigo.

On Fri, 15 Jun 2012 23:02:51 +0200
Michele De Stefano <micdestefano@xxxxxxxxx> wrote:

> Hello to everybody.
>
> Today I've tried the latest PTP together with the latest "Eclipse
> distribution for parallel development".
> I had serious problems caused by the debugger (sdm).
>
> Basically, the problem is that an MPI program that runs normally
> without any problem, crashes when debugged through PTP and sdm.
>
> I cannot share the source code (because it's proprietary) but the
> crash happens on a "cout" call (I'm debugging C++ code). Precisely, I
> have pieces of code like this:
>
> if (rank == 0) {
>    cout << "Bla bla bla" << endl;
> }
>
> and when the debugger arrives at the cout call, PTP crashes saying
> something like:
>
> Write: broken pipe.
>
> And then follow some errors saying that one of the processes exited
> abnormally.
>
> If I don't debug the program, or even if I debug it attaching an
> instance of gdb to each process, the crash never happens.
>
> Is there a particular setting that I have to use, or is this a PTP
> bug?
>
> Thank you in advance.
> Best regards.
>

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



--
Michele De Stefano
Web Site
Linked In
mds-utils: a general purpose Open Source library



Back to the top