Skip to content

kartshy/md_hdf5_octopus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation


Description:

The Octopus example uses parallel HDF5 file format for a MD based model and analysis.

miniMD is a parallel molecular dynamics (MD) simulation package written in C++ and intended for use on parallel supercomputers and new architechtures for testing purposes. The software package is meant to
be simple, lightweight, and easily adapted to new hardware. It is designed following many of the same algorithm concepts as our LAMMPS (http://lammps.sandia.gov) parallel MD code, but is much simpler.

This simple code is a self-contained piece of C++ software that performs parallel molecular dynamics simulation

The sub-directories contain different variants of miniMD:

ref: model (S) supports MPI+OpenMP hybrid mode. ext: analysis (A) supports MPI + OpenMP hybrid code

A sample worfflow is shown in the md_hdf5.sh file.


Compiling the code:

module load cray-hdf5-parallel/1.8.13

cd ref make cray

cd ext make cray

Refer to the README files in each folder for more details.

Requiremnts for Octopus:

TODO

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published