Hi everyone,
I’m having a bit of trouble with running OpenFOAM with preCICE on multiple nodes.
The simulation gets stuck at:
—[preciceAdapter] Loaded the OpenFOAM-preCICE adapter - v1.2.3.
—[preciceAdapter] Reading preciceDict…
—[precice] ^[[0m This is preCICE version 2.5.0
—[precice] ^[[0m Revision info: no-info [git failed to run]
—[precice] ^[[0m Build type: Release (without debug log)
—[precice] ^[[0m Configuring preCICE with configuration “../precice-config.xml”
—[precice] ^[[0m I am participant “Fluid”
—[precice] ^[[0m Connecting Primary rank to 127 Secondary ranks
The Fluid solver is started from the subfolder “fluid-openfoam/”, while the Solid partecipant is run in the exchange-folder. In the precice-config.xml I have:
<m2n:sockets from="Fluid" to="Solid" exchange-directory="complete/path/to/exchange/folder/" network="ib0" />
One thing I noticed is that a “precice-run” folder is created also in the fluid-openfoam folder and it contains a subfolder called “FluidPrimary-FluidSecondary” with a file.
I successfully run simulations using 1 node for the Fluid solver and 1 node for the Solid solver.
Is it something that happened to anyone of you?
Thank you,
Alice