Applications/Netloc

From HPC
Revision as of 10:18, 10 April 2017 by Pysdlb (talk | contribs) (Pysdlb moved page Netloc to Applications/Netloc without leaving a redirect)

Jump to: navigation , search

Application Details

  • Description: The Portable Network Locality (netloc) software package provides network topology discovery tools, and an abstract representation of those networks topologies for a range of network types and configurations. It is provided as a companion to the Portable Hardware Locality (hwloc) package. These two software packages work together to provide a comprehensive view of the HPC system topology, spanning from the processor cores in one server to the cores in another – including the complex network(s) in between.
  • Version: 0.5
  • Module: netloc/0.5
  • Licence: Public Interest non-profit organization.

Usage Examples

Module

[username@login01 ~]$ module add netloc/0.5

Description

Towards this end, netloc is divided into three components:

  • Network topology discovery tools for each network type and discovery technique (called readers)
  • Merging hwloc server topology information with that network topology information to produce a unified map of an entire computing system (even if that system includes multiple networks of different types, and servers that are on at least one of those networks).
  • A portable C API for higher-level software to query, traverse, and manipulate the abstract representation of the network topology and unified map (represented as a graph)

The network topology graph not only provides information about the physical nodes and edges in the network topology, but also information about the paths between nodes (both physical and logical, where available). Since the type of analysis (e.g., graph partitioning) required of this graph is often application-specific, netloc limits the amount of analysis it performs and leaves further analysis to higher level applications and libraries built upon this service. Additionally, the lsnettopo CLI tool can display and export this network topology information in a variety of formats (e.g., GraphML and GEXF file formats) providing developers with an additional mechanism to access the data for further analysis.

Similar to hwloc, netloc primarily aims at helping applications with gathering information about modern computing and networking hardware so as to exploit it accordingly and efficiently.

Source https://www.open-mpi.org/projects/netloc/


Further Information

Icon home.png