Skip to content

Commit

Permalink
submatrix_dissection: use message_passing instead of dbcsr_mpiwrap
Browse files Browse the repository at this point in the history
  • Loading branch information
michaellass authored and pseewald committed Apr 28, 2020
1 parent 3e7b916 commit 2b878fb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/submatrix_dissection.F
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ MODULE submatrix_dissection
dbcsr_get_info, dbcsr_get_stored_coordinates, dbcsr_iterator_blocks_left, &
dbcsr_iterator_next_block, dbcsr_iterator_start, dbcsr_iterator_stop, dbcsr_iterator_type, &
dbcsr_put_block, dbcsr_type
USE dbcsr_mpiwrap, ONLY: mp_allgather, &
mp_alltoall, &
mp_irecv, &
mp_isend, &
mp_send, &
mp_wait
USE message_passing, ONLY: mp_allgather, &
mp_alltoall, &
mp_irecv, &
mp_isend, &
mp_send, &
mp_wait
USE kinds, ONLY: dp
USE submatrix_types, ONLY: buffer_type, &
bufptr_type, &
Expand Down

0 comments on commit 2b878fb

Please sign in to comment.