Difference between revisions of "Linux: Mellanox VMA"

From Define Wiki
Jump to navigation Jump to search
(Created page with "===Installing the VMA Software === To install the VMA package: # Go to the location where the package was saved. # Run the command below to start installation. <syntaxhighlight>#rpm -i l...")
 
 
Line 6: Line 6:
 
===Running VMA===
 
===Running VMA===
 
Before running a user application, you must add the library libvma.so to the env variable LD_PRELOAD.
 
Before running a user application, you must add the library libvma.so to the env variable LD_PRELOAD.
For further information, please refer to the User Manual. Example:
 
 
<syntaxhighlight>
 
<syntaxhighlight>
 
#LD_PRELOAD=libvma.so iperf -uc 224.22.22.22 -t 5
 
#LD_PRELOAD=libvma.so iperf -uc 224.22.22.22 -t 5
 
</syntaxhighlight>
 
</syntaxhighlight>

Latest revision as of 17:16, 5 February 2015

Installing the VMA Software

To install the VMA package:

  1. Go to the location where the package was saved.
  2. Run the command below to start installation.
    #rpm -i libvma.X.Y.Z-R.rpm

Running VMA

Before running a user application, you must add the library libvma.so to the env variable LD_PRELOAD.

#LD_PRELOAD=libvma.so iperf -uc 224.22.22.22 -t 5