]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Free the correct communicator. 13361/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Fri, 11 Feb 2022 17:17:11 +0000 (10:17 -0700)
committerWolfgang Bangerth <bangerth@colostate.edu>
Fri, 11 Feb 2022 17:22:29 +0000 (10:22 -0700)
include/deal.II/base/aligned_vector.h

index b9718a503b55222ec2afa2c755e70d1233daab5e..51f0f02b3e46d84002ce3d0ccd237c7719b0f403 100644 (file)
@@ -1663,7 +1663,7 @@ AlignedVector<T>::replicate_across_communicator(const MPI_Comm &   communicator,
     }
 
   // We no longer need the shmem roots communicator, so get rid of it
-  Utilities::MPI::free_communicator(shmem_group_communicator);
+  Utilities::MPI::free_communicator(shmem_roots_communicator);
 
 
   // **** Step 3 ****

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.