Skip to content

Commit

Permalink
Remove unneeded variables
Browse files Browse the repository at this point in the history
  • Loading branch information
max-Hawkins committed Nov 7, 2024
1 parent bfcae6a commit 4eccce8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/simulation/m_mpi_proxy.fpp
Original file line number Diff line number Diff line change
Expand Up @@ -872,8 +872,6 @@ contains
integer :: pack_offsets(1:3), unpack_offsets(1:3)
integer :: pack_offset, unpack_offset
real(kind(0d0)), pointer :: p_send, p_recv
integer, pointer, dimension(:) :: p_i_send, p_i_recv
#ifdef MFC_MPI
Expand Down Expand Up @@ -1073,8 +1071,6 @@ contains
! Send/Recv
#:for rdma_mpi in [False, True]
if (rdma_mpi .eqv. ${'.true.' if rdma_mpi else '.false.'}$) then
p_send => q_cons_buff_send(0)
p_recv => q_cons_buff_recv(0)
#:if rdma_mpi
!$acc host_data use_device(q_cons_buff_send, q_cons_buff_recv)
#:else
Expand Down

0 comments on commit 4eccce8

Please sign in to comment.