OpenFOAM初学者のsakumaです。
OpenFOAM 1.6-extを新たにインストールしようしていますが上手くいきません。
システムの環境としては,vmware+ubuntu10.04で,クリーンインストールの状態です。
次のような手順でやりました。
(1)git-core,rpmのインストール
(2) git clone git://
openfoam-extend.git.sourceforge.net/gitroot/openfoam-extend/OpenFOAM-1.6-ext
でファイル類の取り込み
(3) READMEを見て./bashrcの修正と実行
(4)必要と思われるパッケージのインストール
http://openfoamwiki.net/index.php/Installation 2.3.4.1 Needed Packages
を参照して次を入れました。
bison,flex,python-dev,libqt4-dev,libreadline5-dev,build-essential,
zlib1g-dev,texinfo,byacc
cmake
(5)./Allwmakeを実施。コンパイルにはえらく時間がかかりました。
(6)コンパイルをfoamInstallationTestでチェックするとエラーが出ます。
Checking basic setup...
-------------------------------------------------------------------------------
Shell: bash
Host: SAKURA-MARU
OS: Linux version 2.6.32-26-generic
-------------------------------------------------------------------------------
Checking main OpenFOAM env variables...
-------------------------------------------------------------------------------
Environment_variable Set_to_file_or_directory
Valid Crit
-------------------------------------------------------------------------------
$WM_PROJECT_INST_DIR /home/sakuramaru/OpenFOAM
yes yes
$WM_PROJECT_USER_DIR ...kuramaru/OpenFOAM/sakuramaru-1.6-ext
no no
$WM_THIRD_PARTY_DIR ...OpenFOAM/OpenFOAM-1.6-ext/ThirdParty
yes yes
-------------------------------------------------------------------------------
Checking the OpenFOAM env variables set on the PATH...
-------------------------------------------------------------------------------
Environment_variable Set_to_file_or_directory Valid
Path Crit
-------------------------------------------------------------------------------
$WM_PROJECT_DIR ...sakuramaru/OpenFOAM/OpenFOAM-1.6-ext yes
yes yes
$FOAM_APPBIN ...ext/applications/bin/linux64GccDPOpt yes
yes yes
$FOAM_SITE_APPBIN ...OAM/site/1.6-ext/bin/linux64GccDPOpt
no no
$FOAM_USER_APPBIN ...ext/applications/bin/linux64GccDPOpt
no no
$WM_DIR ...maru/OpenFOAM/OpenFOAM-1.6-ext/wmake yes
yes yes
-------------------------------------------------------------------------------
Checking the OpenFOAM env variables set on the LD_LIBRARY_PATH...
-------------------------------------------------------------------------------
Environment_variable Set_to_file_or_directory Valid
Path Crit
-------------------------------------------------------------------------------
$FOAM_LIBBIN ...OpenFOAM-1.6-ext/lib/linux64GccDPOpt yes
yes yes
$FOAM_SITE_LIBBIN ...OAM/site/1.6-ext/lib/linux64GccDPOpt
no no
$FOAM_USER_LIBBIN ...kuramaru-1.6-ext/lib/linux64GccDPOpt
no no
$MPI_ARCH_PATH --------- env variable not set
--------- yes
-------------------------------------------------------------------------------
Third party software
-------------------------------------------------------------------------------
Software Version Location
-------------------------------------------------------------------------------
WARNING: gcc version does not match gcc supplied with this release of
OpenFOAM
Supplied version: 4.3.3
User version : 4.4.3
Minimum required: 4.3.1
gcc 4.4.3
WARNING: Conflicting installations:
OpenFOAM settings : /bin/gcc
current path : /usr/bin/gcc
CRITICAL ERROR
gzip 1.3.12 /bin/
gzip
tar 1.22 /bin/
tar
icoFoam
WARNING: Conflicting installations:
OpenFOAM settings : /home/sakuramaru/OpenFOAM/
OpenFOAM-1.6-ext/applications/bin/linux64GccDPOpt/icoFoam
current path :
CRITICAL ERROR
-------------------------------------------------------------------------------
Summary
-------------------------------------------------------------------------------
Base configuration ok.
The foam installation contains 2 critical error(s).
Review the output for warning messages and consult
the installation guide for trouble shooting.
done.
cdf-on-line等を色々と見ていますが,どの辺りを修正してよいか良くわかりません。
対応方法はどのようにしたらよいのでしょうか?
よろしくお願いいたします。