From dfe7bcdf98809ada658007c4a5ad758ae017698a Mon Sep 17 00:00:00 2001 From: jpekkila Date: Thu, 20 Aug 2020 11:58:40 +0000 Subject: [PATCH] README.md fixes: BUILD_STANDALONE is deprecated, standalone is now built with other samples and BUILD_SAMPLES=ON by default. --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index fde582a..5a16e36 100644 --- a/README.md +++ b/README.md @@ -42,8 +42,7 @@ In the base directory, run | CMAKE_BUILD_TYPE | Selects the build type. Possible values: Debug, Release, RelWithDebInfo, MinSizeRel. See (CMake documentation)[https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html] for more details. | Release | | CUDA_ARCHITECTURES | Selects CUDA architecture support. Multiple architectures delimited by `;`. See (CMake documentation)[https://cmake.org/cmake/help/latest/prop_tgt/CUDA_ARCHITECTURES.html] for more details. | "60;70" | | DOUBLE_PRECISION | Generates double precision code. | OFF | -| BUILD_SAMPLES | Builds projects in samples subdirectory. | OFF | -| BUILD_STANDALONE | Builds a standalone library for testing, benchmarking and simulation. | ON | +| BUILD_SAMPLES | Builds projects in samples subdirectory. | ON | | MPI_ENABLED | Enables acGrid functions for carrying out computations with MPI. | OFF | | MULTIGPU_ENABLED | Enables Astaroth to use multiple GPUs on a single node. Uses peer-to-peer communication instead of MPI. Affects Legacy & Node layers only. | ON | | DSL_MODULE_DIR | Defines the directory to be scanned when looking for DSL files. | `astaroth/acc/mhd_solver` |