]> https://gitweb.dealii.org/ - dealii.git/commitdiff
base/mpi.h: also instantiate for signed long long int 16540/head
authorMatthias Maier <tamiko@43-1.org>
Tue, 23 Jan 2024 20:34:26 +0000 (14:34 -0600)
committerMatthias Maier <tamiko@43-1.org>
Thu, 25 Jan 2024 16:52:48 +0000 (10:52 -0600)
cmake/config/template-arguments.in

index f7d58dec3d1d8e527ed670c1ddfb336e7719c6c8..261c774ae9083ad9a44aee16a5d21413837b09a3 100644 (file)
@@ -64,6 +64,7 @@ ALL_SCALAR_TYPES := {
 // Since many of our MPI calls use std::vector we cannot include bool here
 MPI_SCALARS     := { int;
                      long int;
+                     long long int;
                      unsigned int;
                      unsigned long int;
                      unsigned long long int;
@@ -76,6 +77,7 @@ MPI_SCALARS     := { int;
 // complex types and long double are typically not directly supported on GPUs
 MPI_DEVICE_SCALARS := { int;
                         long int;
+                        long long int;
                         unsigned int;
                         unsigned long int;
                         unsigned long long int;

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.