Obtaining the Source Code
Procedure
- Create the ecFlow installation directory /path/to/ECFLOW_BUILD.
mkdir -p /path/to/ECFLOW_BUILD
- Go to the ECFLOW_BUILD directory.
cd /path/to/ECFLOW_BUILD
- Download the ecFlow installation package.
https://confluence.ecmwf.int/download/attachments/8650755/ecFlow-5.5.2-Source.tar.gz
If the server is connected to the Internet, you are advised to run the wget command to obtain the ecFlow installation package.
wget https://confluence.ecmwf.int/download/attachments/8650755/ecFlow-5.5.2-Source.tar.gz --no-check-certificate
- Download the Boost installation package boost_1_72_0.tar.gz.
https://boostorg.jfrog.io/artifactory/main/release/1.72.0/source/boost_1_72_0.tar.gz
If the server is connected to the Internet, you are advised to run the wget command to obtain the Boost installation package.
wget https://boostorg.jfrog.io/artifactory/main/release/1.72.0/source/boost_1_72_0.t ar.gz --no-check-certificate
- Use an SFTP tool to upload the ecFlow and Boost installation packages to the /path/to/ECFLOW_BUILD directory on the server.
Parent topic: ecFlow 5.5.2 Porting Guide (openEuler 20.03)