|
[Sponsors] |
May 30, 2007, 04:59 |
Description:
Running decompos
|
#1 |
Senior Member
Srinath Madhavan (a.k.a pUl|)
Join Date: Mar 2009
Location: Edmonton, AB, Canada
Posts: 703
Rep Power: 21 |
Description:
Running decomposePar when the controlDict has probe locations in it gives rise to warnings as shown below: --------------------------------- [madhavan@head02 icoFoam]$ decomposePar . cavity_parallel /*---------------------------------------------------------------------------*\ | ========= | | | \ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \ / O peration | Version: 1.4 | | \ / A nd | Web: http://www.openfoam.org | | \/ M anipulation | | \*---------------------------------------------------------------------------*/ Exec : decomposePar . cavity_parallel Date : May 29 2007 Time : 01:33:05 Host : head02.cein.ualberta.ca PID : 17797 Root : /amd/cein/homes/1/d/madhavan/OpenFOAM/madhavan-1.4/run/tutorials/icoFoam Case : cavity_parallel Nprocs : 1 Create time Selecting function probes Time = 0 Create mesh Calculating distribution of cells Selecting decompositionMethod metis Finished decomposition in 0 s Calculating original mesh data Distributing cells to processors Distributing faces to processors Calculating processor boundary addressing Distributing points to processors Constructing processor meshes Selecting function probes --> FOAM Warning : From function dlLibraryTable::open(const dictionary& dict, const word& libsEntry, const TablePtr tablePtr) in file lnInclude/dlLibraryTableTemplates.C at line 67 library "libsampling.so" did not introduce any new entries Processor 0 Number of cells = 199 Number of faces shared with processor 1 = 24 Number of processor patches = 1 Number of processor faces = 24 Number of boundary faces = 438 Selecting function probes --> FOAM Warning : From function dlLibraryTable::open(const dictionary& dict, const word& libsEntry, const TablePtr tablePtr) in file lnInclude/dlLibraryTableTemplates.C at line 67 library "libsampling.so" did not introduce any new entries Processor 1 Number of cells = 201 Number of faces shared with processor 0 = 24 Number of processor patches = 1 Number of processor faces = 24 Number of boundary faces = 442 Number of processor faces = 24 Max number of processor patches = 1 Max number of faces between processors = 24 Processor 0: field transfer Selecting function probes --> FOAM Warning : From function dlLibraryTable::open(const dictionary& dict, const word& libsEntry, const TablePtr tablePtr) in file lnInclude/dlLibraryTableTemplates.C at line 67 library "libsampling.so" did not introduce any new entries Processor 1: field transfer Selecting function probes --> FOAM Warning : From function dlLibraryTable::open(const dictionary& dict, const word& libsEntry, const TablePtr tablePtr) in file lnInclude/dlLibraryTableTemplates.C at line 67 library "libsampling.so" did not introduce any new entries --------------------------------- After running the case and reconstructing the stored times, when we run paraFoam, it crashes instantly. Solver/Application: icoFoam (but it could be just about any solver) Source file: libsampling.so? Testcase: Try the cavity tutorial in parallel. No special settings. Just remember to add some probelocations in controlDict. Platform: linux64 Version: (OpenFOAM 1.4) Notes: Related forum thread: http://www.cfd-online.com/OpenFOAM_D...tml?1180511576 |
|
May 30, 2007, 06:19 |
The best way to avoid these wa
|
#2 |
Senior Member
Join Date: Mar 2009
Posts: 854
Rep Power: 22 |
The best way to avoid these warning messages is to remove the probes from controlDict while performing the decomposition. If you would rather not do this but would still like to avoid the warning message then remove lines 60-70 from OpenFOAM-1.4/src/OpenFOAM/db/dlLibraryTable/dlLibraryTableTemplates.C
and recompile. Henry |
|
May 30, 2007, 15:47 |
Thanks for the prompt response
|
#3 |
Senior Member
Srinath Madhavan (a.k.a pUl|)
Join Date: Mar 2009
Location: Edmonton, AB, Canada
Posts: 703
Rep Power: 21 |
Thanks for the prompt response Henry. Much appreciated!
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
OpenFOAM Version 1.3 Released | OpenFOAM discussion board administrator | OpenFOAM Announcements from ESI-OpenCFD | 0 | March 29, 2006 19:06 |
OpenFOAM Version 1.2 Released | OpenFOAM discussion board administrator | OpenFOAM Announcements from ESI-OpenCFD | 0 | August 22, 2005 18:42 |
OpenFOAM Version 1.1 Released | OpenFOAM discussion board administrator | OpenFOAM Announcements from ESI-OpenCFD | 0 | March 11, 2005 06:33 |
OpenFOAM Version 1.0.2 Released | Admin (Admin) | OpenFOAM Announcements from ESI-OpenCFD | 0 | January 12, 2005 07:33 |
OpenFOAM Version 1.0 Released | Admin (Admin) | OpenFOAM Announcements from ESI-OpenCFD | 0 | December 14, 2004 11:58 |