CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM Community Contributions (https://www.cfd-online.com/Forums/openfoam-community-contributions/)
-   -   [swak4Foam] groovyBC installation (https://www.cfd-online.com/Forums/openfoam-community-contributions/87167-groovybc-installation.html)

djstoneage April 13, 2011 02:43

groovyBC installation
 
Hi all

I am having trouble compiling groovyBC. I tried following the instruction in http://openfoamwiki.net/index.php/Co...to_controlDict
but when i try running wmake libso all i get is bash: wmake: command not found

will be really helpful if someone can assist me with this. im running OF-1.7.1 with centos 5

cheers

gschaider April 13, 2011 04:58

Quote:

Originally Posted by djstoneage (Post 303370)
Hi all

I am having trouble compiling groovyBC. I tried following the instruction in http://openfoamwiki.net/index.php/Co...to_controlDict
but when i try running wmake libso all i get is bash: wmake: command not found

will be really helpful if someone can assist me with this. im running OF-1.7.1 with centos 5

cheers

The problem here is that the OF installation itself seems to have a problem as wmake is quite essential for compiling your own stuff (you havn't compiled anything before, have you?).

Check with "which interFoam" that you at least get the regular solvers. Check with "ls $WM_DIR" whether there is a wmake in that directory and check with "echo $WM_DIR" and "echo $PATH" that it actually is correctly configured

Bernhard

djstoneage April 13, 2011 05:17

Hi Bernhard thanks for your quick respond. I am very new to openFoam for the matter of fact i am still very new in CFD.

I ran which interFoam and this is what i get

Code:

/opt/OpenFOAM/OpenFOAM-1.7.1/applications/bin/linux64GccDPOpt/interFoam

ls $WM_DIR return

Code:

ls: /opt/OpenFOAM/OpenFOAM-1.7.1/wmake: No such file or directory
echo $WM_DIR
Code:

/opt/OpenFOAM/OpenFOAM-1.7.1/wmake
and echo $PATH
Code:

/opt/OpenFOAM/ThirdParty-1.7.1/platforms/linux64Gcc/paraview-3.8.0/bin:/opt/OpenFOAM/ThirdParty-1.7.1/platforms/linux64Gcc/openmpi-1.5/bin:/opt/OpenFOAM/ThirdParty-1.7.1/platforms/linux64/gcc-4.5.1/bin:/home/clee/OpenFOAM/clee-1.7.1/applications/bin/linux64GccDPOpt:/opt/OpenFOAM/site/1.7.1/bin/linux64GccDPOpt:/opt/OpenFOAM/OpenFOAM-1.7.1/applications/bin/linux64GccDPOpt:/opt/OpenFOAM/OpenFOAM-1.7.1/wmake:/opt/OpenFOAM/OpenFOAM-1.7.1/bin:/usr/kerberos/bin:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/clee/bin

sorry if i am asking basic question but i have no clue. any help will be appreciated

cheers

Chyn

gschaider April 13, 2011 08:55

Quote:

Originally Posted by djstoneage (Post 303396)
Hi Bernhard thanks for your quick respond. I am very new to openFoam for the matter of fact i am still very new in CFD.

I ran which interFoam and this is what i get

Code:

/opt/OpenFOAM/OpenFOAM-1.7.1/applications/bin/linux64GccDPOpt/interFoam
ls $WM_DIR return

Code:

ls: /opt/OpenFOAM/OpenFOAM-1.7.1/wmake: No such file or directory
echo $WM_DIR
Code:

/opt/OpenFOAM/OpenFOAM-1.7.1/wmake
and echo $PATH
Code:

/opt/OpenFOAM/ThirdParty-1.7.1/platforms/linux64Gcc/paraview-3.8.0/bin:/opt/OpenFOAM/ThirdParty-1.7.1/platforms/linux64Gcc/openmpi-1.5/bin:/opt/OpenFOAM/ThirdParty-1.7.1/platforms/linux64/gcc-4.5.1/bin:/home/clee/OpenFOAM/clee-1.7.1/applications/bin/linux64GccDPOpt:/opt/OpenFOAM/site/1.7.1/bin/linux64GccDPOpt:/opt/OpenFOAM/OpenFOAM-1.7.1/applications/bin/linux64GccDPOpt:/opt/OpenFOAM/OpenFOAM-1.7.1/wmake:/opt/OpenFOAM/OpenFOAM-1.7.1/bin:/usr/kerberos/bin:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/clee/bin
sorry if i am asking basic question but i have no clue. any help will be appreciated

cheers

Chyn

You're using prepackaged binaries? Maybe there is a devel (or) package that has wmake

Bernhard


All times are GMT -4. The time now is 20:43.