|
[Sponsors] |
April 26, 2013, 18:57 |
Solver "command not found" error
|
#1 |
Senior Member
Join Date: Mar 2013
Location: USA
Posts: 120
Rep Power: 13 |
Hello,
I am not an expert on Linux and I am trying to compile "waveFoam" and "waveDyMFoam" solvers. I compiled the "waveFoam" solver successfully. Everything was ready for the "waveFoam" solver, I just downloaded all the files and ran the "Allwmake". For the "waveDyMFoam" solver I followed the steps described in the wiki below: https://sites.google.com/site/jordim...ic-mesh-motion Basically, I modified "waveDyMFoam' from the "interDyMFoam" solver. Everything compiled fine but now when I try to run the "waveDyMFoam" solver, I get the error below: waveDyMFoam: command not found I am not sure what did I do wrong. I did everything exactly as described in the wiki. Maybe I should modify another file (bashrc??). Thank you very much for your time and help, Kilroy |
|
April 27, 2013, 04:44 |
|
#2 | |
Senior Member
|
Quote:
You don't have to change anything in "bashrc". /.bashrc, is used to set the environmental variable only. Few doubts: 1. Is your waveFoam command running? If yes, then do check the "/make" folder, may be you have missed some point. May be the path of "/folders" are different in your case then the mentioned case on the weblink. 2. Have you named your file as "waveDyMFoam.C" instead of "interDyMFoam"? 3. Otherwise, try uploading your case here. Will let you know. |
||
April 27, 2013, 07:38 |
|
#3 |
Senior Member
Lieven
Join Date: Dec 2011
Location: Leuven, Belgium
Posts: 299
Rep Power: 22 |
An other cause could simply be that the files are created but put in the wrong place.
Check whether the Make/files folder is something like Code:
waveFoam.C EXE = $(FOAM_USER_APPBIN)/waveFoam Make sure you compile the solvers with 'wmake' and not 'wmake libso' since this will not work either. If non of the above is the cause, first try to find the waveFoam solver file by running Code:
sudo updatedb && locate waveFoam Cheers, Lieven |
|
April 29, 2013, 11:06 |
|
#4 | |||
Senior Member
Join Date: Mar 2013
Location: USA
Posts: 120
Rep Power: 13 |
@Tushar,
Thank you very much for your response. I answered your questions below: Quote:
The path described in the weblink is below: $WM_PROJECT_USER_DIR/applications/solvers/waves2Foam/applications/solvers/solvers17/waveFoam/waveDyMFoam And my path is below: opt/openfoam220/applications/solvers/waves2Foam/applications/solvers/solvers220/waveFoam/waveDyMFoam Quote:
Quote:
opt/openfoam220/applications/solvers/waves2Foam The link to the case is below: http://www.filedropper.com/wavedymfoamtar |
||||
April 29, 2013, 11:17 |
|
#5 | ||||||
Senior Member
Join Date: Mar 2013
Location: USA
Posts: 120
Rep Power: 13 |
@Lieven,
Thank you very much for your response. My "waveFoam" command is running but "waveDyMFoam" is not. Quote:
Quote:
Quote:
Quote:
.../bin/waveFoam The whole list of files I get, after I run the commands is below: meta@meta-5:/opt/openfoam220/applications/solvers$ sudo updatedb && locate waveDyMFoam /home/meta/OpenFOAM/root-2.2.0/platforms/linux64GccDPOpt/bin/waveDyMFoam /opt/openfoam211/applications/solvers/waves2Foam/applications/solvers/solvers211/waveFoam/waveDyMFoam /opt/openfoam211/applications/solvers/waves2Foam/applications/solvers/solvers211/waveFoam/waveDyMFoam/Make /opt/openfoam211/applications/solvers/waves2Foam/applications/solvers/solvers211/waveFoam/waveDyMFoam/correctPhi.H /opt/openfoam211/applications/solvers/waves2Foam/applications/solvers/solvers211/waveFoam/waveDyMFoam/pEqn.H /opt/openfoam211/applications/solvers/waves2Foam/applications/solvers/solvers211/waveFoam/waveDyMFoam/readControls.H /opt/openfoam211/applications/solvers/waves2Foam/applications/solvers/solvers211/waveFoam/waveDyMFoam/waveDyMFoam.C /opt/openfoam211/applications/solvers/waves2Foam/applications/solvers/solvers211/waveFoam/waveDyMFoam/waveDyMFoam.C~ /opt/openfoam211/applications/solvers/waves2Foam/applications/solvers/solvers211/waveFoam/waveDyMFoam/waveDyMFoam.dep /opt/openfoam211/applications/solvers/waves2Foam/applications/solvers/solvers211/waveFoam/waveDyMFoam/Make/files /opt/openfoam211/applications/solvers/waves2Foam/applications/solvers/solvers211/waveFoam/waveDyMFoam/Make/files~ /opt/openfoam211/applications/solvers/waves2Foam/applications/solvers/solvers211/waveFoam/waveDyMFoam/Make/linux64GccDPOpt /opt/openfoam211/applications/solvers/waves2Foam/applications/solvers/solvers211/waveFoam/waveDyMFoam/Make/options /opt/openfoam211/applications/solvers/waves2Foam/applications/solvers/solvers211/waveFoam/waveDyMFoam/Make/options~ /opt/openfoam211/applications/solvers/waves2Foam/applications/solvers/solvers211/waveFoam/waveDyMFoam/Make/linux64GccDPOpt/dependencies /opt/openfoam211/applications/solvers/waves2Foam/applications/solvers/solvers211/waveFoam/waveDyMFoam/Make/linux64GccDPOpt/dependencyFiles /opt/openfoam211/applications/solvers/waves2Foam/applications/solvers/solvers211/waveFoam/waveDyMFoam/Make/linux64GccDPOpt/dontIncludeDeps /opt/openfoam211/applications/solvers/waves2Foam/applications/solvers/solvers211/waveFoam/waveDyMFoam/Make/linux64GccDPOpt/files /opt/openfoam211/applications/solvers/waves2Foam/applications/solvers/solvers211/waveFoam/waveDyMFoam/Make/linux64GccDPOpt/filesMacros /opt/openfoam211/applications/solvers/waves2Foam/applications/solvers/solvers211/waveFoam/waveDyMFoam/Make/linux64GccDPOpt/includeDeps /opt/openfoam211/applications/solvers/waves2Foam/applications/solvers/solvers211/waveFoam/waveDyMFoam/Make/linux64GccDPOpt/localObjectFiles /opt/openfoam211/applications/solvers/waves2Foam/applications/solvers/solvers211/waveFoam/waveDyMFoam/Make/linux64GccDPOpt/objectFiles /opt/openfoam211/applications/solvers/waves2Foam/applications/solvers/solvers211/waveFoam/waveDyMFoam/Make/linux64GccDPOpt/options /opt/openfoam211/applications/solvers/waves2Foam/applications/solvers/solvers211/waveFoam/waveDyMFoam/Make/linux64GccDPOpt/sourceFiles /opt/openfoam211/applications/solvers/waves2Foam/applications/solvers/solvers211/waveFoam/waveDyMFoam/Make/linux64GccDPOpt/waveDyMFoam.o /opt/openfoam220/applications/solvers/waveDyMFoam.tar.gz /opt/openfoam220/applications/solvers/waves2Foam/applications/solvers/solvers220/waveFoam/waveDyMFoam /opt/openfoam220/applications/solvers/waves2Foam/applications/solvers/solvers220/waveFoam/waveDyMFoam/Make /opt/openfoam220/applications/solvers/waves2Foam/applications/solvers/solvers220/waveFoam/waveDyMFoam/correctPhi.H /opt/openfoam220/applications/solvers/waves2Foam/applications/solvers/solvers220/waveFoam/waveDyMFoam/pEqn.H /opt/openfoam220/applications/solvers/waves2Foam/applications/solvers/solvers220/waveFoam/waveDyMFoam/readControls.H /opt/openfoam220/applications/solvers/waves2Foam/applications/solvers/solvers220/waveFoam/waveDyMFoam/waveDyMFoam.C /opt/openfoam220/applications/solvers/waves2Foam/applications/solvers/solvers220/waveFoam/waveDyMFoam/waveDyMFoam.C~ /opt/openfoam220/applications/solvers/waves2Foam/applications/solvers/solvers220/waveFoam/waveDyMFoam/waveDyMFoam.dep /opt/openfoam220/applications/solvers/waves2Foam/applications/solvers/solvers220/waveFoam/waveDyMFoam/Make/files /opt/openfoam220/applications/solvers/waves2Foam/applications/solvers/solvers220/waveFoam/waveDyMFoam/Make/linux64GccDPOpt /opt/openfoam220/applications/solvers/waves2Foam/applications/solvers/solvers220/waveFoam/waveDyMFoam/Make/options /opt/openfoam220/applications/solvers/waves2Foam/applications/solvers/solvers220/waveFoam/waveDyMFoam/Make/linux64GccDPOpt/dependencies /opt/openfoam220/applications/solvers/waves2Foam/applications/solvers/solvers220/waveFoam/waveDyMFoam/Make/linux64GccDPOpt/dependencyFiles /opt/openfoam220/applications/solvers/waves2Foam/applications/solvers/solvers220/waveFoam/waveDyMFoam/Make/linux64GccDPOpt/dontIncludeDeps /opt/openfoam220/applications/solvers/waves2Foam/applications/solvers/solvers220/waveFoam/waveDyMFoam/Make/linux64GccDPOpt/files /opt/openfoam220/applications/solvers/waves2Foam/applications/solvers/solvers220/waveFoam/waveDyMFoam/Make/linux64GccDPOpt/filesMacros /opt/openfoam220/applications/solvers/waves2Foam/applications/solvers/solvers220/waveFoam/waveDyMFoam/Make/linux64GccDPOpt/includeDeps /opt/openfoam220/applications/solvers/waves2Foam/applications/solvers/solvers220/waveFoam/waveDyMFoam/Make/linux64GccDPOpt/localObjectFiles /opt/openfoam220/applications/solvers/waves2Foam/applications/solvers/solvers220/waveFoam/waveDyMFoam/Make/linux64GccDPOpt/objectFiles /opt/openfoam220/applications/solvers/waves2Foam/applications/solvers/solvers220/waveFoam/waveDyMFoam/Make/linux64GccDPOpt/options /opt/openfoam220/applications/solvers/waves2Foam/applications/solvers/solvers220/waveFoam/waveDyMFoam/Make/linux64GccDPOpt/sourceFiles /opt/openfoam220/applications/solvers/waves2Foam/applications/solvers/solvers220/waveFoam/waveDyMFoam/Make/linux64GccDPOpt/waveDyMFoam.o |
|||||||
April 29, 2013, 11:57 |
|
#6 |
Senior Member
Lieven
Join Date: Dec 2011
Location: Leuven, Belgium
Posts: 299
Rep Power: 22 |
Ok, this is the line which I was talking about
/home/meta/OpenFOAM/root-2.2.0/platforms/linux64GccDPOpt/bin/waveDyMFoam It looks a bit messed up to me. What I would expect is something like /home/$username/OpenFOAM/$username-2.2.0/platforms/... and certainly not 'root' since you should not be working as root. If you open a new terminal and type Code:
echo $FOAM_USER_APPBIN 1. (recommended) Move all your custom solvers to a folder which you have read and write access to as a regular user (e.g. mine are simply in $home/OpenFOAM/applications) and recompile everything. 2. change the ownership of the /opt/openfoam220 -folder so you can access and modify it as a regular user by typing (change $user in your real user name) Code:
chown -R $user::$user /opt/openfoam220/ |
|
April 29, 2013, 12:05 |
|
#7 | |
Senior Member
Join Date: Mar 2013
Location: USA
Posts: 120
Rep Power: 13 |
Lieven,
I think I now why did that happen. At first when I tried to run "wmake" it didn't let me. So first I ran the command "sudo bash", then I ran "wmake". I think that's why everything is so messed up right now. Now when I open a new terminal and run "sudo bash" first, then the "waveDyMFoam" runs. But I will fix everything with your first recommendation below: Quote:
Kilroy. |
||
April 29, 2013, 12:15 |
|
#8 | |
Senior Member
Lieven
Join Date: Dec 2011
Location: Leuven, Belgium
Posts: 299
Rep Power: 22 |
You're very welcome.
Quote:
|
||
April 30, 2013, 07:25 |
|
#9 | |
Senior Member
|
Quote:
Sorry, couldn't able to reply your post. Anyways, Lieven answered your queries. It's always preferable to install in root directory. As you don't need to call sudo bash when you run your solver. Or, try giving permission (read and write access) to the user directory |
||
April 30, 2013, 11:04 |
|
#10 | |
Senior Member
Join Date: Mar 2013
Location: USA
Posts: 120
Rep Power: 13 |
Quote:
I am still learning how to use Linux and this case is a very good experience for me to how to work with the environment. |
||
August 30, 2018, 05:56 |
waveFoam not working
|
#11 |
New Member
Kazakis Ioannis
Join Date: Sep 2016
Location: Thessaloniki, Greece
Posts: 24
Rep Power: 10 |
Dear friends
I would be grateful if you could help with the above issue. I 've installed and compiled successfully (as it's seems to be done), waves2Foam across openFoam 4.0. I ve also done this, using openFoam 2.4.0 and 3.0.1. Everything seems to be ok when I m running a case, e.g bejiBattjes, except the solver wavefoam. In the log file i took back this message: /opt/openfoam4/bin/tools/RunFunctions: line 93: waveFoam: command not found. I tried a lot of thinks but still not working. I'm asking for your help Kind Regards John |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Building OpenFOAM1.7.0 from source | ata | OpenFOAM Installation | 46 | March 6, 2022 14:21 |
[OpenFOAM] Saving ParaFoam views and case | sail | ParaView | 9 | November 25, 2011 16:46 |
ParaView for OF-1.6-ext | Chrisi1984 | OpenFOAM Installation | 0 | December 31, 2010 07:42 |
checking the system setup and Qt version | vivek070176 | OpenFOAM Installation | 22 | June 1, 2010 13:34 |
[swak4Foam] groovyBC: problems compiling: "flex: not found" and "undefined reference to ..." | sega | OpenFOAM Community Contributions | 12 | February 17, 2010 10:30 |