diff --git a/features.md b/features.md new file mode 100644 index 0000000..c51fc52 --- /dev/null +++ b/features.md @@ -0,0 +1,19 @@ +--- +layout: page +title: PMIx Standard Features and Roles +permalink: /features +--- + + + +![PMIx Logo Roles](/images/pmix-logo-roles.png 'PMIx Logo Roles') + +This page documents some of the PMIx features and roles that various cluster +subsystems can take, including required as well as desired levels of support. + +- [Fabric Manager](/standard/fabric-manager-roles-and-expectations) +- [Input/Output Forwarding for Tools](/standard/input-output-forwarding-for-tools) +- [Tiered Storage Support](/standard/tiered-storage-support) +- [Logging with PMIx](/standard/logging-with-pmix) +- [PMIx Groups](/standard/pmix-groups) + diff --git a/index.md b/index.md index b004c78..b526524 100644 --- a/index.md +++ b/index.md @@ -11,22 +11,16 @@ layout: home What is PMIx? ============= - - - -Features and Roles ------------------- - -![PMIx Logo Roles](/images/pmix-logo-roles.png 'PMIx Logo Roles') - -Provides guidance on the expectations PMIx places on various cluster -subsystems, including required as well as desired levels of support. - -- [Fabric Manager](/standard/fabric-manager-roles-and-expectations) -- [Input/Output Forwarding for Tools](/standard/input-output-forwarding-for-tools) -- [Tiered Storage Support](/standard/tiered-storage-support) -- [Logging with PMIx](/standard/logging-with-pmix) -- [PMIx Groups](/standard/pmix-groups) +PMIx is an application programming interface standard that provides +libraries and programming models with portable and well-defined access to commonly +needed services in distributed and parallel computing systems. +A typical example of such a service is the portable and scalable exchange of network +addresses to establish communication channels between the processes of a parallel +application or service. +As such, PMIx gives distributed system software providers a better understanding of how +programming models and libraries can interface with and use system-level services. + +More details about [features and roles](/features). [PMIx Standard](/standard) ===============