Step-by-step instructions to install KAPSEL †
STEP 0: Linux or Windows? †
- If you want to use KAPSEL on Linux, goto STEP 1.
- If you want to use KAPSEL on Windows, install "Cygwin" first, then goto STEP 1. Be sure to install "gcc" and "make" packages.
- KAPSEL can be used on Mac OS X, but it is not officially supported.
STEP 1: Download and install "Gourmet" †
- "Gourmet" is a graphic platform developed by OCTA project. The entire OCTA package is not necessarily. Only Gourmet is required to use KAPSEL.
- Goto OCTA-BBS and register to get your ID.
- Follow "DOWNLOAD" -> "OCTA2007" -> "Platform GOURMET2007 in OCTA2007 (for Windows)" or "GOURMET 4.1.0 (on OCTA2007) for Windows and Linux" to download "Gourmet" package.
- Follow the instruction there to install "Gourmet".
STEP 2: Build "libplatform" †
- "libplatform" is an I/O library developed by OCTA project. One needs this to access to UDF-formatted files.
> su
> cd /usr/local/OCTA2007/GOURMET_2007
> tar xvfpz gourmet*_src.tar.gz
> cd src
> make
> make install
- Instruction for Windows: (Logon Windows with an administrator authorization and open Cygwin window.)
$ ln -s /cygdrive/c/OCTA2007/ /usr/local/.
$ cd /usr/local/OCTA2007/GOURMET_2007
$ unzip GOURMET_2007_SRC.zip
$ cd src
$ make
$ make install
STEP 3: Download "KAPSEL" †
- Follow "DOWNLOAD" -> "KAPSEL-2" -> "KAPSEL-2" to download "kapsel.tar.gz".
- Download "&ref(): File not found: "Makefile" at page "Install";" and overwrite an existing file included in the "kapsel.tar.gz"
STEP 4: Build "KAPSEL" †
> tar xvfpz kapsel.tar.gz
> cd kapsel
> make
STEP 5: Test "KAPSEL" †
- Download "&ref(): File not found: "define.udf" at page "Install";" and "&ref(): File not found: "sample1.udf" at page "Install";". Put them into KAPSEL source directory and type the following command.
> ./kapsel -Isample1.udf -Ooutput.udf -Ddefine.udf -Rrestart.udf
#using sample1.udf as input
#using output.udf as output
#using define.udf as definition
#using restart.udf as restart
#
# Electrolyte eq. selected.
#
...
- If you see the output as shown in the above panel, KAPSEL has been successfully installed. Congratulations!
Optional information for Intel compiler †
STEP 2a: Build "libplatform" with icc on Linux †
> su
> cd /usr/local/OCTA2007/GOURMET_2007/src
> make clean
> make WITHFC=no CC=icc CXX=icc
> make install
> su
> cd /usr/local/OCTA2007/GOURMET_2007/src
> make clean
> make WITHFC=no CC=icc CXX="icpc -U GNU "
> make install
> su
> cd /usr/local/OCTA2007/GOURMET_2007/src
> make clean
> make WITHFC=no CC=icc CXX="icpc -lcxaguard"
> make install
- numerous warnings may appear but can be ignored them.
STEP 4a: Build "KAPSEL" with icc on Linux †
> make clean
> make ENV=ICC
> make clean
> make ENV=ICC_MKL_OMP
- numerous warnings may appear but can be ignored them.