|
[Sponsors] |
December 6, 2012, 06:55 |
Fail to compile OpenFoam
|
#1 |
New Member
Hengjie Wang
Join Date: Dec 2012
Posts: 2
Rep Power: 0 |
Hi, everyone~
I installed OpenFoam2.1.1 on Ubuntu 10.04, then I try to build a debug version of it. There is what I have done and the problem I have got.: I modified "/opt/openfoam211/etc/bashrc" by setting WM_COMPILE_OPTION to Debug. I soursed this bashrc file in ~/.bashrc. I checked that both flex and bison are installed I start ./Allwmake under directory /opt/openfoam211 There came a lot of error and the original error I found is : Code:
mkdir: cannot create directory `linux64GccDPDebug': Permission denied /bin/sh: cannot create linux64GccDPDebug/options: Directory nonexistent Did I miss something ? Thanks~ |
|
December 6, 2012, 07:38 |
|
#2 |
Member
Join Date: Mar 2012
Location: Munich, Germany
Posts: 67
Rep Power: 14 |
Hello,
I think, you donīt have the permission to compile and install the program in /opt. Perhaps you try your home directory for installing OpenFOAM. I think, this might solve your problem. Or you can change the permission rights of your OpenFOAM folder in /opt, so that you have a writing accesse without being a superuser or using sudo. regards treima |
|
December 7, 2012, 03:48 |
|
#3 |
New Member
Hengjie Wang
Join Date: Dec 2012
Posts: 2
Rep Power: 0 |
Hi, Treima.
Thanks for your advice. It works now. Regards Frank |
|
August 6, 2015, 11:37 |
Changing permissions
|
#4 |
Member
Werner
Join Date: Jul 2015
Location: West Lafayette, USA
Posts: 34
Rep Power: 11 |
Hi Frank and Treima,
I'm dealing with the same problem as Frank did. How did it work Frank ? I'm working in the option of getting permission in the folder opt/openfoam### (240 in my case) but it still doesn't work. I introduce the command: sudo chmod 755 ./opt/openfoam240 to give the user read/write/execute permissions (7) and the group and the world read+execute permissions (5 in both digits). I took this info from http://www.linux.org/threads/file-pe...ns-chmod.4094/. When I run ./Allmake again (with the new permissions) the programm faces the same problem to create "linux64GccDPDebug". Now I'm not even able to run my OpenFoam because the command (in this case pimpleDyMFoam) is not found. I tried to change the Compiler_options back to Opt and it didn't work either. What should I do Know ? I would appreciate any help. |
|
August 10, 2015, 17:36 |
|
#5 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,981
Blog Entries: 45
Rep Power: 128 |
Greetings Werner,
Mmmm... OK, you want to build the Debug version, based on the Deb package for OpenFOAM. Very well, to avoid a situation where you might damage your system, then run the following command: Code:
sudo chown -R $USER:$USER /opt/openfoam240 I say "as a normal user", because the other way would be for you to build as root (super user), but in such a situation, you risk accidentally damaging your whole system, in case you accidentally erase/change the wrong file(s). Best regards, Bruno
__________________
|
|
Tags |
debug |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[OpenFOAM.org] compile OpenFOAM v5 source on Ubuntu 1706? | phsieh2005 | OpenFOAM Installation | 3 | August 26, 2017 15:57 |
[OpenFOAM.org] Failed to compile OpenFOAM 3.0.1 with icc | xuegy | OpenFOAM Installation | 1 | July 13, 2016 17:03 |
Suggestion for a new sub-forum at OpenFOAM's Forum | wyldckat | Site Help, Feedback & Discussions | 20 | October 28, 2014 10:04 |
Problems with compile OpenFoam | Black-Pearl | OpenFOAM Installation | 6 | July 12, 2012 08:01 |
[swak4Foam] how to compile groovyBC to OpenFoam v1.6? | tamsilian | OpenFOAM Community Contributions | 1 | May 27, 2010 04:15 |