我要评分
获取效率
正确性
完整性
易理解

Installing OpenLB

Procedure

  1. Use PuTTY to log in to the server as the root user.
  2. Download the OpenLB installation package olb-1.4r0.tgz.
  3. Upload the installation package to the installation directory on the server.
  4. Decompress the installation package.
    tar –zxvf olb-1.4r0.tgz
  5. Go to the directory generated after the decompression.
    cd olb-1.4r0
  6. Install OpenLB.
    make -j4 samples

    If a large amount of compilation information is displayed and no error is reported, the installation is successful.