Uli, OpenHPI has its own additional functions oHpi* along with saHpi* functions from base HPI spec. You can see them in include/oHpi.h
They were introduced long time ago and dealt with daemon plug-ins' instances. At that time the OpenHPI client library was able to connect to one single daemon. So that functions did not have session/domain parameters. In nowdays the OpenHPI library is able to connect to multiple daemon instances. It seems that oHpi* interface is out-of-date. If you are planning to use only SAF HPI API, the issue is irrelevant for you. Anton Pak > Hi, > I didn't see any answer on this bug. Since we are planning to move to > multi domain configurations, > I am getting a bit scared, since I didn't understand fully the > consequences of this bug. > Cheers, > Uli > > > -----Original Message----- > From: ext SourceForge.net [mailto:[email protected]] > Sent: Tuesday, April 13, 2010 4:41 PM > To: [email protected] > Subject: [oh-tracker] [ openhpi-Bugs-2986517 ] oHPI API does drawback > inmulti-domain configuration > > Bugs item #2986517, was opened at 2010-04-13 18:41 > Message generated for change (Tracker Item Submitted) made by avpak > You can respond by visiting: > https://sourceforge.net/tracker/?func=detail&atid=532251&aid=2986517&gro > up_id=71730 > > Please note that this message will contain a full copy of the comment > thread, > including the initial issue submission, for this request, > not just the latest update. > Category: OpenHPI base library > Group: None > Status: Open > Resolution: None > Priority: 5 > Private: No > Submitted By: Anton Pak (avpak) > Assigned to: Anton Pak (avpak) > Summary: oHPI API does drawback in multi-domain configuration > > Initial Comment: > Seems oHpiXXX function do not work in multi-domain configurations. > Functions implementation in baselib/oh_client.cpp recognizes only > defailt domain. > Currently there is no way to invoke oHpiXXX function on non-default > domain. > > ---------------------------------------------------------------------- > > You can respond by visiting: > https://sourceforge.net/tracker/?func=detail&atid=532251&aid=2986517&gro > up_id=71730 > > ------------------------------------------------------------------------ > ------ > Download Intel® Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta. > http://p.sf.net/sfu/intel-sw-dev > _______________________________________________ > openhpi-tracker mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/openhpi-tracker > > ------------------------------------------------------------------------------ > > _______________________________________________ > Openhpi-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/openhpi-devel > ------------------------------------------------------------------------------ _______________________________________________ Openhpi-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openhpi-devel
