Skip to content

Commit

Permalink
Change default marshalling for SST to BP5
Browse files Browse the repository at this point in the history
  • Loading branch information
eisenhauer committed Feb 28, 2023
1 parent dd96c0e commit 93dbc3f
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 @@ -54,7 +54,7 @@ typedef struct _SstStats
} * SstStats;

#define SST_FOREACH_PARAMETER_TYPE_4ARGS(MACRO) \
MACRO(MarshalMethod, MarshalMethod, size_t, SstMarshalBP) \
MACRO(MarshalMethod, MarshalMethod, size_t, SstMarshalBP5) \
MACRO(verbose, Int, int, 0) \
MACRO(RegistrationMethod, RegMethod, size_t, 0) \
MACRO(StepDistributionMode, StepDistributionMode, size_t, StepsAllToAll) \
Expand Down

0 comments on commit 93dbc3f

Please sign in to comment.