Loading source/adios2/toolkit/sst/cp/ffs_marshal.c +31 −28 Original line number Diff line number Diff line Loading @@ -382,6 +382,8 @@ extern void FFSFreeMarshalData(SstStream Stream) { /* reader side */ struct FFSReaderMarshalBase *Info = Stream->ReaderMarshalData; if (Info) { for (int i = 0; i < Stream->WriterCohortSize; i++) { if (Info->WriterInfo[i].RawBuffer) Loading Loading @@ -414,6 +416,7 @@ extern void FFSFreeMarshalData(SstStream Stream) Stream->ReaderMarshalData = NULL; } } } #if !defined(ADIOS2_HAVE_ZFP) #define ZFPcompressionPossible(Type, DimCount) 0 Loading Loading
source/adios2/toolkit/sst/cp/ffs_marshal.c +31 −28 Original line number Diff line number Diff line Loading @@ -382,6 +382,8 @@ extern void FFSFreeMarshalData(SstStream Stream) { /* reader side */ struct FFSReaderMarshalBase *Info = Stream->ReaderMarshalData; if (Info) { for (int i = 0; i < Stream->WriterCohortSize; i++) { if (Info->WriterInfo[i].RawBuffer) Loading Loading @@ -414,6 +416,7 @@ extern void FFSFreeMarshalData(SstStream Stream) Stream->ReaderMarshalData = NULL; } } } #if !defined(ADIOS2_HAVE_ZFP) #define ZFPcompressionPossible(Type, DimCount) 0 Loading