CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Running, Solving & CFD

parallel running error

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   March 1, 2022, 10:55
Default parallel running error
  #1
New Member
 
Boucetta Lahcene
Join Date: Feb 2022
Location: Paris
Posts: 22
Rep Power: 4
B6_lacen is on a distinguished road
Hello everyone

I try to do a parallel simulation with 4 processors but it shows me this error, knowing that I do the same thing with a simple case and it works. But with my main case it doesn't work :/

Can someone help me plz. thanks

/*---------------------------------------------------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Version: 6
\\/ M anipulation |
\*---------------------------------------------------------------------------*/
Build : 6-fa1285188035
Exec : pimpleFoam -parallel
Date : Mar 01 2022
Time : 16:37:02
Host : "DS-CZC8188F4Q"
PID : 11549
I/O : uncollated
Case : /home/lahcene_boucetta/Bureau/cas_test/first_airfoil_nw/test1_urans
nProcs : 4
Slaves :
3
(
"DS-CZC8188F4Q.11550"
"DS-CZC8188F4Q.11551"
"DS-CZC8188F4Q.11552"
)

Pstream initialized with:
floatTransfer : 0
nProcsSimpleSum : 0
commsType : nonBlocking
polling iterations : 0
sigFpe : Enabling floating point exception trapping (FOAM_SIGFPE).
fileModificationChecking : Monitoring run-time modified files using timeStampMaster (fileModificationSkew 10)
allowSystemOperations : Allowing user-supplied system call operations

// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
Create time

Create mesh for time = 0


PIMPLE: No convergence criteria found


PIMPLE: Operating solver in PISO mode

Reading field p

Reading field U

Reading/calculating face flux field phi

Selecting incompressible transport model Newtonian
Selecting turbulence model type RAS
Selecting RAS turbulence model kOmegaSST
Selecting patchDistMethod meshWave
RAS
{
RASModel kOmegaSST;
turbulence on;
printCoeffs on;
alphaK1 0.85;
alphaK2 1;
alphaOmega1 0.5;
alphaOmega2 0.856;
gamma1 0.5555555556;
gamma2 0.44;
beta1 0.075;
beta2 0.0828;
betaStar 0.09;
a1 0.31;
b1 1;
c1 10;
F3 false;
}

No MRF models present

No finite volume options present
Courant Number mean: 6.224786192e-07 max: 0.4127096893
--> FOAM Warning :
From function void* Foam::dlOpen(const Foam::fileName&, bool)
in file POSIX.C at line 1234
dlopen error : /opt/openfoam6/platforms/linux64GccDPInt32Opt/lib/libsixDoFRigidBodyState.so: undefined symbol: _ZN4Foam27sixDoFRigidBodyMotionSolver8typeNameE
--> FOAM Warning :
From function bool Foam::dlLibraryTable:pen(const Foam::fileName&, bool)
in file db/dynamicLibrary/dlLibraryTable/dlLibraryTable.C at line 105
could not load "libsixDoFRigidBodyState.so"
--> FOAM Warning :
From function bool Foam::dlLibraryTable:pen(const Foam::dictionary&, const Foam::word&, const TablePtr&) [with TablePtr = Foam::HashTable<Foam::autoPtr<Foam::functionObject > (*)(const Foam::word&, const Foam::Time&, const Foam::dictionary&), Foam::word, Foam::string::hash>*]
in file lnInclude/dlLibraryTableTemplates.C at line 62
[1]
[1]
[1] --> FOAM FATAL ERROR:
[1] Unknown function type sixDoFRigidBodyState

Valid functions are :

6
(
patchProbes
probes
psiReactionThermoMoleFractions
rhoReactionThermoMoleFractions
sets
surfaces
)

[1]
[1]
[1] From function static Foam::autoPtr<Foam::functionObject> Foam::functionObject::New(const Foam::word&, const Foam::Time&, const Foam::dictionary&)
[1] in file db/functionObjects/functionObject/functionObject.C at line 100.
[1]
FOAM parallel run exiting
[1]
[2]
[2]
[2] --> FOAM FATAL ERROR:
[2] Unknown function type sixDoFRigidBodyState

Valid functions are :

6
(
patchProbes
probes
psiReactionThermoMoleFractions
rhoReactionThermoMoleFractions
sets
surfaces
)

[2]
[2]
[2] From function static Foam::autoPtr<Foam::functionObject> Foam::functionObject::New(const Foam::word&, const Foam::Time&, const Foam::dictionary&)
[2] in file db/functionObjects/functionObject/functionObject.C at line 100.
[2]
FOAM parallel run exiting
[2]
[3]
[3]
[3] --> FOAM FATAL ERROR:
[3] Unknown function type sixDoFRigidBodyState

Valid functions are :

6
(
patchProbes
probes
psiReactionThermoMoleFractions
rhoReactionThermoMoleFractions
sets
surfaces
)

[3]
[3]
[3] From function static Foam::autoPtr<Foam::functionObject> Foam::functionObject::New(const Foam::word&, const Foam::Time&, const Foam::dictionary&)
[3] in file db/functionObjects/functionObject/functionObject.C at line 100.
[3]
FOAM parallel run exiting
[3]
[0]
[0]
[0] --> FOAM FATAL ERROR:
[0] Unknown function type sixDoFRigidBodyState

Valid functions are :

6
(
patchProbes
probes
psiReactionThermoMoleFractions
rhoReactionThermoMoleFractions
sets
surfaces
)

[0]
[0]
[0] From function static Foam::autoPtr<Foam::functionObject> Foam::functionObject::New(const Foam::word&, const Foam::Time&, const Foam::dictionary&)
[0] in file db/functionObjects/functionObject/functionObject.C at line 100.
[0]
FOAM parallel run exiting
[0]
Could not open library "libsixDoFRigidBodyState.so"

--------------------------------------------------------------------------
MPI_ABORT was invoked on rank 3 in communicator MPI COMMUNICATOR 3 SPLIT FROM 0
with errorcode 1.

NOTE: invoking MPI_ABORT causes Open MPI to kill all MPI processes.
You may or may not see output from other processes, depending on
exactly when Open MPI kills them.
--------------------------------------------------------------------------
[DS-CZC8188F4Q:11544] 2 more processes have sent help message help-mpi-api.txt / mpi-abort
[DS-CZC8188F4Q:11544] Set MCA parameter "orte_base_help_aggregate" to 0 to see all help / error messages
Attached Images
File Type: jpg Capture du 2022-03-01 16-43-36.jpg (100.2 KB, 4 views)
B6_lacen 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
[OpenFOAM] ParaView command in Foam-extend-4.1 mitu_94 ParaView 0 March 4, 2021 13:46
long error when using make-install SU2_AD. tomp1993 SU2 Installation 3 March 17, 2018 06:25
Ansys Fluent 13.0 UDF compilation problem in Window XP (32 bit) Yogini Fluent UDF and Scheme Programming 7 October 3, 2012 07:24
checking the system setup and Qt version vivek070176 OpenFOAM Installation 22 June 1, 2010 12:34
user subroutine error CFDUSER CFX 2 December 9, 2006 06:31


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