Skip to content

Commit

Permalink
fakebig = 3
Browse files Browse the repository at this point in the history
  • Loading branch information
patflick committed Aug 2, 2016
1 parent cc592af commit 2f19297
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ endif(ENABLE_COVERAGE)
### build systems
OPTION(FAKE_BIG_MPI "Enable a fake bigMPI threshold of 1" OFF)
if (FAKE_BIG_MPI)
add_definitions(-DMXX_MAX_INT=1)
add_definitions(-DMXX_MAX_INT=3)
endif(FAKE_BIG_MPI)

###### Executable and Libraries
Expand Down

0 comments on commit 2f19297

Please sign in to comment.