We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10aaf71 commit 9c2c87cCopy full SHA for 9c2c87c
CMakeLists.txt
@@ -21,7 +21,7 @@ CMAKE_DEPENDENT_OPTION(pfasst_INSTALL_EXAMPLES "Install example programs." ON
21
option(pfasst_BUILD_TESTS "Build test suite for PFASST." ON )
22
option(pfasst_WITH_MPI "Build with MPI enabled." OFF)
23
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)
+option(pfasst_DEFAULT_RAND_SEED "Using a hardcoded random seed" ON )
25
26
if(${pfasst_WITH_MPI})
27
find_package(MPI REQUIRED)
0 commit comments