]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
21 months agoMerge pull request #14506 from tamiko/cmake_cleanup_1
Matthias Maier [Thu, 1 Dec 2022 17:24:28 +0000 (11:24 -0600)]
Merge pull request #14506 from tamiko/cmake_cleanup_1

CMake: Remove deal.IIFeatureConfig.cmake

21 months agoMerge pull request #14511 from luzpaz/typos/various
Daniel Arndt [Thu, 1 Dec 2022 13:20:24 +0000 (08:20 -0500)]
Merge pull request #14511 from luzpaz/typos/various

21 months agoUpdate examples/step-60/step-60.cc 14511/head
Matthias Maier [Thu, 1 Dec 2022 04:55:45 +0000 (22:55 -0600)]
Update examples/step-60/step-60.cc

Co-authored-by: Marc Fehling <mafehling.git@gmail.com>
21 months agoMerge pull request #14512 from luzpaz/typos/asser
Matthias Maier [Thu, 1 Dec 2022 04:53:10 +0000 (22:53 -0600)]
Merge pull request #14512 from luzpaz/typos/asser

Fix typos in source function name

21 months agoFix typos in source function name 14512/head
luz paz [Thu, 1 Dec 2022 00:02:46 +0000 (19:02 -0500)]
Fix typos in source function name

s/Asser/Assert/

21 months agoFix typos
luz paz [Thu, 1 Dec 2022 00:01:27 +0000 (19:01 -0500)]
Fix typos

Various typos

21 months agoMerge pull request #14509 from tamiko/fix_github_actions
Daniel Arndt [Wed, 30 Nov 2022 22:50:56 +0000 (17:50 -0500)]
Merge pull request #14509 from tamiko/fix_github_actions

21 months agogithub/actions: always configure and compile in separate build directory 14509/head
Matthias Maier [Wed, 30 Nov 2022 19:37:13 +0000 (13:37 -0600)]
github/actions: always configure and compile in separate build directory

21 months agoMerge pull request #14457 from masterleinad/add_kokkos_libraries_to_trilinos
Matthias Maier [Wed, 30 Nov 2022 18:45:07 +0000 (12:45 -0600)]
Merge pull request #14457 from masterleinad/add_kokkos_libraries_to_trilinos

Add Kokkos link libraries to Trilinos link libraries

21 months agoMerge pull request #14505 from tjhei/update_ci_in_readme
Matthias Maier [Wed, 30 Nov 2022 18:44:30 +0000 (12:44 -0600)]
Merge pull request #14505 from tjhei/update_ci_in_readme

update CI badges in readme

21 months agoMerge pull request #14507 from tamiko/cmake_cleanup_2
Matthias Maier [Wed, 30 Nov 2022 18:39:45 +0000 (12:39 -0600)]
Merge pull request #14507 from tamiko/cmake_cleanup_2

CMake: Remove pkg-config pc file generation

21 months agoadd a news/changes entry 14506/head
Matthias Maier [Wed, 30 Nov 2022 15:51:11 +0000 (09:51 -0600)]
add a news/changes entry

21 months agoCMake: Remove deal.IIFeatureConfig.cmake
Matthias Maier [Wed, 30 Nov 2022 15:08:16 +0000 (09:08 -0600)]
CMake: Remove deal.IIFeatureConfig.cmake

21 months agoMerge pull request #14495 from tamiko/modernize_cmake_part_10
Matthias Maier [Wed, 30 Nov 2022 16:27:34 +0000 (10:27 -0600)]
Merge pull request #14495 from tamiko/modernize_cmake_part_10

CMake: Reorganize configure_bundled() definition to bundled subdirectory

21 months agoadd a news/changes entry 14507/head
Matthias Maier [Wed, 30 Nov 2022 16:15:05 +0000 (10:15 -0600)]
add a news/changes entry

21 months agoCMake: Remove pkg-config pc file generation
Matthias Maier [Wed, 30 Nov 2022 16:09:21 +0000 (10:09 -0600)]
CMake: Remove pkg-config pc file generation

Let us remove the pkg-config configuration for the time being. This is
necessary as a preparatory switch for changing over to import/interface
targets. This has always been rarely used configuration with issues (for
example for Debian and Ubuntu we cannot even install these pkg-config
files due to distribution-specific QA violations).

We can revisit the question how to (properly) create pkg-config files
again after the changes to the build system are done.

21 months agoupdate CI badges in readme 14505/head
Timo Heister [Wed, 30 Nov 2022 14:52:42 +0000 (09:52 -0500)]
update CI badges in readme

21 months agoCMake: Mace sure that all log/feature config files are always created 14495/head
Matthias Maier [Wed, 30 Nov 2022 05:49:26 +0000 (23:49 -0600)]
CMake: Mace sure that all log/feature config files are always created

21 months agoCMake: configure_20_boost.cmake: remove obsolete variable
Matthias Maier [Tue, 29 Nov 2022 17:11:49 +0000 (11:11 -0600)]
CMake: configure_20_boost.cmake: remove obsolete variable

21 months agoCMake: Bundled: export some useful version and package information
Matthias Maier [Tue, 29 Nov 2022 17:09:41 +0000 (11:09 -0600)]
CMake: Bundled: export some useful version and package information

21 months agoCMake: Reorganize configure_bundled() definition to bundled subdirectory
Matthias Maier [Tue, 29 Nov 2022 05:43:44 +0000 (23:43 -0600)]
CMake: Reorganize configure_bundled() definition to bundled subdirectory

21 months agoCMake: bundled/* miscellaneous cleanup
Matthias Maier [Tue, 29 Nov 2022 00:22:01 +0000 (18:22 -0600)]
CMake: bundled/* miscellaneous cleanup

21 months agoMerge pull request #14503 from bangerth/vtu-5
Daniel Arndt [Wed, 30 Nov 2022 13:43:32 +0000 (08:43 -0500)]
Merge pull request #14503 from bangerth/vtu-5

21 months agoMerge pull request #14494 from tamiko/modernize_cmake_part_9
Matthias Maier [Wed, 30 Nov 2022 04:27:51 +0000 (22:27 -0600)]
Merge pull request #14494 from tamiko/modernize_cmake_part_9

CMake: rename internal example targets to example_step_XX_<build>

21 months agoCMake: rename internal example targets to example_step_XX_<build> 14494/head
Matthias Maier [Tue, 29 Nov 2022 16:17:57 +0000 (10:17 -0600)]
CMake: rename internal example targets to example_step_XX_<build>

21 months agoMerge pull request #14502 from bangerth/taskgroup
Marc Fehling [Wed, 30 Nov 2022 01:18:18 +0000 (02:18 +0100)]
Merge pull request #14502 from bangerth/taskgroup

Add Threads::TaskGroup::return_values().

21 months agoReorder declaration and use of local lambda functions. 14503/head
Wolfgang Bangerth [Tue, 29 Nov 2022 18:51:21 +0000 (11:51 -0700)]
Reorder declaration and use of local lambda functions.

This moves all of the control-flow logic to a place after we declare lambda functions.

21 months agoMerge pull request #14443 from vyushut/master
Marc Fehling [Tue, 29 Nov 2022 23:24:51 +0000 (00:24 +0100)]
Merge pull request #14443 from vyushut/master

step-85: mathjax typo in Section L^2-Error

21 months agoMerge pull request #14499 from bangerth/vtu-2
Marc Fehling [Tue, 29 Nov 2022 23:15:14 +0000 (00:15 +0100)]
Merge pull request #14499 from bangerth/vtu-2

Update some commentary.

21 months agoMerge pull request #14500 from tamiko/silence_configure_warning
Marc Fehling [Tue, 29 Nov 2022 23:14:39 +0000 (00:14 +0100)]
Merge pull request #14500 from tamiko/silence_configure_warning

CMake: silence configure warnings for ArborX and Ginkgo

21 months agoAdd a changelog entry. 14502/head
Wolfgang Bangerth [Tue, 29 Nov 2022 23:13:06 +0000 (16:13 -0700)]
Add a changelog entry.

21 months agoAdd a test.
Wolfgang Bangerth [Tue, 29 Nov 2022 23:11:31 +0000 (16:11 -0700)]
Add a test.

21 months agoAdd Threads::TaskGroup::return_values().
Wolfgang Bangerth [Tue, 29 Nov 2022 22:56:41 +0000 (15:56 -0700)]
Add Threads::TaskGroup::return_values().

21 months agoMerge pull request #14493 from tamiko/modernize_cmake_part_8
Matthias Maier [Tue, 29 Nov 2022 21:30:14 +0000 (15:30 -0600)]
Merge pull request #14493 from tamiko/modernize_cmake_part_8

CMake: rename quick tests to "quick_tests/<test>" and hook up to ctest

21 months agoMerge pull request #14456 from masterleinad/fix_petsc_precondition_base_warnings
Wolfgang Bangerth [Tue, 29 Nov 2022 21:08:25 +0000 (14:08 -0700)]
Merge pull request #14456 from masterleinad/fix_petsc_precondition_base_warnings

Fix PETScWrappers::PreconditionBase warnings

21 months agoMerge pull request #14498 from bangerth/vtu-1
Marc Fehling [Tue, 29 Nov 2022 20:45:49 +0000 (21:45 +0100)]
Merge pull request #14498 from bangerth/vtu-1

Remove a dependency in writing VTU files.

21 months agoUpdate some commentary. 14499/head
Wolfgang Bangerth [Tue, 29 Nov 2022 17:34:52 +0000 (10:34 -0700)]
Update some commentary.

21 months agoMerge pull request #14497 from tamiko/avoid_a_warning_1
David Wells [Tue, 29 Nov 2022 20:07:09 +0000 (15:07 -0500)]
Merge pull request #14497 from tamiko/avoid_a_warning_1

Bundled: avoid a warning in boost::serialization

21 months agoMerge pull request #14496 from tamiko/avoid_a_warning_2
Daniel Arndt [Tue, 29 Nov 2022 19:41:48 +0000 (14:41 -0500)]
Merge pull request #14496 from tamiko/avoid_a_warning_2

21 months agoMerge pull request #14492 from bangerth/ref
Daniel Arndt [Tue, 29 Nov 2022 19:03:02 +0000 (14:03 -0500)]
Merge pull request #14492 from bangerth/ref

21 months agoCMake: silence configure warnings for ArborX and Ginkgo 14500/head
Matthias Maier [Tue, 29 Nov 2022 18:45:57 +0000 (12:45 -0600)]
CMake: silence configure warnings for ArborX and Ginkgo

Both packages install their own package config files. Thus, if they are
not installed `find_package()` throws a warning.

21 months agostep-85: typo in Section L^2-Error 14443/head
Vladimir Yushutin [Fri, 18 Nov 2022 13:32:00 +0000 (08:32 -0500)]
step-85: typo in Section L^2-Error

21 months agoBundled: avoid a warning in boost::serialization 14497/head
Matthias Maier [Tue, 29 Nov 2022 17:21:40 +0000 (11:21 -0600)]
Bundled: avoid a warning in boost::serialization

21 months agobase/work_stream: remove unused using declaration 14496/head
Matthias Maier [Tue, 29 Nov 2022 17:22:23 +0000 (11:22 -0600)]
base/work_stream: remove unused using declaration

21 months agoRemove a dependency in writing VTU files. 14498/head
Wolfgang Bangerth [Tue, 29 Nov 2022 17:20:06 +0000 (10:20 -0700)]
Remove a dependency in writing VTU files.

Previously, one of the lambda functions that write parts updated a variable outside
the lambda function that was later checked. This works when running everything
sequentially, but introduces a race condition when we want to run things
in parallel. Move the updating code out of the lambda function, and so
effectively make it 'const' in the sense that it no longer writes into
variables outside of the lambda function.

21 months agoadd a news/changes entry 14493/head
Matthias Maier [Tue, 29 Nov 2022 16:07:54 +0000 (10:07 -0600)]
add a news/changes entry

21 months agoCMake: prepend quick_tests_ to quick test targets
Matthias Maier [Tue, 29 Nov 2022 06:29:03 +0000 (00:29 -0600)]
CMake: prepend quick_tests_ to quick test targets

21 months agoCMake: rename macro to insource_setup_target()
Matthias Maier [Tue, 29 Nov 2022 16:16:37 +0000 (10:16 -0600)]
CMake: rename macro to insource_setup_target()

21 months agoDon't make copies of expensive objects. 14492/head
Wolfgang Bangerth [Tue, 29 Nov 2022 15:43:48 +0000 (08:43 -0700)]
Don't make copies of expensive objects.

21 months agoMerge pull request #14480 from tamiko/cmake_cleanup_2
Matthias Maier [Tue, 29 Nov 2022 05:49:13 +0000 (23:49 -0600)]
Merge pull request #14480 from tamiko/cmake_cleanup_2

CMake: Update CMake cache config documentation

21 months agoMerge pull request #14476 from marcfehling/blockreinit
Matthias Maier [Tue, 29 Nov 2022 03:12:26 +0000 (21:12 -0600)]
Merge pull request #14476 from marcfehling/blockreinit

Cleanup reinit() of PETSc/Trilinos BlockVector.

21 months agodoc: Update CMake cache config documentation 14480/head
Matthias Maier [Sat, 26 Nov 2022 14:56:24 +0000 (08:56 -0600)]
doc: Update CMake cache config documentation

21 months agoCMake: Bugfix: Allow again to override the entire external feature detection
Matthias Maier [Sat, 26 Nov 2022 14:10:24 +0000 (08:10 -0600)]
CMake: Bugfix: Allow again to override the entire external feature detection

21 months agoMerge pull request #14482 from tamiko/modernize_cmake_part_4
Bruno Turcksin [Tue, 29 Nov 2022 02:55:51 +0000 (21:55 -0500)]
Merge pull request #14482 from tamiko/modernize_cmake_part_4

21 months agoMerge pull request #14490 from bangerth/vtu-4
Bruno Turcksin [Tue, 29 Nov 2022 02:45:57 +0000 (21:45 -0500)]
Merge pull request #14490 from bangerth/vtu-4

21 months agoMerge pull request #14475 from masterleinad/replace_force_inline_kokkos
Bruno Turcksin [Tue, 29 Nov 2022 02:28:26 +0000 (21:28 -0500)]
Merge pull request #14475 from masterleinad/replace_force_inline_kokkos

21 months agoEncapulate different parts of write_vtu_main() into lambda functions. 14490/head
Wolfgang Bangerth [Fri, 11 Nov 2022 20:13:19 +0000 (13:13 -0700)]
Encapulate different parts of write_vtu_main() into lambda functions.

21 months agoAdd Kokkos link libraries to Trilinos link libraries 14457/head
Daniel Arndt [Fri, 25 Nov 2022 13:46:06 +0000 (08:46 -0500)]
Add Kokkos link libraries to Trilinos link libraries

21 months agoDEAL_II_HOST_DEV* -> DEAL_II_HOST_DEVICE* 14475/head
Daniel Arndt [Sun, 27 Nov 2022 13:06:43 +0000 (08:06 -0500)]
DEAL_II_HOST_DEV* -> DEAL_II_HOST_DEVICE*

21 months agoDEAL_II_HOST_DEV_ALWAYS_INLINE implies inline
Daniel Arndt [Fri, 25 Nov 2022 17:49:26 +0000 (12:49 -0500)]
DEAL_II_HOST_DEV_ALWAYS_INLINE implies inline

21 months agoIntroduce DEAL_II_HOST_DEV_ALWAYS_INLINE
Daniel Arndt [Fri, 25 Nov 2022 15:50:26 +0000 (10:50 -0500)]
Introduce DEAL_II_HOST_DEV_ALWAYS_INLINE

21 months agoCall the base class constructor with MPI_COMM_NULL instead 14456/head
Daniel Arndt [Mon, 28 Nov 2022 14:15:10 +0000 (09:15 -0500)]
Call the base class constructor with MPI_COMM_NULL instead

21 months agoMerge pull request #14477 from bangerth/vtu-7
David Wells [Mon, 28 Nov 2022 12:51:15 +0000 (07:51 -0500)]
Merge pull request #14477 from bangerth/vtu-7

Inline most of the remaining functions in VtuStream into write_vtu_main().

21 months agoMerge pull request #14486 from marcfehling/blockreinig-deal-pr
Martin Kronbichler [Mon, 28 Nov 2022 08:30:29 +0000 (09:30 +0100)]
Merge pull request #14486 from marcfehling/blockreinig-deal-pr

Add more reinit() to LA::distributed::BlockVector.

21 months agoAvoid an MSVC error where constexpr variables are not automatically captured. 14477/head
Wolfgang Bangerth [Sun, 27 Nov 2022 23:44:41 +0000 (16:44 -0700)]
Avoid an MSVC error where constexpr variables are not automatically captured.

21 months agoMerge pull request #14484 from marcfehling/constraints-in
Wolfgang Bangerth [Sun, 27 Nov 2022 23:08:47 +0000 (16:08 -0700)]
Merge pull request #14484 from marcfehling/constraints-in

Some AffineConstraints instantiations.

21 months agoAvoid a warning about lambda-capturing constexpr variables.
Wolfgang Bangerth [Sun, 27 Nov 2022 22:48:28 +0000 (15:48 -0700)]
Avoid a warning about lambda-capturing constexpr variables.

21 months agoMake code easier to read by replacing a preprocessor variable by a constexpr variable.
Wolfgang Bangerth [Sat, 26 Nov 2022 04:13:01 +0000 (21:13 -0700)]
Make code easier to read by replacing a preprocessor variable by a constexpr variable.

21 months agoMerge pull request #14485 from mschreter/mpi_scatter_asserts
David Wells [Sun, 27 Nov 2022 21:56:11 +0000 (16:56 -0500)]
Merge pull request #14485 from mschreter/mpi_scatter_asserts

Utilities::MPI::scatter: improve asserts

21 months agoAdd more reinit() to LA::distributed::BlockVector. 14486/head
Marc Fehling [Sat, 26 Nov 2022 07:13:25 +0000 (00:13 -0700)]
Add more reinit() to LA::distributed::BlockVector.

21 months agoimporve asserts of MPI::scatter 14485/head
Magdalena Schreter [Sun, 27 Nov 2022 19:27:42 +0000 (20:27 +0100)]
imporve asserts of MPI::scatter

21 months agoMerge pull request #14483 from tamiko/cmake_bugfix
Marc Fehling [Sun, 27 Nov 2022 03:30:37 +0000 (04:30 +0100)]
Merge pull request #14483 from tamiko/cmake_bugfix

CMake: Update forgotten find_package() call

21 months agoAdd one distribute_local_to_global instantiation. 14484/head
Marc Fehling [Sun, 27 Nov 2022 03:14:13 +0000 (20:14 -0700)]
Add one distribute_local_to_global instantiation.

21 months agoRefactor one distribute_local_to_global instantiation.
Marc Fehling [Sun, 27 Nov 2022 03:13:50 +0000 (20:13 -0700)]
Refactor one distribute_local_to_global instantiation.

21 months agoCMake: Update forgotten find_package() call 14483/head
Matthias Maier [Sat, 26 Nov 2022 23:50:46 +0000 (17:50 -0600)]
CMake: Update forgotten find_package() call

Updating this find_package() call got lost somewhere while rebasing
during all of the pull request merges.

21 months agoCMake: bugfix: make sure that cached feature variables do not interfere 14482/head
Matthias Maier [Sat, 26 Nov 2022 23:23:56 +0000 (17:23 -0600)]
CMake: bugfix: make sure that cached feature variables do not interfere

21 months agoCMake: export <FEATURE>_SPLIT_CONFIGURATION
Matthias Maier [Sat, 26 Nov 2022 16:41:07 +0000 (10:41 -0600)]
CMake: export <FEATURE>_SPLIT_CONFIGURATION

21 months agoCMake: Rename macro to process_feature() and rework output
Matthias Maier [Fri, 25 Nov 2022 11:52:24 +0000 (05:52 -0600)]
CMake: Rename macro to process_feature() and rework output

21 months agoMerge pull request #14479 from tamiko/cmake_cleanup
Matthias Maier [Sat, 26 Nov 2022 23:34:30 +0000 (17:34 -0600)]
Merge pull request #14479 from tamiko/cmake_cleanup

CMake: ensure some more, modern style rules

21 months agoCMake: run contrib/utilities/lowercase_cmake 14479/head
Matthias Maier [Sat, 26 Nov 2022 16:15:54 +0000 (10:15 -0600)]
CMake: run contrib/utilities/lowercase_cmake

21 months agoCMake: Update configure_feature() macro to use lowercase commands
Matthias Maier [Sat, 26 Nov 2022 16:11:32 +0000 (10:11 -0600)]
CMake: Update configure_feature() macro to use lowercase commands

21 months agoCMake: ensure that macro/function definitions are lowercase
Matthias Maier [Sat, 26 Nov 2022 15:51:40 +0000 (09:51 -0600)]
CMake: ensure that macro/function definitions are lowercase

21 months agoCMake: ensure that else() and endif() statements contain no parameter
Matthias Maier [Sat, 26 Nov 2022 14:05:44 +0000 (08:05 -0600)]
CMake: ensure that else() and endif() statements contain no parameter

21 months agoCMake: simplify clean/purge_feature macros
Matthias Maier [Sat, 26 Nov 2022 13:58:51 +0000 (07:58 -0600)]
CMake: simplify clean/purge_feature macros

21 months agoMerge pull request #14467 from tamiko/modernize_cmake_part_3
Matthias Maier [Sat, 26 Nov 2022 22:50:20 +0000 (16:50 -0600)]
Merge pull request #14467 from tamiko/modernize_cmake_part_3

CMake: Introduce a dealii:: namespace for targets and harmonize naming

21 months agoCMake: Introduce a dealii:: namespace for targets and harmonize naming 14467/head
Matthias Maier [Thu, 24 Nov 2022 13:42:42 +0000 (07:42 -0600)]
CMake: Introduce a dealii:: namespace for targets and harmonize naming

The top-level targets are now named dealii_debug and dealii_release (and
their exported counterparts dealii::dealii_debug and
dealii::dealii_release).

21 months agoMerge pull request #14478 from marcfehling/doxygen
Timo Heister [Sat, 26 Nov 2022 15:24:27 +0000 (10:24 -0500)]
Merge pull request #14478 from marcfehling/doxygen

Remove obsolete doxygen tags.

21 months agoUpdate exception message in tests. 14476/head
Marc Fehling [Sat, 26 Nov 2022 09:07:26 +0000 (02:07 -0700)]
Update exception message in tests.

21 months agoSimplify reinit() of PETSc/Trilinos BlockVector.
Marc Fehling [Sat, 26 Nov 2022 02:23:51 +0000 (19:23 -0700)]
Simplify reinit() of PETSc/Trilinos BlockVector.

21 months agoRemove obsolete doxygen tags. 14478/head
Marc Fehling [Sat, 26 Nov 2022 05:55:24 +0000 (22:55 -0700)]
Remove obsolete doxygen tags.

21 months agoInline most of the remaining functions in VtuStream into write_vtu_main().
Wolfgang Bangerth [Mon, 21 Nov 2022 18:46:01 +0000 (11:46 -0700)]
Inline most of the remaining functions in VtuStream into write_vtu_main().

21 months agoMerge pull request #14472 from tamiko/modernize_cmake_part_6
David Wells [Fri, 25 Nov 2022 23:39:12 +0000 (18:39 -0500)]
Merge pull request #14472 from tamiko/modernize_cmake_part_6

CMake: rename all find modules to DEAL_II_*

21 months agoMerge pull request #14473 from drwells/spb-changelog
Matthias Maier [Fri, 25 Nov 2022 21:46:34 +0000 (15:46 -0600)]
Merge pull request #14473 from drwells/spb-changelog

add a changelog for SparsityPatternBase.

21 months agoMerge pull request #14474 from masterleinad/update_doc_deal_ii_cuda
Matthias Maier [Fri, 25 Nov 2022 21:44:56 +0000 (15:44 -0600)]
Merge pull request #14474 from masterleinad/update_doc_deal_ii_cuda

Update documentation for deal.II+Cuda

21 months agoCMake: remove CMAKE_MODULE_PATH workarounds 14472/head
Matthias Maier [Fri, 25 Nov 2022 13:21:20 +0000 (07:21 -0600)]
CMake: remove CMAKE_MODULE_PATH workarounds

21 months agoCMake: Update configure macros to use DEAL_II_* feature names
Matthias Maier [Fri, 25 Nov 2022 13:20:18 +0000 (07:20 -0600)]
CMake: Update configure macros to use DEAL_II_* feature names

21 months agoCMake: rename all find modules to DEAL_II_*
Matthias Maier [Fri, 25 Nov 2022 13:16:24 +0000 (07:16 -0600)]
CMake: rename all find modules to DEAL_II_*

This avoids inclusion clashes and accidental calls to our (internal)
find modules from external cmake project configurations.

21 months agoextend comment about C++17 support 14474/head
Daniel Arndt [Fri, 25 Nov 2022 17:43:58 +0000 (12:43 -0500)]
extend comment about C++17 support

21 months agoMerge pull request #14468 from tamiko/fix_arborx_detection
Timo Heister [Fri, 25 Nov 2022 17:13:54 +0000 (12:13 -0500)]
Merge pull request #14468 from tamiko/fix_arborx_detection

CMake: Bugfix: only configure arborx with matching MPI configuration

21 months agoMerge pull request #14471 from tamiko/modernize_cmake_part_5
Timo Heister [Fri, 25 Nov 2022 17:08:21 +0000 (12:08 -0500)]
Merge pull request #14471 from tamiko/modernize_cmake_part_5

CMake: Remove _USER variables


In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.