Compilation and Installation
Procedure
- Use PuTTY to log in to the server as the root user.
- Go to the DL_POLY installation package directory.
cd /path/to/DL_POLY
- Decompress the DL_POLY installation package.
tar -xzf dl_poly-RELEASE-1-10.tar.gz
- Go to the directory generated after the decompression.
cd dl_poly-RELEASE-1-10/source
- Copy the Makefile file.
cp ../build/MakePAR ./Makefile
- Modify the Makefile file.
- Perform the compilation and installation.
make dlpoly
- Set the DL_POLY environment variables.
export PATH=/path/to/DL_POLY/dl_poly-RELEASE-1-10/execute:$PATH
- Check whether DL_POLY is installed successfully.
which DLPOLY.X
If the following information is displayed, the installation is successful:
/path/to/DL_POLY/dl_poly-RELEASE-1-10/execute/DLPOLY.X
Parent topic: DL_POLY 1.10 Porting Guide (openEuler 21.03)
