Mapping distance not available due to empty partition

Hello. I used to precice 1.6.1 for FSI simulation. Simulations completed with no error. Now I want to use precice 2.3.0 for same simulations. I installed and tested tutorials there are no error. I use nearest-neighbor mapping for my case and there is error “Mapping distance not available due to empty partition.” and fluid stuck. I tried rbf-thin-plate-splines mapping this error does not occur but fluid still stuck. Full error text;

(occur all process)

Process #1/5: Does not work on wetSurface
Process #1/5: Does not work on the wet surface at all. 

---[precice] Mapping distance not available due to empty partition.
---[precice] Mapping distance not available due to empty partition.
[Harun:00195] Process received signal
[Harun:00195] Signal: Floating point exception (8)
[Harun:00195] Signal code: Integer divide-by-zero (1)
[Harun:00195] Failing at address: 0x7fb4a460ceb1
[Harun:00195] [ 0] /lib/x86_64-linux-gnu/libpthread.so.0(+0x143c0)[0x7fb4a3e7e3c0]
[Harun:00195] [ 1] /home/harun/preCICE/precice-2.3.0/lib/libprecice.so.2(_ZN7precice9partition17ReceivedPartition22createOwnerInformationEv+0xca1)[0x7fb4a460ceb1]
[Harun:00195] [ 2] /home/harun/preCICE/precice-2.3.0/lib/libprecice.so.2(_ZN7precice9partition17ReceivedPartition7computeEv+0x3ff)[0x7fb4a460d97f]
[Harun:00195] [ 3] /home/harun/preCICE/precice-2.3.0/lib/libprecice.so.2(_ZN7precice4impl19SolverInterfaceImpl17computePartitionsEv+0x1df)[0x7fb4a462cf8f]
[Harun:00195] [ 4] /home/harun/preCICE/precice-2.3.0/lib/libprecice.so.2(_ZN7precice4impl19SolverInterfaceImpl10initializeEv+0x502)[0x7fb4a463e6e2]
[Harun:00195] [ 5] SU2_CFD(+0x7176c0)[0x55ba40ad76c0]
[Harun:00195] [ 6] SU2_CFD(+0x52e704)[0x55ba408ee704]
[Harun:00195] [ 7] SU2_CFD(+0x179894)[0x55ba40539894]
[Harun:00195] [ 8] /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3)[0x7fb4a3c9c0b3]

How can I fix this issue? Can someone help me? Thanks.

CFD Solver: SU2
CSD Solver: Calculix

I actually think that this is the wrong process to look at. The first part of the message:

Process #1/5: Does not work on wetSurface
Process #1/5: Does not work on the wet surface at all. 

---[precice] Mapping distance not available due to empty partition.
---[precice] Mapping distance not available due to empty partition.

essentially says that this parallel partition does not participate in the coupling.

Then, a floating-point exception appears at partitioning:

[Harun:00195] Signal: Floating point exception (8)
[Harun:00195] Signal code: Integer divide-by-zero (1)

My first step would be to export the preCICE meshes and try to understand if the meshes are defined correctly: Export configuration | preCICE - The Coupling Library

Otherwise, if you only changed the version, I cannot imagine what could be wrong. I guess you already went through the list of configuration changes: Porting adapters from preCICE 1.x to 2.x | preCICE - The Coupling Library

I install the new version of precice on clean ubuntu. I did not upgrade. Now I install the old version of precice and my configuration is working. I changed the precice-config.xml with the new version. I don’t think wrong installition because the perpendicular flap tutorial work with no error. I am not sure where I am wrong.