Skip to content

Commit

Permalink
Merge pull request #974 from eisenhauer/ChangeSstMarshalMethod
Browse files Browse the repository at this point in the history
Change SST marshaling default to BP
  • Loading branch information
eisenhauer committed Oct 31, 2018
2 parents 98b926c + 9af5ad0 commit 7a74575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/adios2/toolkit/sst/sst_data.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ struct _SstBlock
};

#define SST_FOREACH_PARAMETER_TYPE_4ARGS(MACRO) \
MACRO(MarshalMethod, MarshalMethod, size_t, 0) \
MACRO(MarshalMethod, MarshalMethod, size_t, 1) \
MACRO(RegistrationMethod, RegMethod, size_t, 0) \
MACRO(DataTransport, String, char *, NULL) \
MACRO(RendezvousReaderCount, Int, int, 1) \
Expand Down

0 comments on commit 7a74575

Please sign in to comment.