Skip to content

pbauman/antioch

 
 

Repository files navigation

Build Status

Antioch

A New Templated Implementation Of Chemistry for Hydrodynamics (Antioch) was initiated to centralize work by some of the Antioch authors within the realm of hypersonic aerodynamics, based on the libMesh finite element library. In particular, although there exist C++ chemistry libraries, such as Cantera, we had needs for both thread-safety and high performance. Thus, Antioch was born. Antioch originally lived within the PECOS center at the Institute for Computational Engineering and Sciences (ICES) at The University of Texas at Austin.

Dependencies

Requirements

Antioch has no required dependencies other than a reasonably modern C++ compiler.

Optional Packages

Antioch has been designed to allow several optional packages to facilitate vectorized evaluation of thermochemistry quantities. In particular, Antioch currently can support:

  1. VexCL - This package will enable GPU offload capabilities
  2. Eigen - Highly optimized vector and matrix types

Building Antioch

Antioch uses an Autotools build system, so typical GNU build commands are used.

  1. ./bootstrap (generate configure script)
  2. ./configure --prefix=/path/to/install (for more options, do ./configure --help)
  3. make (note parallel builds are supported)
  4. make check (note parallel-tests are supported)
  5. make install

Documentation

Documentation for various versions of Antioch can be found below:

Discussion and Development

Pull Requests for bug fixes and new features are welcome. Mailing lists have been setup for user questions and discussion (antioch-users@googlegroups.com) as well as development questions and discussion (antioch-devel@googlegroups.com).

About

Antioch GitHub repository

Resources

License

Unknown, LGPL-2.1 licenses found

Licenses found

Unknown
LICENSE
LGPL-2.1
COPYING

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 42.6%
  • C 35.4%
  • Perl 13.4%
  • M4 7.2%
  • Makefile 1.2%
  • Objective-C 0.1%
  • Other 0.1%