XzzX / mrmd

Multi Resolution Molecular Dynamics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Lines of Code Code Size

MRMD

Multi Resolution Molecular Dynamics

How to Build

Requirements

Infrastructure

  • A C++17 compatible compiler
  • CMake >= 3.19

Libraries

  • MPI
  • Kokkos
    You need to build it yourself for the intended target architecture and backend.
  • parallel installation of HDF5

Will be downloaded automatically and compiled alongside MRMD:

Build Instructions

git clone https://github.com/XzzX/mrmd
cmake -S mrmd -B mrmd-build -DCMAKE_BUILD_TYPE=Release
cmake --build mrmd-build --target all -j 8

About

Multi Resolution Molecular Dynamics


Languages

Language:C++ 91.7%Language:Jinja 4.4%Language:CMake 3.6%Language:Python 0.3%Language:Shell 0.0%