mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-29 06:35:28 -04:00
DBT: removed grain-size from omp-schedule
- Fixed performance in general.
This commit is contained in:
parent
f5d0f77abf
commit
a3edcc8fd9
1 changed files with 2 additions and 2 deletions
|
|
@ -275,12 +275,12 @@ CONTAINS
|
|||
!$OMP END MASTER
|
||||
|
||||
ELSE
|
||||
!$OMP DO SCHEDULE(static, 512)
|
||||
!$OMP DO SCHEDULE(static)
|
||||
DO i = 1, SIZE(buffer_send(0)%blocks, 1)
|
||||
buffer_recv(0)%blocks(i, :) = buffer_send(0)%blocks(i, :)
|
||||
END DO
|
||||
!$OMP END DO
|
||||
!$OMP DO SCHEDULE(static, 512)
|
||||
!$OMP DO SCHEDULE(static)
|
||||
DO i = 1, SIZE(buffer_send(0)%data)
|
||||
buffer_recv(0)%data(i) = buffer_send(0)%data(i)
|
||||
END DO
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue