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

problem in installation in OpenFOAM-2.1.x on Red Hat

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   February 20, 2013, 23:46
Default
  #41
New Member
 
nagendra verma
Join Date: Feb 2013
Posts: 25
Rep Power: 13
nagendra verma is on a distinguished road
Dear Sir,

Thankyou very much I have completed all these steps successfully.
I am attaching a pics of last command Allwmake.



Thanks
nagendra
Attached Images
File Type: jpg OpFm-Allwmake.jpg (27.6 KB, 28 views)
nagendra verma is offline   Reply With Quote

Old   February 21, 2013, 06:01
Default
  #42
Retired Super Moderator
 
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,975
Blog Entries: 45
Rep Power: 128
wyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to all
Hi Nagendra,

I'm glad it's finally working!

Best regards,
Bruno
__________________
wyldckat is offline   Reply With Quote

Old   February 25, 2013, 00:00
Default
  #43
New Member
 
nagendra verma
Join Date: Feb 2013
Posts: 25
Rep Power: 13
nagendra verma is on a distinguished road
Dear Sir,

Now I want GPU Plugin for OpenFOAM 2.1.x
I have downloaded SpeedIT Classic toolkit from this link http://speedit.vratis.com/index.php/...d.html#content
but here it is not mention here for which OpenFOAM version this toolkit we can use.
where it will support OpenFOAM 2.1.x

Thanks
nagendra
nagendra verma is offline   Reply With Quote

Old   February 25, 2013, 05:22
Default
  #44
New Member
 
nagendra verma
Join Date: Feb 2013
Posts: 25
Rep Power: 13
nagendra verma is on a distinguished road
Dear Sir,

I am Installing GPU Plugin for OpenFOAM name is 1.2 Classic.
In first step written like
Go to your path for FOAM applications

cd $WM_PROJECT_USER_DIR

But when I am running command cd $WM_PROJECT_USER_DIR
Its giving
cd: /home/others/trainee/OpenFOAM/trainee-2.1.x: No such file or directory
In etc/bashrc file
export WM_PROJECT_USER_DIR=$HOME/$WM_PROJECT/$USER-$WM_PROJECT_VERSION
while I am writing echo $WM_PROJECT_USER_DIR
/home/others/trainee/OpenFOAM/trainee-2.1.x
but there is no trainee-2.1.x directory.
I think need to create trainee-2.1.x directory in /home/others/trainee/OpenFOAM/.

Thanks
nagenrda

Last edited by nagendra verma; February 25, 2013 at 06:30.
nagendra verma is offline   Reply With Quote

Old   February 25, 2013, 08:13
Default
  #45
Retired Super Moderator
 
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,975
Blog Entries: 45
Rep Power: 128
wyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to all
Hi Nagendra,

Sorry, I've never used the SpeedIt plugin, so I don't know how it works. But I do have some limited experience with Symscape's GPU plug-in: http://www.symscape.com/gpu-1-0-openfoam

The detail is that you will need to build the Single Precision version of OpenFOAM, instead of the default Double Precision.

There is also Cufflink, but it only works with Extend's variant of OpenFOAM named 1.6-ext: http://code.google.com/p/cufflink-library/


But is the GPU plug-in critical to your work? Because it is still very limited and only in some cases will you be able to draw any performance improvements At least AFAIK...

Best regards,
Bruno
__________________
wyldckat is offline   Reply With Quote

Old   February 26, 2013, 00:53
Default
  #46
New Member
 
nagendra verma
Join Date: Feb 2013
Posts: 25
Rep Power: 13
nagendra verma is on a distinguished road
Dear Sir,


On echo $WM_PROJECT_USER_DIR giving
/home/others/trainee/OpenFOAM/trainee-2.1.x
but there is not any directory trainee-2.1.x
cd $WM_PROJECT_USER_DIR giving
cd: /home/others/trainee/OpenFOAM/trainee-2.1.x: No such file or directory

echo $FOAM_USER_LIBBIN
/home/others/trainee/OpenFOAM/trainee-2.1.x/platforms/linux64Gcc44DPOpt/lib
cd $FOAM_USER_LIBBIN giving
cd: /home/others/trainee/OpenFOAM/trainee-2.1.x/platforms/linux64Gcc44DPOpt/lib: No such file or directory

while lib directory available in
~/OpenFOAM/ThirdParty-2.1.x/platforms/linux64Gcc44DPOpt$cd lib/

why these things happening.

Thanks
nagendra
nagendra verma is offline   Reply With Quote

Old   February 26, 2013, 04:27
Default
  #47
Retired Super Moderator
 
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,975
Blog Entries: 45
Rep Power: 128
wyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to all
Hi Nagendra,

Sorry about that, I didn't see the other details you had posted.
The reason why you're getting those error messages is because:
  1. You haven't done the tutorials first: http://www.openfoam.org/docs/user/tu...s.php#x4-30002
    Quote:
    They can be easily copied by typing:
    Code:
    mkdir -p $FOAM_RUN 
    cp -r $FOAM_TUTORIALS $FOAM_RUN
  2. The folders "$FOAM_USER_APPBIN" and "$FOAM_USER_LIBBIN" are usually created only when you build a personal build of an OpenFOAM based application. For example, if you follow these instructions: http://openfoamwiki.net/index.php/Ho...ure_to_icoFoam
Best regards,
Bruno
__________________
wyldckat is offline   Reply With Quote

Old   February 26, 2013, 06:29
Default
  #48
New Member
 
nagendra verma
Join Date: Feb 2013
Posts: 25
Rep Power: 13
nagendra verma is on a distinguished road
Dear Sir,

I have followed upto step-6 on running command
my_icoFoam

I am getting FOAM FATAL ERROR.
and one more thing $FOAM_USER_LIBBIN did not create.
cd $FOAM_USER_LIBBIN
cd: /home/others/trainee/OpenFOAM/trainee-2.1.x/platforms/linux64Gcc44DPOpt/lib: No such file or directory

I am attaching make.log file for my_icoFoam command.


Thanks
nagendra
Attached Files
File Type: zip make.zip (727 Bytes, 1 views)
nagendra verma is offline   Reply With Quote

Old   February 26, 2013, 06:33
Default
  #49
Retired Super Moderator
 
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,975
Blog Entries: 45
Rep Power: 128
wyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to all
Hi Nagendra,

Sorry about that, I forgot to mention that the example for adding temperature to icoFoam usually only creates the "$FOAM_USER_APPBIN" folder, because it creates only an application.

Nonetheless, if you do want to create the last remaining folder, you can simply run:
Code:
mkdir -p $FOAM_USER_LIBBIN
But keep in mind that only personally built libraries will be placed in there.

Best regards,
Bruno
__________________
wyldckat is offline   Reply With Quote

Reply


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
Source Pack Installation OpenFOAM Version 2.1.0 on Redhat Linux Indrajit OpenFOAM Installation 1 April 1, 2012 04:39
New OpenFOAM Forum Structure jola OpenFOAM 2 October 19, 2011 06:55
[Commercial meshers] Handling cyclic BC from gambit to openfoam for a cascade airfoil problem - OF 1.6 maverick OpenFOAM Meshing & Mesh Conversion 2 June 18, 2011 04:36
Installation Fluent 6.3 into Red Hat Linux System rashid FLUENT 1 March 1, 2008 08:57
Problem in running CFX in red hat linux Q CFX 0 March 30, 2006 09:11


All times are GMT -4. The time now is 14:12.