Introduction | Documentation | Wiki
This repository contains the development version of the Purdue Reactive Molecular Dynamics (PuReMD) project.
To build, the following versions of software are required:
- git
- Autoconf v2.69+
- Automake v1.15+
- OpenMP v4.0+ compliant compiler (OpenMP versions only)
- MPI v2+ compliant library (MPI versions only)
- CUDA v6.0+ (CUDA versions only)
Instructions:
git clone https://gitlab.msu.edu/SParTA/PuReMD.git
cd PuReMD
git submodule init
git submodule update
autoreconf -ivf
./configure
makeTo build tarball releases after configuring a specific build target, run the following:
make dist# Download release tarball
tar -xvf puremd-1.0.tar.gz
cd puremd-1.0
./configure
makeBy default, the shared memory version with OpenMP support will be built. For other build targets, run ./configure --help and consult the documentation. An example of building the MPI+CUDA version is given below.
./configure --enable-openmp=no --enable-mpi-gpu=yesShared Memory:
Distributed Memory: