Skip to content

Commit

Permalink
(mpi) build failure with MPI fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljprice committed Jan 19, 2020
1 parent 117204e commit d17b6f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/mpi_derivs.F90
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ subroutine recv_cellforce(target_stack,xbuf,irequestrecv)
iwait = xbuf(iproc)%waiting_index
do k = 1,xbuf(iproc)%npcell
target_stack%cells(iwait)%fsums(:,k) = target_stack%cells(iwait)%fsums(:,k) + xbuf(iproc)%fsums(:,k)
target_stack%cells(iwait)%dtdrag(k) = min(target_stack%cells(iwait)%dtdrag(k), xbuf(iproc)%dtdrag(k))
target_stack%cells(iwait)%tsmin(k) = min(target_stack%cells(iwait)%tsmin(k), xbuf(iproc)%tsmin(k))
target_stack%cells(iwait)%vsigmax(k) = max(target_stack%cells(iwait)%vsigmax(k), xbuf(iproc)%vsigmax(k))
enddo
#ifdef GRAVITY
Expand Down

0 comments on commit d17b6f6

Please sign in to comment.