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

OpenFOAM-2.1.1 simpleFoam turbineSiting example ...

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

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   November 13, 2012, 18:00
Default OpenFOAM-2.1.1 simpleFoam turbineSiting example ...
  #1
New Member
 
Dr. Chatur Ramalingum
Join Date: Jul 2012
Posts: 5
Rep Power: 13
Chatur Ramalingum is on a distinguished road
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
Chatur Ramalingum is offline   Reply With Quote

Old   December 7, 2016, 02:30
Default
  #2
New Member
 
Kshitij kunte
Join Date: Jun 2011
Posts: 18
Rep Power: 14
k.kshitij is on a distinguished road
Hi please do post the solution, if you have solved this problem, cuz I am facing the same.
k.kshitij is offline   Reply With Quote

Reply

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
OpenFOAM - Validation of Results Ahmed OpenFOAM Running, Solving & CFD 10 May 13, 2018 18:28
probes function not working in Openfoam 2.1.1 nandiganavishal OpenFOAM 7 July 26, 2012 11: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 05:51
How to solve in simpleFoam with a volumesourceterm implicity booz OpenFOAM Running, Solving & CFD 3 March 12, 2009 03:17
OpenFOAM Training and Workshop Hrvoje Jasak Main CFD Forum 0 October 7, 2005 07:14


All times are GMT -4. The time now is 21:41.