]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Bump distributed serialization version from 4 to 5. 14225/head
authorMarc Fehling <mafehling.git@gmail.com>
Tue, 18 Oct 2022 19:38:10 +0000 (13:38 -0600)
committerMarc Fehling <mafehling.git@gmail.com>
Tue, 18 Oct 2022 19:42:07 +0000 (13:42 -0600)
We changed the datatype of serialized fe indices.

source/distributed/tria.cc

index 3b924636cce260b186525355b557a31948f71197..b5af14046cef5e1744f285783cdcea64d0c74c87 100644 (file)
@@ -2022,7 +2022,7 @@ namespace parallel
           std::ofstream f(fname.c_str());
           f << "version nproc n_attached_fixed_size_objs n_attached_variable_size_objs n_coarse_cells"
             << std::endl
-            << 4 << " "
+            << 5 << " "
             << Utilities::MPI::n_mpi_processes(this->mpi_communicator) << " "
             << this->cell_attached_data.pack_callbacks_fixed.size() << " "
             << this->cell_attached_data.pack_callbacks_variable.size() << " "
@@ -2097,7 +2097,7 @@ namespace parallel
           attached_count_variable >> n_coarse_cells;
       }
 
-      AssertThrow(version == 4,
+      AssertThrow(version == 5,
                   ExcMessage("Incompatible version found in .info file."));
       Assert(this->n_cells(0) == n_coarse_cells,
              ExcMessage("Number of coarse cells differ!"));

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.