rinku-mishra / MDFort

Molecular Dynamic simulation in Fortran using OpenMP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Molecular Dynamic simulation in Fortran using OpenMP

License:MIT License


Languages

Language:Fortran 96.2%Language:Makefile 3.8%