Open MPI logo

Portable Hardware Locality (hwloc)

  |   Home   |   Support   |   FAQ   |  

Git checkout

Hwloc's Git repository is hosted at Github.

The Git repository may be checked out with:

  git clone https://github.com/open-mpi/hwloc

Online browsing

The Git repository may be browsed online.

Branches and tags

There are three general areas of the source code repository that will interest most users:

  • The "master" branch is generally the head of hwloc development. This branch is checked out by default when cloning the Git repository.
  • Major stable releases are always branched. For example, the 1.0 series of hwloc will be available under branch v1.0 directory; the 1.1 series is available under branch v1.1, etc.
  • Point releases are all tagged. For example, version 1.0.0 is available tagged as hwloc-1.0.0, version 2.3.4 is available under tag hwloc-2.3.4, etc.