cvs commit: ports/devel Makefile ports/devel/hwloc Makefile distinfo pkg-descr pkg-plist ports/devel/hwloc/files manpages patch-configure patch-utils+Makefile.in

Maho Nakata maho at FreeBSD.org
Mon Dec 19 03:33:00 UTC 2011


maho        2011-12-19 03:33:00 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/hwloc          Makefile distinfo pkg-descr pkg-plist 
    devel/hwloc/files    manpages patch-configure 
                         patch-utils+Makefile.in 
  Log:
  The Portable Hardware Locality software package
  
  The Portable Hardware Locality (hwloc) software package provides
  a portable abstraction (across OS, versions, architectures, ...) of
  the hierarchical topology of modern architectures, including as follows:
  - NUMA memory nodes;
  - sockets;
  - shared caches;
  - cores and simultaneous multithreading.
  It also gathers various system attributes such as cache and
  memory information as well as the locality of I/O devices
  (such as network interfaces, InfiniBand HCAs or GPUs).
  It primarily aims at helping applications with gathering information about
  modern computing hardware so as to exploit it accordingly and efficiently [1].
  
  [1] Portable Hardware Locality (hwloc) WWW.
  
  WWW: http://www.open-mpi.org/projects/hwloc/
  
  PR:             163427
  Submitted by:   Eijiro Shibusawa <phd_kimberlite at yahoo.co.jp>
  Feature safe:   yes
  
  Revision  Changes    Path
  1.4762    +1 -0      ports/devel/Makefile
  1.1       +64 -0     ports/devel/hwloc/Makefile (new)
  1.1       +2 -0      ports/devel/hwloc/distinfo (new)
  1.1       +314 -0    ports/devel/hwloc/files/manpages (new)
  1.1       +16 -0     ports/devel/hwloc/files/patch-configure (new)
  1.1       +14 -0     ports/devel/hwloc/files/patch-utils+Makefile.in (new)
  1.1       +16 -0     ports/devel/hwloc/pkg-descr (new)
  1.1       +133 -0    ports/devel/hwloc/pkg-plist (new)


More information about the cvs-all mailing list