Installing zstd
Procedure
- Use PuTTY to log in to the server as the root user.
- Decompress the zstd installation package.
tar -zxvf zstd-1.3.4.tar.gz
- Go to the directory generated after the decompression.
cd zstd-1.3.4
- Perform the compilation and installation.
make CC=mpicc CXX=mpicxx FC=mpif90 make install
- Set the zstd environment variables.
export LD_LIBRARY_PATH=/path/to/ZSTD/zstd-1.3.4/lib:$LD_LIBRARY_PATH
Parent topic: Configuring the Compilation Environment