1
1

Merge pull request #7237 from mcoil1/pr/v4.0.x/wbailey2-fixes

v4.0.x/two fixes
Этот коммит содержится в:
Howard Pritchard 2019-12-17 09:22:07 -07:00 коммит произвёл GitHub
родитель c0b27e4f74 c01a71fbe9
Коммит 3f752f1d4f
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -246,4 +246,4 @@ have done little to try to remove those warnings.
If you do not have Flex installed, it can be downloaded from the If you do not have Flex installed, it can be downloaded from the
following URL: following URL:
http://flex.sourceforge.net/ https://github.com/westes/flex

Просмотреть файл

@ -1966,7 +1966,7 @@ printf("iAmUsedAgg - currentRoundFDStart initialized "
int *sourceAggBlockLengths=NULL; int *sourceAggBlockLengths=NULL;
MPI_Aint *sourceAggDisplacements=NULL, *recvBufferDisplacements=NULL; MPI_Aint *sourceAggDisplacements=NULL, *recvBufferDisplacements=NULL;
MPI_Datatype *sourceAggDataTypes=NULL; MPI_Datatype *sourceAggDataTypes=NULL;
char *derivedTypePackedSourceBuffer; char *derivedTypePackedSourceBuffer=NULL;
int derivedTypePackedSourceBufferOffset = 0; int derivedTypePackedSourceBufferOffset = 0;
int allocatedDerivedTypeArrays = 0; int allocatedDerivedTypeArrays = 0;
ADIO_Offset amountOfDataReadThisRoundAgg = 0; ADIO_Offset amountOfDataReadThisRoundAgg = 0;