Catera with additional transport models
on select platforms. For example, on linux you can compile 32 bit and 64 bit if the os and hardware can handle 64 bits. In many cases you want to stick to 32 bit compilations. One reason is that python may only be set up for 32 bit add-on modules. e.g see the SIZEOF_VOID_P defn in pyconfig.h So, I added BITCOMPILE BITHARDWARE, and BITCHANGE variables I also added the variable ldemulationarg, because it's needed in one case for 32 bit compilations on 64 bit linux boxes. Later I will add the default compiler flags that make this 32 bit compilation work. Now they are brought in through a prep script. |
||
|---|---|---|
| apps | ||
| bin | ||
| Cantera | ||
| config | ||
| data | ||
| examples | ||
| ext | ||
| include | ||
| test_problems | ||
| tools | ||
| .cvsignore | ||
| ChangeLog | ||
| config.h.in | ||
| configure | ||
| License.rtf | ||
| License.txt | ||
| Makefile.in | ||
| README.txt | ||
| winconfig.h | ||
C A N T E R A
release 1.6
6/2005
Copyright (c) 2001-2005 California Institute of Technology
***************************************************************
*** ***
*** For information on installing and using Cantera, see ***
*** http://www.cantera.org/Documentation ***
*** ***
***************************************************************
License information
===================
See the file "License.txt" for information on the terms & conditions
for usage, and a DISCLAIMER OF ALL WARRANTIES.
All trademarks referenced herein are property of their respective
holders.
Web sites
==========
The main Cantera web site is http://www.cantera.org. This serves as a
gateway to the other two web sites:
1. The Cantera User's Group. http://groups.yahoo.com/groups/cantera.
This site has a message board, and some miscellaneous files and utilities.
2. The Cantera Sourceforge site. Distribution of the Cantera source code is
done using Sourceforge. The site is http://sourceforge.net/projects/cantera.