Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-dev] Task ID in PProcess

Yes, I added it as an attribute....
However, I can't find any general "getAttribute" method.....
Thus, I've also added getTaskId() in IPProcess and PProcess.....
See PElement.java where attributes are accessed through non-general methods

Or maybe I'm looking at the wrong spot for getAttribute() ??

Donny

On 8/10/05, Nathan DeBardeleben <ndebard@xxxxxxxx> wrote:
Did you add this as an attribute?  I suggest it not be a data member but
instead be an attribute: PProcess.getAttribute(TASK_ID).  We moved to
that system last week or something - just like we moved node status,
PID, etc into attributes.

-- Nathan
Correspondence
---------------------------------------------------------------------
Nathan DeBardeleben, Ph.D.
Los Alamos National Laboratory
Parallel Tools Team
High Performance Computing Environments
phone: 505-667-3428
email: ndebard@xxxxxxxx
---------------------------------------------------------------------



Donny Kurniawan wrote:

> Hi Nathan,
>
> I've added Task ID (which starts from 0) in PProcess.
> The meaning is the same like in MPI processes, ie: a task id :)
> Changed code: IPProcess, PProcess, and ModelManager.
>
> Thanks,
> Donny
>
>------------------------------------------------------------------------
>
>_______________________________________________
>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