Installing the KSAL Package
Install the KSAL package on all data nodes according to the following steps.
- Install ISA-L.
- Download the isa-l-2.28.0.tar.gz installation package.
- Use a transfer tool to upload isa-l-2.28.0.tar.gz to the /home directory.
- Decompress the package.
1 2 3
cd /home tar -zxf isa-l-2.28.0.tar.gz cd isa-l-2.28.0
- Compile and install the package.
1 2 3 4 5
./autogen.sh ./configure --prefix=/usr --libdir=/usr/lib64 make make install make -f Makefile.unx
- Check the installation result.
1ll /lib64/libisal.so*
- Install KSAL.
- Download the BoostKit-KSAL_1.10.0.zip installation package from https://kunpeng-repo.obs.cn-north-4.myhuaweicloud.com/Kunpeng BoostKit/Kunpeng BoostKit 24.0.0/BoostKit-KSAL_1.10.0.zip.
- Use a transfer tool to upload BoostKit-KSAL_1.10.0.zip to the /home directory.
- Run the following commands to decompress BoostKit-KSAL_1.10.0.zip:
1 2
cd /home unzip BoostKit-KSAL_1.10.0.zip
- Run the following command to install the RPM package:
1rpm -ivh /home/libksal-release-1.10.0.oe1.aarch64.rpm
- Check the installation result.
1rpm -qi libksal

Parent topic: KSAL EC Acceleration