Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-user] Failed to create control for the dynamic tab "Basic Optoins

Hi, Greg and Ted

I have the same problem with Ted, "Re: Failed to create control for the dynamic tab "Basic      Optoins".

Followed with Greg's suggestion, I think i fix the problem!

comment the following lines!


[1] Lines 130-134 should look like this:

        <widget type="checkbox" title="No local" attribute="noLocalOption">
                <layout-data>
                        <grid-data horizontalSpan="2"/>
                </layout-data>
        </widget>

Jiyang
________________________________________
From: ptp-user-bounces@xxxxxxxxxxx [ptp-user-bounces@xxxxxxxxxxx] on behalf of ptp-user-request@xxxxxxxxxxx [ptp-user-request@xxxxxxxxxxx]
Sent: Sunday, July 21, 2013 12:38 PM
To: ptp-user@xxxxxxxxxxx
Subject: ptp-user Digest, Vol 80, Issue 36

Send ptp-user mailing list submissions to
        ptp-user@xxxxxxxxxxx

To subscribe or unsubscribe via the World Wide Web, visit
        https://dev.eclipse.org/mailman/listinfo/ptp-user
or, via email, send a message with subject or body 'help' to
        ptp-user-request@xxxxxxxxxxx

You can reach the person managing the list at
        ptp-user-owner@xxxxxxxxxxx

When replying, please edit your Subject line so it is more specific
than "Re: Contents of ptp-user digest..."


Today's Topics:

   1. Re: Failed to create control for the dynamic tab "Basic
      Optoins" (Ted Sariyski)


----------------------------------------------------------------------

Message: 1
Date: Sun, 21 Jul 2013 12:37:33 -0400
From: Ted Sariyski <tsariysk@xxxxxxxxxxxxxx>
To: PTP User list <ptp-user@xxxxxxxxxxx>
Subject: Re: [ptp-user] Failed to create control for the dynamic tab
        "Basic Optoins"
Message-ID: <51EC0E4D.1020906@xxxxxxxxxxxxxx>
Content-Type: text/plain; charset="iso-8859-1"; Format="flowed"

Greg,
Thanks for the prompt reply. I did not find:
<widgettype="checkbox"title="No local"attribute="noLocalOption">
<layout-data>
<grid-datahorizontalSpan="2"/>
</layout-data>
</widget>

I removed line 111:
<arg attribute="noLocalOption" isUndefinedIfMatches="false">-nolocal</arg>

When I try to use a customized target configuration, I get error:

Failed to execute command: ompi_info -a --parsable
Reason:
Cannot run program "ompi_info": Unknown reason.

Could you help, please? (see attached xml file).

Thanks in advance,
--Ted

P.S. Could you point to the site where I could file a bug, please?


On 07/21/2013 11:36 AM, Greg Watson wrote:
> Unfortunately there was no bug open, so it didn't get fixed. Please
> open a bug so that it will be fixed in the next release.
>
> Until then, you can work around the problem by importing the
> MPICH2-Generic-Interactive target configuration into your workspace,
> remove lines 130-134 [1], then using this target configuration when
> you create the run configuration. See
> http://wiki.eclipse.org/Parallel_Tools_Platform_FAQ#Q:_How_do_I_customize_an_existing_Target_System_Configuration.3F
> for more information.
>
> Regards,
> Greg
>
> [1] Lines 130-134 should look like this:
>
> <widgettype="checkbox"title="No local"attribute="noLocalOption">
> <layout-data>
> <grid-datahorizontalSpan="2"/>
> </layout-data>
> </widget>
>
> On Jul 21, 2013, at 10:52 AM, Ted Sariyski <tsariysk@xxxxxxxxxxxxxx
> <mailto:tsariysk@xxxxxxxxxxxxxx>> wrote:
>
>> Hi,
>> I posted this weeks ago (see attachment), but the issue is not
>> resolved in ptp 7.0.2. I don't see other reports on this issue, which
>> makes me think that there is something wrong in my Eclipse
>> configuration (Kepler, running on x86_64 Linux/CentOS 6). Could
>> somebody help how to track this issue, please?
>> Thanks,
>> --Ted
>>>
>>> Hi,
>>> I posted this a couple of days ago, but got no response. Let me
>>> clarify the question.
>>>
>>> I have problem to configure a parallel application for debugging. To
>>> illustrate the problem I followed the step-by-step instructions for
>>> demo project  "Calculate Pi - Fortran using MPI". I am able to build
>>> and execute the project as a "Fortran Local Application".  As to
>>> configuring a Parallel Application,  from "Run Configurations":
>>>
>>>      1. Parallel Application
>>>      2. Name: myPi;
>>>      3. Resources -> "MPICH2-Generic-Interactive"
>>>      4. Connection Type: Local
>>>
>>> At this point a "Launch Error" pops up:
>>>
>>>     --------------------------------------------------------------------------------
>>>     Failed to create control for the dynamic tab "Basic Optoins"
>>>     Reason:
>>>     Undefined attribute "nonLocalOption" in WidgetType
>>>     --------------------------------------------------------------------------------
>>>
>>
>> _______________________________________________
>> ptp-user mailing list
>> ptp-user@xxxxxxxxxxx <mailto: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

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://dev.eclipse.org/mailman/private/ptp-user/attachments/20130721/805b7f56/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Open MPI-Generic-Interactive (1).xml
Type: text/xml
Size: 13535 bytes
Desc: not available
URL: <https://dev.eclipse.org/mailman/private/ptp-user/attachments/20130721/805b7f56/attachment.xml>

------------------------------

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


End of ptp-user Digest, Vol 80, Issue 36
****************************************




Back to the top