Skip to content

Commit

Permalink
Add defines for BP3, BP4 and BP5 (ornladios#4191)
Browse files Browse the repository at this point in the history
  • Loading branch information
franzpoeschel authored Jun 3, 2024
1 parent 040c3f0 commit c52d755
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion source/adios2/common/ADIOSConfig.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,16 @@

@ADIOS2_CONFIG_DEFINES@

#define ADIOS2_FEATURE_LIST @ADIOS2_CONFIG_FEATURE_LIST@
/*
* Constant defines: These are available unconditionally
* in the current version of ADIOS2.
*/

#define ADIOS2_HAVE_BP3
#define ADIOS2_HAVE_BP4
#define ADIOS2_HAVE_BP5

#define ADIOS2_FEATURE_LIST "BP3" "BP4" "BP5" @ADIOS2_CONFIG_FEATURE_LIST@

/* Everything between here and the note above is programatically generated */

Expand Down

0 comments on commit c52d755

Please sign in to comment.