Installing OpenLB
Procedure
- Use PuTTY to log in to the server as the root user.
- Download the OpenLB installation package olb-1.4r0.tgz.
- Upload the installation package to the installation directory on the server.
- Decompress the installation package.
tar –zxvf olb-1.4r0.tgz
- Go to the directory generated after the decompression.
cd olb-1.4r0
- Install OpenLB.
make -j4 samples
If a large amount of compilation information is displayed and no error is reported, the installation is successful.
Parent topic: Installing OpenLB