CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM

Problem with multisolver installation

Register Blogs Members List Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   July 31, 2010, 21:46
Default Problem with multisolver installation
  #1
New Member
 
Raman
Join Date: Jul 2010
Posts: 6
Rep Power: 15
1gn0rant is on a distinguished road
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...
1gn0rant is offline   Reply With Quote

Old   August 5, 2010, 08:00
Default
  #2
Senior Member
 
David Gaden
Join Date: Apr 2009
Location: Winnipeg, Canada
Posts: 437
Rep Power: 21
marupio is on a distinguished road
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
marupio is offline   Reply With Quote

Reply

Tags
multisolver, permission

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Trouble with Multisolver installation... 1gn0rant OpenFOAM Running, Solving & CFD 6 August 2, 2010 11:34
Installation paraFoam - still problem nhl OpenFOAM Installation 7 June 22, 2010 09:22
64bitrhel5 OF installation instructions mirko OpenFOAM Installation 2 August 12, 2008 18:07
Installation Problem Meenu FLUENT 2 April 22, 2006 14:29
STAR-CD installation Problem Zaheer Abbas CFX 0 October 24, 2005 23:28


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