From: Peter Munch Date: Wed, 11 Nov 2020 17:35:14 +0000 (+0100) Subject: Define DEAL_II_MPI_VERSION_GTE also for serial compilation X-Git-Tag: v9.3.0-rc1~914^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23194eef185b352c27e306a3bb85ef3814dde099;p=dealii.git Define DEAL_II_MPI_VERSION_GTE also for serial compilation --- diff --git a/include/deal.II/base/config.h.in b/include/deal.II/base/config.h.in index d44f6292bc..df9b8bad0b 100644 --- a/include/deal.II/base/config.h.in +++ b/include/deal.II/base/config.h.in @@ -357,6 +357,8 @@ DEAL_II_MPI_VERSION_MINOR) \ >= \ (major)*100 + (minor)) +#else +# define DEAL_II_MPI_VERSION_GTE(major,minor) false #endif #cmakedefine DEAL_II_MPI_WITH_CUDA_SUPPORT