|
[Sponsors] |
September 29, 2007, 15:09 |
I have download the linux 32bi
|
#1 |
Senior Member
Emanuele
Join Date: Mar 2009
Posts: 110
Rep Power: 17 |
I have download the linux 32bit version and unpack them in the correct directory in my home. I've tried the 64 bit version (i've an AMD64) but the output is the same. I'm on Archlinux 64bit. I hope
you solve me this problem: i must use openfoam for my thesis. Here is the output of foamInstallationTest: [john@myhost OpenFOAM]$ foamInstallationTest Executing /home/john/OpenFOAM/OpenFOAM-1.4.1/bin/foamInstallationTest: Checking basic setup... ------------------------------------------------------------------------------- Shell: bash Host: myhost OS: Linux version 2.6.22-ARCH User: john User_config: /home/john/.bashrc Foam_config: /home/john/.OpenFOAM-1.4.1/bashrc sourced correctly. ------------------------------------------------------------------------------- Checking main FOAM env variables... ------------------------------------------------------------------------------- Environment_variable Set_to_file_or_directory Valid Crit ------------------------------------------------------------------------------- $WM_PROJECT_INST_DIR /home/john/OpenFOAM yes yes $WM_PROJECT_USER_DIR /home/john/OpenFOAM/john-1.4.1 yes no $FOAM_JOB_DIR /home/john/OpenFOAM/jobControl no yes ------------------------------------------------------------------------------- Checking the FOAM env variables set on the PATH... ------------------------------------------------------------------------------- Environment_variable Set_to_file_or_directory Valid Path Crit ------------------------------------------------------------------------------- $WM_PROJECT_DIR /home/john/OpenFOAM/OpenFOAM-1.4.1 yes yes yes $FOAM_USER_APPBIN ...4.1/applications/bin/linux64GccDPOpt yes yes no $FOAM_APPBIN ...4.1/applications/bin/linux64GccDPOpt yes yes yes $WM_DIR /home/john/OpenFOAM/OpenFOAM-1.4.1/wmake yes yes yes $FOAMX_PATH ...ations/utilities/preProcessing/FoamX yes no yes $CEI_HOME /usr/local/ensight/CEI no no $JAVA_PATH .../john/OpenFOAM/linux64/j2sdk1.4.2_05 no no $MICO_ARCH_PATH ...ico-2.3.12/platforms/linux64GccDPOpt no yes $LAM_ARCH_PATH .../lam-7.1.2/platforms/linux64I64DPOpt no yes $MPICH_ARCH_PATH --------- env variable not set --------- no ------------------------------------------------------------------------------- Checking the FOAM env variables set on the LD_LIBRARY_PATH... ------------------------------------------------------------------------------- Environment_variable Set_to_file_or_directory Valid Path Crit ------------------------------------------------------------------------------- $FOAM_LIBBIN ...M/OpenFOAM-1.4.1/lib/linux64GccDPOpt yes yes yes $FOAM_USER_LIBBIN ...nFOAM/john-1.4.1/lib/linux64GccDPOpt yes yes no $LAM_ARCH_PATH .../lam-7.1.2/platforms/linux64I64DPOpt no yes ------------------------------------------------------------------------------- Software versions ------------------------------------------------------------------------------- Software Version Location ------------------------------------------------------------------------------- gcc 4.2.1 WARNING: Conflicting installations: foam settings: /home/john/OpenFOAM/linux64/gcc-4.2.1/bin/gcc current path : /usr/bin/gcc CRITICAL ERROR java 1.6.0_02 WARNING: Conflicting installations: foam settings: /home/john/OpenFOAM/linux64/j2sdk1.4.2_05/bin/java current path : /opt/java/jre/bin/java gzip 1.3.12 /bin/gzip tar 1.3.12 /bin/tar icoFoam *** not installed *** CRITICAL ERROR ------------------------------------------------------------------------------- Checking file/directory permissions... ------------------------------------------------------------------------------- File/directory Set Reqd Crit ------------------------------------------------------------------------------- Checking networking... ------------------------------------------------------------------------------- Action Result Crit ------------------------------------------------------------------------------- Pinging_myhost No_entry_for_"myhost"_in_/etc/hosts yes WARNING: CRITICAL ERROR Pinging_localHost Successful yes Test_rsh: No_telnet_running:_cannot_check* yes Test_ssh: No_telnet_running:_cannot_check* yes FATAL ERROR: No remote shell available. Foam1.4.1 enviroment requires either ssh and/or rsh. Contact your system administrator. ------------------------------------------------------------------------------- The system test has evoked 1 fatal error(s). The foam installation contains 3 critical error(s). Review the output for warning messages and consult the installation guide for trouble shooting. |
|
September 30, 2007, 16:59 |
First, for 64 bit set the WM_6
|
#2 |
Senior Member
Srinath Madhavan (a.k.a pUl|)
Join Date: Mar 2009
Location: Edmonton, AB, Canada
Posts: 703
Rep Power: 21 |
First, for 64 bit set the WM_64 env variable in ~/.bashrc to something say 'on'. i.e.
export WM_64=on Next, install openssh. OpenFoam needs this for parallel runs. Make sure that gcc,paraview and java are located in a directory called linux64 not just linux. |
|
October 18, 2007, 12:30 |
Hi everybody
I get some erro
|
#3 |
Senior Member
Marhamat Zeinali
Join Date: Mar 2009
Location: Tehran, Tehran, iran
Posts: 107
Rep Power: 17 |
Hi everybody
I get some errors when OF-1.4.1 installation. You see the message in konsole ... curvedEdges/curvedEdge.C:96: error: class 'Foam::curvedEdge' does not have any field named 'end_' curvedEdges/curvedEdge.C:96: error: 'const class Foam::curvedEdge' has no member named 'end_' curvedEdges/curvedEdge.C: At global scope: curvedEdges/curvedEdge.C:101: error: expected constructor, destructor, or type conversion before '<' token curvedEdges/curvedEdge.C:109: error: expected constructor, destructor, or type conversion before '<' token curvedEdges/curvedEdge.C:183: error: expected `}' at end of input make[3]: *** [Make/linuxGccDPOpt/curvedEdge.o] Error 1 make[3]: Leaving directory `/home/hydrolab/OpenFOAM/OpenFOAM-1.4.1/applications/utilities/mesh/generation/b lockMesh' make[2]: *** [blockMesh] Error 2 make[2]: Leaving directory `/home/hydrolab/OpenFOAM/OpenFOAM-1.4.1/applications/utilities/mesh/generation' make[1]: *** [generation] Error 2 make[1]: Leaving directory `/home/hydrolab/OpenFOAM/OpenFOAM-1.4.1/applications/utilities/mesh' make: *** [mesh] Error 2 + '[' 0 = 1 -a '' = doc ']' Regards Marhamat |
|
October 18, 2007, 12:44 |
" error: expected `}' at end o
|
#4 |
Senior Member
Srinath Madhavan (a.k.a pUl|)
Join Date: Mar 2009
Location: Edmonton, AB, Canada
Posts: 703
Rep Power: 21 |
" error: expected `}' at end of input "
suggests that there is a syntax issue with your blockMeshDict. Please check it again. You seem to be missing a '}' somewhere. |
|
October 18, 2007, 12:48 |
Oops, hold on. I just realized
|
#5 |
Senior Member
Srinath Madhavan (a.k.a pUl|)
Join Date: Mar 2009
Location: Edmonton, AB, Canada
Posts: 703
Rep Power: 21 |
Oops, hold on. I just realized that this has nothing to do with blockMeshDict. Why are you trying to build the mesh utilities anyway?
|
|
October 19, 2007, 04:48 |
Thanks alot Srinath
If not,
|
#6 |
Senior Member
Marhamat Zeinali
Join Date: Mar 2009
Location: Tehran, Tehran, iran
Posts: 107
Rep Power: 17 |
Thanks alot Srinath
If not,so what i mus do? sorry for this question. |
|
October 19, 2007, 08:04 |
Are you building OpenFOAM from
|
#7 |
Senior Member
Srinath Madhavan (a.k.a pUl|)
Join Date: Mar 2009
Location: Edmonton, AB, Canada
Posts: 703
Rep Power: 21 |
Are you building OpenFOAM from scratch?
|
|
October 19, 2007, 09:43 |
I have used OF-1.3 & linux 32b
|
#8 |
Senior Member
Marhamat Zeinali
Join Date: Mar 2009
Location: Tehran, Tehran, iran
Posts: 107
Rep Power: 17 |
I have used OF-1.3 & linux 32bit version before.
But now i want to try OF-1.4.1 64bit version on new system. So after unpacking the files i used ./Allwmake for OF installation according to readme. |
|
October 19, 2007, 10:15 |
Not necessary. If you download
|
#9 |
Senior Member
Srinath Madhavan (a.k.a pUl|)
Join Date: Mar 2009
Location: Edmonton, AB, Canada
Posts: 703
Rep Power: 21 |
Not necessary. If you download the 64 bit binary packs you can directly start using OpenFOAM. Please do not rebuild the distribution unless it is absolutely necessary. It is non-trivial. In most cases, all you will need to build are some custom utilities and customized solvers. This can be done using the binary distribution.
|
|
October 19, 2007, 10:36 |
Thanks Srinath
You see outp
|
#10 |
Senior Member
Marhamat Zeinali
Join Date: Mar 2009
Location: Tehran, Tehran, iran
Posts: 107
Rep Power: 17 |
Thanks Srinath
You see output of foamInstallationTest: hydrolab@hydrolab:~/OpenFOAM/OpenFOAM-1.4.1/bin> foamInstallationTest Executing /home/hydrolab/OpenFOAM/OpenFOAM-1.4.1/bin/foamInstallationTest: Checking basic setup... ------------------------------------------------------------------------------- Shell: bash Host: hydrolab OS: Linux version 2.6.22.9-0.4-default User: hydrolab User_config: /home/hydrolab/.bashrc Foam_config: /home/hydrolab/.OpenFOAM-1.4.1/bashrc sourced correctly. ------------------------------------------------------------------------------- Checking main FOAM env variables... ------------------------------------------------------------------------------- Environment_variable Set_to_file_or_directory Valid Crit ------------------------------------------------------------------------------- $WM_PROJECT_INST_DIR /home/hydrolab/OpenFOAM yes yes $WM_PROJECT_USER_DIR /home/hydrolab/OpenFOAM/hydrolab-1.4.1 yes no $FOAM_JOB_DIR /home/hydrolab/OpenFOAM/jobControl no yes ------------------------------------------------------------------------------- Checking the FOAM env variables set on the PATH... ------------------------------------------------------------------------------- Environment_variable Set_to_file_or_directory Valid Path Crit ------------------------------------------------------------------------------- $WM_PROJECT_DIR /home/hydrolab/OpenFOAM/OpenFOAM-1.4.1 yes yes yes $FOAM_USER_APPBIN ...1.4.1/applications/bin/linuxGccDPOpt yes yes no $FOAM_APPBIN ...1.4.1/applications/bin/linuxGccDPOpt yes yes yes $WM_DIR ...drolab/OpenFOAM/OpenFOAM-1.4.1/wmake yes yes yes $FOAMX_PATH ...ations/utilities/preProcessing/FoamX yes no yes $CEI_HOME /usr/local/ensight/CEI no no $JAVA_PATH ...ydrolab/OpenFOAM/linux/j2sdk1.4.2_05 no no $MICO_ARCH_PATH .../mico-2.3.12/platforms/linuxGccDPOpt no yes $LAM_ARCH_PATH --------- env variable not set --------- yes $MPICH_ARCH_PATH --------- env variable not set --------- no ------------------------------------------------------------------------------- Checking the FOAM env variables set on the LD_LIBRARY_PATH... ------------------------------------------------------------------------------- Environment_variable Set_to_file_or_directory Valid Path Crit ------------------------------------------------------------------------------- $FOAM_LIBBIN ...OAM/OpenFOAM-1.4.1/lib/linuxGccDPOpt yes yes yes $FOAM_USER_LIBBIN ...OAM/hydrolab-1.4.1/lib/linuxGccDPOpt yes yes no $LAM_ARCH_PATH --------- env variable not set --------- yes ------------------------------------------------------------------------------- Software versions ------------------------------------------------------------------------------- Software Version Location ------------------------------------------------------------------------------- gcc ...figure WARNING: Conflicting installations: foam settings: /home/hydrolab/OpenFOAM/linux/gcc-4.2.1-64/bin/gcc current path : /usr/bin/gcc CRITICAL ERROR java 1.5.0_13 WARNING: Conflicting installations: foam settings: /home/hydrolab/OpenFOAM/linux/j2sdk1.4.2_05/bin/java current path : /usr/bin/java gzip 1.3.12 /usr/bin/gzip tar 1.3.12 /bin/tar icoFoam *** not installed *** CRITICAL ERROR ------------------------------------------------------------------------------- Checking file/directory permissions... ------------------------------------------------------------------------------- File/directory Set Reqd Crit ------------------------------------------------------------------------------- Checking networking... ------------------------------------------------------------------------------- Action Result Crit ------------------------------------------------------------------------------- Pinging_hydrolab Successful yes Pinging_localHost Successful yes Test_rsh: Unsuccessful_connection_refused* yes Test_ssh: Successful yes (*) Only one of rsh or ssh is required by the Foam enviroment. ------------------------------------------------------------------------------- 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. With kind regards Marhamat |
|
October 19, 2007, 10:53 |
You have not sourced the OpenF
|
#11 |
Senior Member
Srinath Madhavan (a.k.a pUl|)
Join Date: Mar 2009
Location: Edmonton, AB, Canada
Posts: 703
Rep Power: 21 |
You have not sourced the OpenFOAM bashrc properly.
Add the following lines to /home/hydrolab/.bashrc # Set 64 option to true for OpenFOAM export WM_64=on # Add OpenFOAM bashrc settings . $HOME/OpenFOAM/OpenFOAM-1.4.1/.OpenFOAM-1.4.1/bashrc And please make sure that the OpenFOAM/linux64 directory exists and has the following folders in it: 1. gcc-4.2.1 2. j2sdk1.4.2_05 3. paraview-2.4.4 These packages can be obtained from the OpenFOAM download page. |
|
October 19, 2007, 11:08 |
Thanks again
I didn't set 64
|
#12 |
Senior Member
Marhamat Zeinali
Join Date: Mar 2009
Location: Tehran, Tehran, iran
Posts: 107
Rep Power: 17 |
Thanks again
I didn't set 64 option true for OpenFOAM Now FoamX don't start correctly : hydrolab@hydrolab:~> FoamX Starting NameServer with inet:hydrolab:1234 ... Starting FoamX Host Browser with inet:hydrolab:1234 ... /*---------------------------------------------------------------------------*\ | ========= | | | \ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \ / O peration | Version: 1.4.1 | | \ / A nd | Web: http://www.openfoam.org | | \/ M anipulation | | \*---------------------------------------------------------------------------*/ Exec : FoamXHostBrowser Date : Oct 19 2007 Time : 17:54:27 Host : hydrolab PID : 27062 Root : Case : Nprocs : 1 HostBrowser running..... Setting LANG to en_EN Using jar /home/hydrolab/OpenFOAM/OpenFOAM-1.4.1/applications/utilities/preProcessing/Foam X/lib/FoamX.jar Using jar /home/hydrolab/OpenFOAM/OpenFOAM-1.4.1/applications/utilities/preProcessing/Foam X/lib/jlfgr-1_0.jar java: xcb_xlib.c:52: xcb_xlib_unlock: Assertion `c->xlib.lock' failed. /home/hydrolab/OpenFOAM/OpenFOAM-1.4.1/bin/FoamX: line 244: 27066 Aborted $jdkhome/bin/java -cp "$jars" -DFoamX.SystemPath=$WM_PROJECT_DIR -DFoamX.SystemConfigPath=$FOAMX_CONFIG -DFoamX.UserConfigPath=$FOAMX_CONFIG FoamX.App $orbArgs $args /home/hydrolab/OpenFOAM/OpenFOAM-1.4.1/bin/runFoamXHB: line 139: 27062 Killed FoamXHostBrowser -ORBNamingAddr $myIOP runFoamXHB : cleanup runFoamXHB: Killing name server nsd(pid 27058). /home/hydrolab/OpenFOAM/OpenFOAM-1.4.1/bin/runFoamXHB: line 66: 27058 Killed nsd -ORBIIOPAddr $myIOP --ior $FOAMX_CONFIG/ns.ref < /dev/null |
|
October 19, 2007, 22:19 |
Apparently you are having the
|
#13 |
Senior Member
Srinath Madhavan (a.k.a pUl|)
Join Date: Mar 2009
Location: Edmonton, AB, Canada
Posts: 703
Rep Power: 21 |
Apparently you are having the same problem as Pablo in the following thread:
http://www.cfd-online.com/OpenFOAM_D...es/1/4492.html Please go to ~/OpenFOAM/OpenFOAM-1.4.1/applications/utilities/preProcessing/FoamX and execute ./Allwmake there. That should rebuild FoamX. |
|
October 20, 2007, 04:05 |
FoamX is up to date ,But nothi
|
#14 |
Senior Member
Marhamat Zeinali
Join Date: Mar 2009
Location: Tehran, Tehran, iran
Posts: 107
Rep Power: 17 |
FoamX is up to date ,But nothing changes. )-:
|
|
October 20, 2007, 14:02 |
Sorry I cannot help you furthe
|
#15 |
Senior Member
Srinath Madhavan (a.k.a pUl|)
Join Date: Mar 2009
Location: Edmonton, AB, Canada
Posts: 703
Rep Power: 21 |
Sorry I cannot help you further. Please search the Preprocessing/FoamX forum and see if you can find some solution to your problem.
|
|
October 20, 2007, 17:27 |
Just for fun,
What is the o
|
#16 |
Senior Member
Martin Beaudoin
Join Date: Mar 2009
Posts: 332
Rep Power: 22 |
Just for fun,
What is the output of foamInstallationTest once your OpenFOAM setup is sourced? What is the result of the following command: which javaMartin |
|
October 22, 2007, 09:28 |
Thanks again Srinath
The ou
|
#17 |
Senior Member
Marhamat Zeinali
Join Date: Mar 2009
Location: Tehran, Tehran, iran
Posts: 107
Rep Power: 17 |
Thanks again Srinath
The output of foamInstallationTest : Base configuration ok. Critical systems ok. hydrolab@linux-zah4:~> which java /home/hydrolab/OpenFOAM/linuxAMD64/j2sdk1.4.2_05/bin/java Did anybody test OF-1.4.1 0n OpenSUSE-10.3? With kind regards Marhamat |
|
October 23, 2007, 19:36 |
I'm using it on 32 bit success
|
#18 |
Senior Member
Alberto Passalacqua
Join Date: Mar 2009
Location: Ames, Iowa, United States
Posts: 1,912
Rep Power: 36 |
I'm using it on 32 bit successfully without recompiling it, and it works.
OpenSUSE 10.3 comes with gcc 4.2.1, which is the same version provided with OpenFOAM 1.4.1. You can use the JVM installed on the system by setting JAVA_HOME to - 32 bit: /usr/lib/jvm/java - 64 bit: /usr/lib64/jvm/java About java on opensuse 10.3, pay attention to the fact that the last patch (17 or 23 october) caused an issue with symbolic links. The fix is reported here: http://dev-loki.blogspot.com/2007/10...-opensuse.html I'll try to recompile it, but it should work out of the box, being the compiler the same. With kind regards, Alberto
__________________
Alberto Passalacqua GeekoCFD - A free distribution based on openSUSE 64 bit with CFD tools, including OpenFOAM. Available as in both physical and virtual formats (current status: http://albertopassalacqua.com/?p=1541) OpenQBMM - An open-source implementation of quadrature-based moment methods. To obtain more accurate answers, please specify the version of OpenFOAM you are using. |
|
October 29, 2007, 21:28 |
Marhamat,
Glad to know you
|
#19 |
Senior Member
Daniel WEI (老魏)
Join Date: Mar 2009
Location: Beijing, China
Posts: 689
Blog Entries: 9
Rep Power: 21 |
Marhamat,
Glad to know you here! But i am just to beginner of OF Well, my opinion is not to use FoamX! Sorry to give you such suggestion. I think I can do most of the jobs without FoamX, to fix FoamX is just a time-consuming task for me, as I can remember, it failed to work for some net-setting reason, so try to figure it out, and the net-setting is not just a matter of OpenFOAM itself, it is also related to your machine, eg, I am using Fedora, not OpenSUSE 10 as used by the founder of OpenFOAM, I had to install some thing more for the system. After one month or two try to use FoamX.... Don't be disturbed by the FoamX, if you wantto work out your thesis, just make sure blockMesh & icoFoam and paraview to work. concerning foamInstallationTest, I dont use them any more. so, move on... Best wishes, Daniel
__________________
~ Daniel WEI ------------- Boeing Research & Technology - China Beijing, China |
|
March 22, 2010, 23:36 |
CRITICAL Error message
|
#20 |
Senior Member
Balkrishna Patankar
Join Date: Mar 2009
Location: Pune
Posts: 123
Rep Power: 17 |
On running foamInstallationTest i get the following output :
Code:
Checking basic setup... ------------------------------------------------------------------------------- Shell: bash Host: tramesh-desktop OS: Linux version 2.6.31-14-generic ------------------------------------------------------------------------------- Checking main OpenFOAM env variables... ------------------------------------------------------------------------------- Environment_variable Set_to_file_or_directory Valid Crit ------------------------------------------------------------------------------- $WM_PROJECT_INST_DIR /home/tramesh/OpenFOAM yes yes $WM_PROJECT_USER_DIR /home/tramesh/OpenFOAM/tramesh-1.6 yes no $WM_THIRD_PARTY_DIR /home/tramesh/OpenFOAM/ThirdParty-1.6 yes yes ------------------------------------------------------------------------------- Checking the OpenFOAM env variables set on the PATH... ------------------------------------------------------------------------------- Environment_variable Set_to_file_or_directory Valid Path Crit ------------------------------------------------------------------------------- $WM_PROJECT_DIR /home/tramesh/OpenFOAM/OpenFOAM-1.6 yes yes yes $FOAM_APPBIN ...M-1.6/applications/bin/linuxGccDPOpt yes yes yes $FOAM_SITE_APPBIN .../OpenFOAM/site/1.6/bin/linuxGccDPOpt no no $FOAM_USER_APPBIN ...h-1.6/applications/bin/linuxGccDPOpt yes yes no $WM_DIR .../tramesh/OpenFOAM/OpenFOAM-1.6/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 ...nFOAM/OpenFOAM-1.6/lib/linuxGccDPOpt yes yes yes $FOAM_SITE_LIBBIN .../OpenFOAM/site/1.6/lib/linuxGccDPOpt no no $FOAM_USER_LIBBIN ...enFOAM/tramesh-1.6/lib/linuxGccDPOpt no no $MPI_ARCH_PATH ...penmpi-1.3.3/platforms/linuxGccDPOpt yes yes 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.1 Minimum required: 4.3.1 gcc 4.4.1 WARNING: Conflicting installations: OpenFOAM settings : /home/tramesh/OpenFOAM/ThirdParty-1.6/gcc-4.3.3/platforms/linux/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/tramesh/OpenFOAM/OpenFOAM-1.6/applications/bin/linuxGccDPOpt/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. Last edited by balkrishna; March 22, 2010 at 23:55. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Critical error | chris_j_meyer | OpenFOAM Installation | 2 | February 13, 2009 03:39 |
Critical errors gcc and icoFoam during installation of 15 | quartzian | OpenFOAM Installation | 3 | December 12, 2008 13:42 |
Installation problem 1 critical error | Ervin Adorean (Adorean) | OpenFOAM Installation | 14 | October 23, 2006 04:44 |
Tow Critical Error about GCC amp icoFoam | chnrdu | OpenFOAM Installation | 4 | July 8, 2005 07:14 |
Critical error in the installation test | fabi | OpenFOAM Installation | 1 | March 8, 2005 07:07 |