Rate This Document
Findability
Accuracy
Completeness
Readability

Installing OmniOperator JIT

The following operations must be performed on the management node and all compute nodes.

  1. Upload OmniOperator JIT–related packages in 1.3 to the /opt/omni-operator/ directory on the management node and compute nodes.
  2. Go to the /opt/omni-operator/ directory and decompress the packages.
    cd /opt/omni-operator/
    unzip BoostKit-omniop_1.0.0.zip
    tar -zxvf boostkit-omniop-operator-1.0.0-aarch64.tar.gz

  3. Copy OmniOperator JIT files to the /opt/omni-operator/lib directory.
    mv /opt/omni-operator/boostkit-omniop-operator-1.0.0-aarch64 /opt/omni-operator/boostkit-omniop-operator
    cd /opt/omni-operator/boostkit-omniop-operator
    cp -r include ir libboostkit* boostkit-omniop-bindings* config.h libsecurec.so /opt/omni-operator/lib/

    The /opt/omni-operator/boostkit-omniop-operator directory can be customized.