Reactive Molecular Dynamics Solver (URL)
- mp: multi-processor version with local time-stepping scheme
- sp: single processor version with standard time-stepping scheme
- doc: documents directory
- util: some utilities for pre- and post-processing
- remody.tgz: TAR-gzipped archive of multi-processor version with local time-stepping scheme
- doc/usersguide.pdf: User's Guide (PDF)
- doc/programmersguide.pdf: Programmer's Guide (PDF)
- doc/html/index.html: Source-code documentaiton (HTML)
tar xvzf remody.tbz
cd sp; make
cd mp; make
Edit the input XML file (see documentation in /doc).
cd run; ./gui -f syngas.xml
cd mp/run; ./job