Skip to content

Commit 9c2c87c

Browse files
committed
cmake: fix random seed
1 parent 10aaf71 commit 9c2c87c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ CMAKE_DEPENDENT_OPTION(pfasst_INSTALL_EXAMPLES "Install example programs." ON
2121
option(pfasst_BUILD_TESTS "Build test suite for PFASST." ON )
2222
option(pfasst_WITH_MPI "Build with MPI enabled." OFF)
2323
option(pfasst_WITH_GCC_PROF "Enable excessive debugging & profiling output with GCC." OFF)
24-
option(pfasst_DEFAULT_RAND_SEED "Using a hardcoded random seed" OFF)
24+
option(pfasst_DEFAULT_RAND_SEED "Using a hardcoded random seed" ON )
2525

2626
if(${pfasst_WITH_MPI})
2727
find_package(MPI REQUIRED)

0 commit comments

Comments
 (0)