Blame src/components/infiniband_umad/README

Packit 577717
/** 
Packit 577717
* @file:   README
Packit 577717
* CVS:     $Id$
Packit 577717
* @author: Dan Terpstra
Packit 577717
*          terpstra@icl.utk.edu
Packit 577717
* @defgroup papi_components Components
Packit 577717
* @brief Component Specific Readme file: Infiniband
Packit 577717
*/
Packit 577717
Packit 577717
/** @page component_readme Component Readme 
Packit 577717
Packit 577717
@section Component Specific Information
Packit 577717
Packit 577717
infiniband_umad/
Packit 577717
These files have the source code for a component that enables PAPI-C to access hardware monitoring counters for InfiniBand devices through the OFED library. Since a new interface was introduced with OFED version 1.4 (released Dec 2008), the current InfiniBand component does not support OFED versions < 1.4.
Packit 577717
Packit 577717
*/