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

index 151402614beced462e763d4493a8885d0cb358a2..96c0175391b04a8d9cbf567b0814e4b6b68f9265 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.