lammps/lib/h5md
sjplimp acc29ff266 git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@14778 f3b2605a-c512-4ea7-a41b-209d697bcdaa 2016-03-22 13:44:55 +00:00
..
include git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@13950 f3b2605a-c512-4ea7-a41b-209d697bcdaa 2015-08-28 23:35:43 +00:00
src git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@14778 f3b2605a-c512-4ea7-a41b-209d697bcdaa 2016-03-22 13:44:55 +00:00
LICENSE git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@13913 f3b2605a-c512-4ea7-a41b-209d697bcdaa 2015-08-19 15:43:07 +00:00
Makefile git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@14075 f3b2605a-c512-4ea7-a41b-209d697bcdaa 2015-09-24 22:52:20 +00:00
Makefile.lammps.empty git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@13986 f3b2605a-c512-4ea7-a41b-209d697bcdaa 2015-09-02 20:41:38 +00:00
README git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@13913 f3b2605a-c512-4ea7-a41b-209d697bcdaa 2015-08-19 15:43:07 +00:00

README

This directory contains the ch5md library, which is bundled with
LAMMPS under its own BSD license; see below.  This library is used
when the USER-H5MD package is included in a LAMMPS build and the dump
h5md command is invoked in a LAMMPS input script.

---------------------

ch5md : Read and write H5MD files in C
======================================

Copyright (C) 2013-2014 Pierre de Buyl

ch5md is a set of C routines to manipulate H5MD files. H5MD is a file format
specification based on [HDF5](http://www.hdfgroup.org/HDF5/) for storing
molecular data, whose development is found at <http://nongnu.org/h5md/>.

ch5md is developped by Pierre de Buyl and is released under the 3-clause BSD
license that can be found in the file LICENSE.

To use the h5md dump style in lammps, execute make in this directory then 'make
yes-user-h5md' in the src directory of lammps. Rebuild lammps. 

If HDF5 is not in a standard system location, edit Makefile.lammps accordingly.

In the case of 2015 and more recent debian and ubuntu systems where concurrent
serial and mpi are possible, use the full platform depedent path, i.e.
`HDF5_PATH=/usr/lib/x86_64-linux-gnu/hdf5/serial`