KAPSEL-2 HP
Install
Start:
* Step-by-step instructions to build KAPSEL [#s1fa1365]
If KAPSEL binaries do not run on your machine, or if you ...
** STEP 0: Linux or Windows? [#sd4e991d]
- To build KAPSEL on Linux, goto STEP 1.
- To build KAPSEL on Windows, install "[[Cygwin:http://c...
- KAPSEL can be build also on Mac OS-X. (not officially s...
** STEP 1: Download and install GOURMET [#b5c31f22]
- Visit [[OCTA-BBS:http://49.212.191.63/phpBB/]] and Logi...
- For Linux
-- Go "DOWNLOAD" -> "OCTA2010" -> "Release of OCTA2010 (l...
-- Follow the instructions there to install GOURMET2010 i...
- For Windows
-- Follow "DOWNLOAD" -> "OCTA2010" -> "OCTA2010 (for Wind...
-- download "GOURMET2010W64.exe" or "GOURMET2010W32.exe" ...
** STEP 2: Build "libplatform" [#b16eb306]
- "libplatform" is an I/O library developed by OCTA proje...
- For Linux:
> su
> cd /usr/local/OCTA2010/GOURMET_2010
// > tar zxvf gourmet2007_src.tar.gz
> cd src
> make
> make install
- For Windows:
-- Logon Windows with an administrator authorization
-- Open Cygwin window
$ ln -s /cygdrive/c/OCTA2010/ /usr/local/.
$ cd /usr/local/OCTA2010/GOURMET_2010
// $ unzip GOURMET_2007_SRC.zip
$ cd src
$ make
$ make install
- See manuals for more detailed information on libplatform
-- English: &ref(libplatform_eng.pdf);
-- Japanese: &ref(libplatform_jpn.pdf);
** STEP 3: Download "KAPSEL" source code [#hcf749f2]
- You can download the same files directly from here.
-- Source code &ref(kapsel2.1_src.zip);
-- Examples &ref(examples.zip);
-- Makefile for OCTA2010 &ref(Makefile);
//- Visit [[KAPSEL-BBS:http://www-tph.cheme.kyoto-u.ac.jp...
//- Follow "DOWNLOAD" -> "KAPSEL-2" -> "KAPSEL-2.10" to ...
** STEP 4: Build "KAPSEL" binary executable [#h2d3c3c3]
> unzip kapsel2.1_src.zip
> make (Windows)
> make ENV=GCC (Windows)
** STEP 5: Test run [#l7319ece]
> ./kapsel -Icolloid_1.udf -Ooutput.udf -Ddefine_2.10...
#using colloid_1.udf as input
#using output.udf as output
#using define_2.10.udf as definition
#using restart.udf as restart
#
# Electrolyte eq. selected.
#
...
- If you see the output as shown in the above panel, KAPS...
* Optional information for Intel compiler [#v2b1c8eb]
** STEP 2a: Build "libplatform" with icc on Linux [#b16eb...
- For icc 12.0
> su
> cd /usr/local/OCTA2010/GOURMET_2010/src
> make clean
> make WITHFC=no CC=icc CXX=icpc
> make install
** STEP 4a: Build "KAPSEL" with icc on Linux [#h2d3c3c3]
- For icc
> make clean
> make ENV=ICC
- For icc + MKL + OpenMP
> make clean
> make ENV=ICC_MKL_OMP
End:
* Step-by-step instructions to build KAPSEL [#s1fa1365]
If KAPSEL binaries do not run on your machine, or if you ...
** STEP 0: Linux or Windows? [#sd4e991d]
- To build KAPSEL on Linux, goto STEP 1.
- To build KAPSEL on Windows, install "[[Cygwin:http://c...
- KAPSEL can be build also on Mac OS-X. (not officially s...
** STEP 1: Download and install GOURMET [#b5c31f22]
- Visit [[OCTA-BBS:http://49.212.191.63/phpBB/]] and Logi...
- For Linux
-- Go "DOWNLOAD" -> "OCTA2010" -> "Release of OCTA2010 (l...
-- Follow the instructions there to install GOURMET2010 i...
- For Windows
-- Follow "DOWNLOAD" -> "OCTA2010" -> "OCTA2010 (for Wind...
-- download "GOURMET2010W64.exe" or "GOURMET2010W32.exe" ...
** STEP 2: Build "libplatform" [#b16eb306]
- "libplatform" is an I/O library developed by OCTA proje...
- For Linux:
> su
> cd /usr/local/OCTA2010/GOURMET_2010
// > tar zxvf gourmet2007_src.tar.gz
> cd src
> make
> make install
- For Windows:
-- Logon Windows with an administrator authorization
-- Open Cygwin window
$ ln -s /cygdrive/c/OCTA2010/ /usr/local/.
$ cd /usr/local/OCTA2010/GOURMET_2010
// $ unzip GOURMET_2007_SRC.zip
$ cd src
$ make
$ make install
- See manuals for more detailed information on libplatform
-- English: &ref(libplatform_eng.pdf);
-- Japanese: &ref(libplatform_jpn.pdf);
** STEP 3: Download "KAPSEL" source code [#hcf749f2]
- You can download the same files directly from here.
-- Source code &ref(kapsel2.1_src.zip);
-- Examples &ref(examples.zip);
-- Makefile for OCTA2010 &ref(Makefile);
//- Visit [[KAPSEL-BBS:http://www-tph.cheme.kyoto-u.ac.jp...
//- Follow "DOWNLOAD" -> "KAPSEL-2" -> "KAPSEL-2.10" to ...
** STEP 4: Build "KAPSEL" binary executable [#h2d3c3c3]
> unzip kapsel2.1_src.zip
> make (Windows)
> make ENV=GCC (Windows)
** STEP 5: Test run [#l7319ece]
> ./kapsel -Icolloid_1.udf -Ooutput.udf -Ddefine_2.10...
#using colloid_1.udf as input
#using output.udf as output
#using define_2.10.udf as definition
#using restart.udf as restart
#
# Electrolyte eq. selected.
#
...
- If you see the output as shown in the above panel, KAPS...
* Optional information for Intel compiler [#v2b1c8eb]
** STEP 2a: Build "libplatform" with icc on Linux [#b16eb...
- For icc 12.0
> su
> cd /usr/local/OCTA2010/GOURMET_2010/src
> make clean
> make WITHFC=no CC=icc CXX=icpc
> make install
** STEP 4a: Build "KAPSEL" with icc on Linux [#h2d3c3c3]
- For icc
> make clean
> make ENV=ICC
- For icc + MKL + OpenMP
> make clean
> make ENV=ICC_MKL_OMP
Page: