After you have successfully compiled and installed the HIP kernel and rebooted both of the hosts, you need to compile the userspace applications in order to use HIP. Start by moving to the top level directory of HIPL:
Where you run the following:
autoreconf --install
./configure
make
Next, install HIPL as follows:
make install
Notes: you can optionally compile a binary package with "make deb" or "make rpm".
Some features are not compiled by default. Run "./configure --enable-FEATURE" to compile those. See "./configure --help" for a full list of options.
It is possible to include measurement code points in the HIPL code with --enable-performance configuration option. If you want to profile HIPL source code, please refer to http://www.cs.helsinki.fi/u/sklvarjo/gprof.html.