Skip to content

Latest commit

 

History

History
43 lines (36 loc) · 1.16 KB

README.md

File metadata and controls

43 lines (36 loc) · 1.16 KB

MDFort (Molecular Dynamics in Fortran)

build

A OpenMp parallel Fortran code to simulate plasma particles using Molecular Dynamics Algorithm.

Problem

Contributors

Installation

Prerequisites

  1. GNU Make
  2. gfortran
  3. git

Procedure

First make a clone of the master branch using the following command

git clone https://github.com/rinku-mishra/MDFort.git

Then enter inside the MDFort directory

cd MDFort

Now complile and built the tara2d code

make subsystems
make all

Usage

Upon successful compilation, run the code using following command

make run