Changeset 15301
- Timestamp:
- 2021-09-29T16:57:13+02:00 (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
NEMO/trunk/src/OCE/LBC/lbc_lnk_neicoll_generic.h90
r15050 r15301 144 144 iScnt(:) = PACK( iszall, mask = llsend ) ! ok if mask = .false. 145 145 iRcnt(:) = PACK( iszall, mask = llrecv ) 146 iSdpl(1) = 0146 IF( iszS > 0 ) iSdpl(1) = 0 147 147 DO jn = 2,iszS 148 148 iSdpl(jn) = iSdpl(jn-1) + iScnt(jn-1) ! with _alltoallv: in units of sendtype 149 149 END DO 150 iRdpl(1) = 0150 IF( iszR > 0 ) iRdpl(1) = 0 151 151 DO jn = 2,iszR 152 152 iRdpl(jn) = iRdpl(jn-1) + iRcnt(jn-1) ! with _alltoallv: in units of sendtype
Note: See TracChangeset
for help on using the changeset viewer.