Skip to content

Commit

Permalink
Version with persistent buffers. This commit is for trgtol only.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Pekurovsky committed Apr 11, 2024
1 parent 470b2ce commit 6115947
Show file tree
Hide file tree
Showing 2 changed files with 159 additions and 99 deletions.
6 changes: 5 additions & 1 deletion src/trans/internal/tpm_trans.F90
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ MODULE TPM_TRANS

!
USE PARKIND1 ,ONLY : JPIM, JPRB

USE TPM_DISTR ,ONLY : NPROC
IMPLICIT NONE

SAVE
Expand Down Expand Up @@ -55,4 +55,8 @@ MODULE TPM_TRANS

LOGICAL :: LGPNORM = .FALSE. ! indicates whether transform is being done for gpnorm

INTEGER(KIND=JPIM), ALLOCATABLE :: IREQ_RECV_gtol(:),KRECVTOT_gtol(:),IREQ_SEND_gtol(:),KSENDTOT_gtol(:)
REAL(KIND=JPRB), ALLOCATABLE :: PCOMBUFR_gtol(:,:),PCOMBUFS_gtol(:,:)
INTEGER(KIND=JPIM) :: KNRECV_gtol,KNSEND_gtol,TRGTOL_COUNT=0

END MODULE TPM_TRANS
Loading

0 comments on commit 6115947

Please sign in to comment.