Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion HACKING
Original file line number Diff line number Diff line change
Expand Up @@ -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
following URL:

http://flex.sourceforge.net/
https://github.com/westes/flex
Original file line number Diff line number Diff line change
Expand Up @@ -1966,7 +1966,7 @@ printf("iAmUsedAgg - currentRoundFDStart initialized "
int *sourceAggBlockLengths=NULL;
MPI_Aint *sourceAggDisplacements=NULL, *recvBufferDisplacements=NULL;
MPI_Datatype *sourceAggDataTypes=NULL;
char *derivedTypePackedSourceBuffer;
char *derivedTypePackedSourceBuffer=NULL;
int derivedTypePackedSourceBufferOffset = 0;
int allocatedDerivedTypeArrays = 0;
ADIO_Offset amountOfDataReadThisRoundAgg = 0;
Expand Down