|
[Sponsors] |
March 1, 2011, 12:50 |
Problem running wmake on simpleFoam
|
#1 |
Member
Greg Givogue
Join Date: Aug 2010
Location: Ottawa Canada
Posts: 57
Rep Power: 16 |
Hi Everyone!
I've corrected the KOmegaSST.C bug in 1.7.1 but am unable to recompile simpleFoam using wmake. First I run 'touch simpleFoam.C' then... greggivogue@ubuntu:/opt/openfoam171/applications/solvers/incompressible/simpleFoam$ wclean greggivogue@ubuntu:/opt/openfoam171/applications/solvers/incompressible/simpleFoam$ wmake mkdir: cannot create directory `linux64GccDPOpt': Permission denied /bin/sh: cannot create linux64GccDPOpt/options: Directory nonexistent make: *** [linux64GccDPOpt/options] Error 2 /opt/openfoam171/wmake/MakefileFiles:39: linux64GccDPOpt/options: No such file or directory make: *** No rule to make target `linux64GccDPOpt/options'. Stop. wmake error: file 'Make/linux64GccDPOpt/objectFiles' could not be created Can someone please chime in and help me with this likely bonehead problem! I'm really stuck here. It looks like it has to do with permissions but I'm not really sure how to fix this... Thanks! |
|
March 1, 2011, 13:42 |
|
#2 |
Member
Greg Givogue
Join Date: Aug 2010
Location: Ottawa Canada
Posts: 57
Rep Power: 16 |
Problem solved but changing permissions.
|
|
April 23, 2011, 04:59 |
a similar question?
|
#3 |
New Member
Quan Zhou
Join Date: Jul 2010
Posts: 5
Rep Power: 16 |
||
April 23, 2011, 11:10 |
|
#4 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,981
Blog Entries: 45
Rep Power: 128 |
Greetings to both!
@iampolaris: Although I'm against modifying permissions on root folders, here is what you can do: Code:
sudo chmod -R o+w /opt/openfoam171 This is very dangerous, since this way anyone can damage your OpenFOAM installation. It would be advisable that after you do the tweaks you want to do, you reverse the permissions by running: Code:
sudo chmod -R o-w /opt/openfoam171 Bruno
__________________
|
|
April 23, 2011, 21:40 |
|
#5 |
Member
Greg Givogue
Join Date: Aug 2010
Location: Ottawa Canada
Posts: 57
Rep Power: 16 |
This is basically what I did. Good luck
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
wmake compiling Problem with OF1.5 | openTom | OpenFOAM Installation | 4 | May 3, 2009 15:44 |
OpenFOAM15 installables are incomplete problem with paraFoam | tryingof | OpenFOAM Bugs | 17 | December 7, 2008 05:41 |
Problem of compilation OF 14Allwmake command not found | erik_d | OpenFOAM Bugs | 13 | September 13, 2008 22:45 |
Error running simpleFoam in parallel | skabilan | OpenFOAM Running, Solving & CFD | 2 | August 29, 2008 10:42 |
Problem with running FoamX in a distributed environment | susana | OpenFOAM Pre-Processing | 1 | March 28, 2007 18:11 |