|
[Sponsors] |
October 14, 2011, 13:49 |
OpenFOAM installation
|
#1 |
New Member
Hoarau Yannick
Join Date: Mar 2009
Posts: 24
Rep Power: 17 |
Hi,
I would like to install OpenFoam on our University cluster. I'm not superuser so I need to use the provided openmpi and I already have scotch in a directory. Could someone tell me how to specify the openmpi patch and the scotch path in the installation? Many thanks, Yannick |
|
October 14, 2011, 15:57 |
|
#2 |
Senior Member
Adhiraj
Join Date: Sep 2010
Location: Karnataka, India
Posts: 187
Rep Power: 16 |
I suppose you can look into the etc directory that is part of OpenFOAM, particularly the files settings.sh, bashrc.
|
|
October 14, 2011, 18:20 |
|
#3 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,981
Blog Entries: 45
Rep Power: 128 |
Greetings to all!
Yannick, if mpirun is ready to be used from the command line and you are going to build OpenFOAM 2.0.1/x, then all you have to do is source OpenFOAM's bashrc file like this: Code:
source $HOME/OpenFOAM/OpenFOAM-2.0.1/etc/bashrc WM_MPLIB=SYSTEMOPENMPI Or you can do as Adhiraj said and edit OpenFOAM's "etc/bashrc" file and change the WM_MPLIB entry directly to SYSTEMOPENMPI. If Open-MPI isn't automatically activated in your terminal environment with this option, then edit the "etc/config/settings.sh" file and scroll down until near the end where you can find the SYSTEMOPENMPI entry and tweak it to use your Open-MPI version. Good luck! Bruno
__________________
|
|
October 14, 2011, 19:25 |
|
#4 |
New Member
Hoarau Yannick
Join Date: Mar 2009
Posts: 24
Rep Power: 17 |
I did modify the files bashrc and settings.sh. My mpi is openmpi, I check the $MPI_HOME, $MPI_ARCH_PATH and $OPAL_PREFIX and they are correct.
I still have a compilation error : could not open file ompi/mpi/cxx/pmpicxx.h for source file PstreamGlobals.C I don't understand why? Any ideas? Many many thanks |
|
October 16, 2011, 05:12 |
|
#5 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,981
Blog Entries: 45
Rep Power: 128 |
Hi Yannick,
OK, if you look that the file "$HOME/OpenFOAM/OpenFOAM-2.0.x/wmake/rules/General/mplibSYSTEMOPENMPI", you'll see that it tries to define the folders that have Open-MPI's header files and library interfaces by running: Code:
mpicc --showme:compile mpicc --showme:link Best regards, Bruno
__________________
|
|
October 17, 2011, 05:28 |
Problem with parafoam
|
#6 |
New Member
Begoņa
Join Date: Oct 2009
Posts: 28
Rep Power: 17 |
Hello, I have a problem with paraView, I had installed OpenFOAM 2.0.1 and check the system, I had run blockMesh and icoFoam with cavity exemple, but with paraFoam I had the follow error:
ERROR: In /home/begp/OpenFOAM/ThirdParty-2.0.1/ParaView-3.10.1/VTK/Rendering/vtkXOpenGLRenderWindow.cxx, line 611 vtkXOpenGLRenderWindow (0x1d35800): GLX not found. Aborting. Anybody can help me? |
|
October 17, 2011, 11:47 |
|
#7 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,981
Blog Entries: 45
Rep Power: 128 |
Greetings Bego,
Either you haven't installed the drivers for your graphics card or you're missing OpenGL libraries... either way, check the link in my signature, I believe I've got some references written down somewhere about this... Good luck, Bruno
__________________
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
OpenFoam 2.0.0 installation | Jan_Peters | OpenFOAM Installation | 86 | April 27, 2012 06:32 |
Critical errors during OpenFoam installation in OpenSuse 11.0 | amscosta | OpenFOAM | 5 | May 1, 2009 15:06 |
Problem installing OpenFOAM 1.5 installation on RHEL 4. | vwsj84 | OpenFOAM Installation | 4 | April 23, 2009 05:48 |
64bitrhel5 OF installation instructions | mirko | OpenFOAM Installation | 2 | August 12, 2008 19:07 |
Adventure of fisrst openfoam installation on Ubuntu 710 | jussi | OpenFOAM Installation | 0 | April 24, 2008 15:25 |