Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-user] Parallel debugger (local SDM) stopped working after 7.0.3 to 7.0.5 update

Cool, works as expected. Thank you.

Jiri

On Fri 18 Apr 2014 05:31:55 PHT, Greg Watson wrote:
> Ugh, sorry about that. I’ll need to fix the problem in a 7.0.6 release.
>
> In the interim, you can fix it yourself as follows.
>
> 1. Edit $HOME/.eclipsesettings/rms/OPENMPI/start_job.pl
> 2. Change line 123:
>
> 	if (exists $ENV{'PTP_DEBUG_START_MASTER'}) {
>
> to:
>
> 	if (1) {
>
> 3. Save the file and try to debug.
>
> Greg
>
> On Apr 16, 2014, at 11:11 PM, Jiří Vyskočil <vyskojir@xxxxxxxxxxxx> wrote:
>
>> The debugger worked with 7.0.3 just a few minutes before I did the
>> update.
>>
>> On Thu 17 Apr 2014 10:49:46 PHT, Jiří Vyskočil wrote:
>>> No luck. Deleted both .eclipse and .eclipsesettings directories, but
>>> the problem persists.
>>>
>>> Jiri
>>>
>>> On Tue 15 Apr 2014 19:41:46 PHT, Greg Watson wrote:
>>>> Please remove the .eclipsesettings directory from your home directory and try again.
>>>>
>>>> Regards,
>>>> Greg
>>>>
>>>> On Apr 15, 2014, at 2:53 AM, Jiří Vyskočil <vyskojir@xxxxxxxxxxxx> wrote:
>>>>
>>>>> I have just updated PTP from 7.0.3 to 7.0.5 - updated the Eclipse plugin
>>>>> via "Check for updates", dowloaded new SDM version form the website
>>>>> (7.0.5.201404110147), built it and installed in my path (/usr/local/bin).
>>>>>
>>>>> My setup was OK with 7.0.3, I actually used it a few minutes before the
>>>>> update. After the update, when I try to run a local parallel debug
>>>>> session, it hangs at "Operation in progress...". Console shows: "#PTP
>>>>> job_id=11110".
>>>>>
>>>>> The sdm and gdm processes are launched, routing file is written and
>>>>> contains correct hostname, there is no firewall running.
>>>>>
>>>>> Thanks for any ideas on what to check, or how to debug the debugger :-)
>>>>>
>>>>> Jiri
>>>>>
>>>>> _______________________________________________
>>>>> ptp-user mailing list
>>>>> ptp-user@xxxxxxxxxxx
>>>>> https://dev.eclipse.org/mailman/listinfo/ptp-user
>>>>
>>>> _______________________________________________
>>>> ptp-user mailing list
>>>> ptp-user@xxxxxxxxxxx
>>>> https://dev.eclipse.org/mailman/listinfo/ptp-user
>>>
>>
>> _______________________________________________
>> ptp-user mailing list
>> ptp-user@xxxxxxxxxxx
>> https://dev.eclipse.org/mailman/listinfo/ptp-user
>
> _______________________________________________
> ptp-user mailing list
> ptp-user@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/ptp-user

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature


Back to the top