|
[Sponsors] |
July 31, 2010, 22:46 |
Problem with multisolver installation
|
#1 |
New Member
Raman
Join Date: Jul 2010
Posts: 6
Rep Power: 16 |
Hey....i tried installing multisolver on OpenFOAM 1.7, but when try running
cd $WM_PROJECT_DIR/src/multiSolver wmake libso I get the message... /bin/sh: cannot create linux64GccDPOpt/options: Permission denied make: *** [linux64GccDPOpt/options] Error 2 /opt/openfoam170/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 u help me with this, I think it is due to a permission issue, but ane idea, how i can go past tht??? I would be thankful if you could tell me tht... |
|
August 5, 2010, 09:00 |
|
#2 |
Senior Member
David Gaden
Join Date: Apr 2009
Location: Winnipeg, Canada
Posts: 437
Rep Power: 22 |
Okay, I've looked at it in more detail. It already is installing into the OpenFOAM source directories. Your problem sounds like a permission problem indeed. If you don't have permission... then I suspect it didn't even extract the gzip file correctly. Is the multiSolver directory even there? Try this:
cd $WM_PROJECT_DIR/src/multiSolver Did it change directories or fail? If it failed, let me know, and I'll design an installation to a custom directory. Otherwise, continue reading: What permissions do you have set on the src/multiSolver folder? Are you owner? To find out: cd $WM_PROJECT_DIR/src ls -al Look for "multiSolver". The line should look something like: drwxr-xr-x 8 dave dave 4096 2010-08-03 10:38 multiSolver The permissions are the jumble of letters at the start. Are they the same as above? Secondly, the owner is in the two columns to the right of that. Above the owner is "dave dave". The first name is the user, the second name is the group. Does your name match your username (i.e. the name at the start of your prompt: name@Host:~/path$ )? If the permissions are wrong, you can use these commands to correct them: cd $WM_PROJECT_DIR/src/multiSolver find -type d -print0 |xargs -0 chmod 755 find -type f -print0 |xargs -0 chmod 644 And try again. Good luck! -Dave |
|
Tags |
multisolver, permission |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Trouble with Multisolver installation... | 1gn0rant | OpenFOAM Running, Solving & CFD | 6 | August 2, 2010 12:34 |
Installation paraFoam - still problem | nhl | OpenFOAM Installation | 7 | June 22, 2010 10:22 |
64bitrhel5 OF installation instructions | mirko | OpenFOAM Installation | 2 | August 12, 2008 19:07 |
Installation Problem | Meenu | FLUENT | 2 | April 22, 2006 15:29 |
STAR-CD installation Problem | Zaheer Abbas | CFX | 0 | October 25, 2005 00:28 |