Home
last modified time | relevance | path

Searched refs:mat_send (Results 1 – 2 of 2) sorted by relevance

/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/
H A Dmp2_ri_grad.F1241 REAL(KIND=dp), ALLOCATABLE, DIMENSION(:, :) :: ab_rec, ab_send, mat_rec, mat_send local
1716 ALLOCATE (mat_send(max_row_size, max_col_size))
1718 mat_send = 0.0_dp
1719 mat_send(1:nrow_local, 1:ncol_local) = buffer_cyclic(para_env_exchange%mepos)%msg(:, :)
1729 CALL mp_sendrecv(mat_send, proc_send_static, &
1733 mat_send = 0.0_dp
1734 mat_send(1:rec_row_size, 1:rec_col_size) = mat_rec(1:rec_row_size, 1:rec_col_size) + &
1740 CALL mp_sendrecv(mat_send, proc_send_static, &
1745 DEALLOCATE (mat_send)
/dports/science/cp2k-data/cp2k-7.1.0/src/
H A Dmp2_ri_grad.F1234 REAL(KIND=dp), ALLOCATABLE, DIMENSION(:, :) :: ab_rec, ab_send, mat_rec, mat_send local
1709 ALLOCATE (mat_send(max_row_size, max_col_size))
1711 mat_send = 0.0_dp
1712 mat_send(1:nrow_local, 1:ncol_local) = buffer_cyclic(para_env_exchange%mepos)%msg(:, :)
1722 CALL mp_sendrecv(mat_send, proc_send_static, &
1726 mat_send = 0.0_dp
1727 mat_send(1:rec_row_size, 1:rec_col_size) = mat_rec(1:rec_row_size, 1:rec_col_size) + &
1733 CALL mp_sendrecv(mat_send, proc_send_static, &
1738 DEALLOCATE (mat_send)