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

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


Back to the top