pmix / pmix-standard

PMIx Standard Document
https://pmix.org
Other
22 stars 22 forks source link

Info-list operations should use 'list' as the parameter rather than 'ptr' #502

Open abouteiller opened 8 months ago

abouteiller commented 8 months ago

Overview

While working on https://github.com/pmix/pmix-standard/pull/492#discussion_r1362486437 we found that the name ptr for the list parameter in the PMIx_Info_list_get_info was unclear. However after review we found that this ptr problem is pervasive and should be tackled all at once.

Motivation

Clarification of parameter intent is always good.

Discussion

Mirror change should be made to Open PMIx and the ABI document.