Skip to content

Commit

Permalink
add test config vars
Browse files Browse the repository at this point in the history
  • Loading branch information
GregorySchwing committed Oct 6, 2021
1 parent aeeef36 commit 9058f67
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions GOMC_Config.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
#define GOMC_VERSION_MAJOR @GOMC_VERSION_MAJOR@
#define GOMC_VERSION_MINOR @GOMC_VERSION_MINOR@


/* Allow exposure of methods only used in unit testing */
#cmakedefine01 GOMC_GTEST

/* Allow exposure of methods only used in unit testing - MPI Enabled */
#cmakedefine01 GOMC_GTEST_MPI

/* Use MPI (with mpicc) for parallelization */
#cmakedefine01 GOMC_LIB_MPI

Expand Down

0 comments on commit 9058f67

Please sign in to comment.