brezerk / ib_tool

just a simple InfiniBand network dump parser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Just some tests created by Oleksii.Malakhov
This is licensed under the terms of GPL

Requirements
*************************************

 * cmake >= 2.8
 * boost (filesystem system regex)

Build
*************************************
 mkdir build
 cd build
 cmake ..
 make

Install
*************************************
 make install

Uninstall
*************************************
 make uninstall

Run
*************************************

 # ./ibtool

About

just a simple InfiniBand network dump parser

License:GNU General Public License v3.0


Languages

Language:C++ 82.1%Language:CMake 17.9%