Danterpstra (Talk | contribs) (→Implementation) |
Danterpstra (Talk | contribs) (→Implementation) |
||
| Line 12: | Line 12: | ||
Use the "Download tarball" link on the provided page to download a tarball of the source code folder to your computer. Untar the folder and place it in the components directory of your PAPI source tree. | Use the "Download tarball" link on the provided page to download a tarball of the source code folder to your computer. Untar the folder and place it in the components directory of your PAPI source tree. | ||
Configure the component by running infiniband/configure with two arguments: | Configure the component by running infiniband/configure with two arguments: | ||
| - | + | --with-infiniband_incdir = <path> | |
| - | + | --with-infiniband_libdir = <path> | |
This only needs to be done once. | This only needs to be done once. | ||
Configure PAPI using "--with-component=infiniband". Rebuild PAPI. | Configure PAPI using "--with-component=infiniband". Rebuild PAPI. | ||
| Infiniband | |
|---|---|
| Author(s) | PAPI team |
| Version | PAPI current |
| Last modified | 2010/06/18 |
| Author support | Yes |
| Component overview | Infiniband Network Component |
| Source Code | |
Contents |
This component enables PAPI-C to access hardware monitoring counters for InfiniBand devices through the OFED library.
Use the "Download tarball" link on the provided page to download a tarball of the source code folder to your computer. Untar the folder and place it in the components directory of your PAPI source tree. Configure the component by running infiniband/configure with two arguments:
--with-infiniband_incdir = <path> --with-infiniband_libdir = <path>
This only needs to be done once. Configure PAPI using "--with-component=infiniband". Rebuild PAPI.
Requires OFED versions >= 1.4.
Use as directed.
Linux