How To Install dl_poly-mpich on Fedora 36

In this tutorial we learn how to install dl_poly-mpich in Fedora 36. dl_poly-mpich is General purpose classical molecular dynamics (MD) simulation - mpich version

Introduction

In this tutorial we learn how to install dl_poly-mpich on Fedora 36.

What is dl_poly-mpich

DL_POLY Classic is a general purpose molecular dynamics simulation package developed at Daresbury Laboratory by W. Smith, T.R. Forester and I.T. Todorov. It is based on the package DL_POLY_2, which was originally developed by the Computational Chemistry Group, (CCG) at Daresbury Laboratory under the auspices of the Engineering and Physical Sciences Research Council (EPSRC) for (CCP5), the EPSRC’s Collaborative Computational Project for the Computer Simulation of Condensed Phases. DL_POLY Classic achieves parallelisation using the Replicated Data strategy which is suitable for homogeneous, distributed-memory, parallel computers. The code is useful for simulations of up to 30,000 atoms with good parallel performance on up to 100 processors, though in some circumstances it can exceed or fail to reach these limits. Reference Journal of Materials Chemistry, (2006) 16, 1911-1918 This is a parallel version using mpich.

We can use yum or dnf to install dl_poly-mpich on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install dl_poly-mpich.

Install dl_poly-mpich on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install dl_poly-mpich using dnf by running the following command:

sudo dnf -y install dl_poly-mpich

Install dl_poly-mpich on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install dl_poly-mpich using yum by running the following command:

sudo yum -y install dl_poly-mpich

How To Uninstall dl_poly-mpich on Fedora 36

To uninstall only the dl_poly-mpich package we can use the following command:

sudo dnf remove dl_poly-mpich

dl_poly-mpich Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/3b
/usr/lib/.build-id/3b/eaae3f6d09b85b9a037366f82330f450804edb
/usr/lib64/mpich/bin/dl_poly_mpich

References

Summary

In this tutorial we learn how to install dl_poly-mpich on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).