Skip to content

Commit 78fd281

Browse files
Fixed issue with pre-processing not applying correct initial rotation with multiple MPI ranks
1 parent 6febe45 commit 78fd281

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/pre_process/m_mpi_proxy.fpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,10 @@ contains
7979
#:for VAR in ['geometry', 'type', 'dir', 'loc']
8080
call MPI_BCAST(patch_bc(i)%${VAR}$, 1, MPI_INTEGER, 0, MPI_COMM_WORLD, ierr)
8181
#:endfor
82+
83+
#:for VAR in ['vel', 'angular_vel', 'angles']
84+
call MPI_BCAST(patch_ib(i)%${VAR}$, 3, mpi_p, 0, MPI_COMM_WORLD, ierr)
85+
#:endfor
8286
8387
call MPI_BCAST(patch_bc(i)%radius, 1, mpi_p, 0, MPI_COMM_WORLD, ierr)
8488

0 commit comments

Comments
 (0)