cantera/docs/install_examples
Harry Moffat 2560431f07 Added a printTime option to writeStats() to turn off time printing
in output files.

Started moving blocks around in configure.in, and fixed an error
that corrupted FLIBS.
2011-10-25 16:02:05 +00:00
..
cygwin_gcc344_dbg_f2c_numeric.sh Modified the example installs 2009-12-21 20:53:24 +00:00
cygwin_gcc344_dbg_f2c_numpy.sh Modified the example installs 2009-12-21 20:53:24 +00:00
cygwin_gcc344_f2c_numeric.sh Moved names around to create a common naming scheme. 2009-10-22 22:01:08 +00:00
cygwin_gcc434_dbg_f2c_numpy.sh Updated this file 2010-07-10 03:23:21 +00:00
linux.64_sierra_gcc444_python264_numpy Added a printTime option to writeStats() to turn off time printing 2011-10-25 16:02:05 +00:00
linux_32_gcc343_dbg_python235_numeric Modified the example installs 2009-12-21 20:53:24 +00:00
linux_32_gcc343_opt_python235_numeric Modified the example installs 2009-12-21 20:53:24 +00:00
linux_64_gcc424_dbg_python252_numpy Switched a call in MultiPhase to be public. 2009-12-30 17:58:38 +00:00
linux_64_gcc424_dbg_python264_numpy Added a file 2010-11-12 20:06:53 +00:00
linux_64_gcc424_opt_python252_numpy Switched a call in MultiPhase to be public. 2009-12-30 17:58:38 +00:00
linux_rhel5_64_gcc424_dbg_python264_numpy Added a gcc4.4.4. compile example 2010-08-14 22:15:17 +00:00
mac_gcc401_python251_numpy Added a gcc4.4.4. compile example 2010-08-14 22:15:17 +00:00
README.txt Completed move of doxygen directories. 2010-08-04 23:34:45 +00:00
sol10_64bit_CC57_dbg_py24_numarray Modified the example installs 2009-12-21 20:53:24 +00:00
sol10_64bit_CC57_opt_py24_numarray Modified the example installs 2009-12-21 20:53:24 +00:00
sol10_64bit_CC57_py24_numarray Moved names around to create a common naming scheme. 2009-10-22 22:01:08 +00:00
test_base Replaced home directory with ${HOME} variable. 2009-08-07 01:10:11 +00:00

README.txt           (docs directory)


Contents of the Directory
-------------------------------


   1 install_examples directory
     --------------------------------

      The install_examples directory contains various successful compilation environments that 
      Cantera has been tested out on. These files are "pre-preconfig files". In other words
      these are shell scripts that are executed before Cantera's main preconfig script is run.
      
      In order to use these scripts, you should copy them to the top directory of the Cantera
      distribution. Then, most of the scripts will still need some editing to specify path
      information and locations of the installation directory.
      Then, you can then execute the scripts to create the Makefiles in the distribution.
      A typical successful session of making the distribution, testing it, and then running
      the small test problem section would consist of the following commands:
 

         - Install a python math package (either numeric, numarray, or numpy)
         - Install sundials or choose vode within Cantera
         autoconf
         script_prepreconfig.sh
         make
         make install
         cd test_problems
         make 
         make test
       
      
      You can then go to the installation directories and test your Cantera installations
      further.