|
[Sponsors] |
OpenFOAM-2.1.1 simpleFoam turbineSiting example ... |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
November 13, 2012, 19:00 |
OpenFOAM-2.1.1 simpleFoam turbineSiting example ...
|
#1 |
New Member
Dr. Chatur Ramalingum
Join Date: Jul 2012
Posts: 5
Rep Power: 14 |
Hello All,
I am having a problem with the turbineSiting tutorial in OpenFAM-2.1.1. The specific problem concerns the use of ptscotch in snappyHexMesh, and redistributePar. The errors are due to internal errors (2) in SCOTCH_dgraphInit. Specifically, here is the error message: (0): (1): (2): (3): ERROR: ERROR: ERROR: ERROR: SCOTCH_dgraphInit: internal error (2)SCOTCH_dgraphInit: internal error (2)SCOTCH_dgraphInit: internal error (2)SCOTCH_dgraphInit: internal error (2) The above error message is from these lines in library_dgraph.c: int SCOTCH_dgraphInit ( SCOTCH_Dgraph * const grafptr, MPI_Comm proccomm) /* Communicator to be used for all communications */ { if (graphPtscotch () != 1) { errorPrint ("SCOTCH_dgraphInit: linking with both libScotch and libPTScotch is not allowed"); return (1); } if (sizeof (SCOTCH_Num) != sizeof (Gnum)) { errorPrint ("SCOTCH_dgraphInit: internal error (1)"); return (1); } if (sizeof (SCOTCH_Dgraph) < sizeof (Dgraph)) { errorPrint ("SCOTCH_dgraphInit: internal error (2)"); return (1); } return (dgraphInit ((Dgraph *) grafptr, proccomm)); } If any of you have encountered this problem could you please let me know if you have a workaround. Thanks, Chatur |
|
December 7, 2016, 03:30 |
|
#2 |
New Member
Kshitij kunte
Join Date: Jun 2011
Posts: 18
Rep Power: 15 |
Hi please do post the solution, if you have solved this problem, cuz I am facing the same.
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
OpenFOAM - Validation of Results | Ahmed | OpenFOAM Running, Solving & CFD | 10 | May 13, 2018 19:28 |
probes function not working in Openfoam 2.1.1 | nandiganavishal | OpenFOAM | 7 | July 26, 2012 12:06 |
OpenFOAM 1.6.x, 1.7.0 and 1.7.x are not fully prepared to work with gcc-4.5.x | wyldckat | OpenFOAM Bugs | 18 | October 21, 2010 06:51 |
How to solve in simpleFoam with a volumesourceterm implicity | booz | OpenFOAM Running, Solving & CFD | 3 | March 12, 2009 04:17 |
OpenFOAM Training and Workshop | Hrvoje Jasak | Main CFD Forum | 0 | October 7, 2005 08:14 |