Skip to content

Commit 3f752f1

Browse files
authored
Merge pull request open-mpi#7237 from mcoil1/pr/v4.0.x/wbailey2-fixes
v4.0.x/two fixes
2 parents c0b27e4 + c01a71f commit 3f752f1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

HACKING

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,4 +246,4 @@ have done little to try to remove those warnings.
246246
If you do not have Flex installed, it can be downloaded from the
247247
following URL:
248248

249-
http://flex.sourceforge.net/
249+
https://github.com/westes/flex

ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1966,7 +1966,7 @@ printf("iAmUsedAgg - currentRoundFDStart initialized "
19661966
int *sourceAggBlockLengths=NULL;
19671967
MPI_Aint *sourceAggDisplacements=NULL, *recvBufferDisplacements=NULL;
19681968
MPI_Datatype *sourceAggDataTypes=NULL;
1969-
char *derivedTypePackedSourceBuffer;
1969+
char *derivedTypePackedSourceBuffer=NULL;
19701970
int derivedTypePackedSourceBufferOffset = 0;
19711971
int allocatedDerivedTypeArrays = 0;
19721972
ADIO_Offset amountOfDataReadThisRoundAgg = 0;

0 commit comments

Comments
 (0)