Rate This Document
Findability
Accuracy
Completeness
Readability

Compiling KNewPfordelta

This section describes how to compile KNewPfordelta based on the source code

Procedure

  1. Obtain the KNewPfordelta source code as instructed in Obtaining the KNewPfordelta Source Code and save it to the /path/to/knewpfordelta directory.
  2. Install GCC 10.3 and Make 4.3.
    yum install gcc make
  3. Compile KNewPfordelta.
    cd /path/to/knewpfordelta
    make

    The newpfordelta_perf and newpfordelta_ut files are generated in this directory.