Rate This Document
Findability
Accuracy
Completeness
Readability

Installing zstd

Procedure

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