-
Notifications
You must be signed in to change notification settings - Fork 128
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1950 from chuckatkins/bpls-version
Add version information to bpls
- Loading branch information
Showing
5 changed files
with
76 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
#define ADIOS_INFO_VER_GIT "@ADIOS2_VERSION_GIT_SHA@" | ||
#define ADIOS_INFO_COMPILER_ID "@CMAKE_CXX_COMPILER_ID@" | ||
#define ADIOS_INFO_COMPILER_VER "@CMAKE_CXX_COMPILER_VERSION@" | ||
#define ADIOS_INFO_COMPILER_WRAP "@CMAKE_CXX_COMPILER_WRAPPER@" | ||
#define ADIOS_INFO_SYSTEM "@CMAKE_SYSTEM@" | ||
#define ADIOS_INFO_ARCH "@CMAKE_SYSTEM_PROCESSOR@" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters