Compiling Chemkin-II
A. Miyoshi
A. Miyoshi
This document describes how to compile the Chemkin-II minimal package.
* Compiling is not required to execute it on Windows using the binaries.
*.f *.h
*.inp *.dat
*.make
makeGnu.make | GNU Compilers (UNIX & Compatible Environment) |
makeIntelLinux.make | Intel Compilers (Linux Environment) |
makeIntelLinux64em.make | Intel Compilers (64 bit Linux Environment) |
makeIntelWin.make | Intel Compilers (Windows Environment) |
make
on UNIX and compatible environment including
Cygwin and MinGW+MSYS and use make
on Windows environment for
setting-up, compiling and installing.
Here "(n)make
" stands for "make
" or "nmake
".
$ (n)make -f make_file_name target
large
by default.
Switch to large
when memory larger then 2GB is required.
$ (n)make -f make_file_name setlarge64em
$ (n)make -f make_file_name
$ (n)make -f make_file_name clean
$ (n)make -f make_file_name install