]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix compilation. 3598/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Thu, 17 Nov 2016 02:58:36 +0000 (19:58 -0700)
committerWolfgang Bangerth <bangerth@colostate.edu>
Thu, 17 Nov 2016 02:58:36 +0000 (19:58 -0700)
source/base/mpi.cc

index 3077c4d98073587bae99fd70bceccd370fd625f2..6ddcd0d52bd1dab8d7ec522ef0b2a2a89c7d3b3b 100644 (file)
@@ -401,9 +401,9 @@ namespace Utilities
 
           std::vector<char> all_hostnames(max_hostname_size *
                                           MPI::n_mpi_processes(MPI_COMM_WORLD));
-          const int ierr MPI_Allgather (&hostname_array[0], max_hostname_size, MPI_CHAR,
-                                        &all_hostnames[0], max_hostname_size, MPI_CHAR,
-                                        MPI_COMM_WORLD);
+          const int ierr MPI_Allgather (&hostname_array[0], max_hostname_size, MPI_CHAR,
+                                          &all_hostnames[0], max_hostname_size, MPI_CHAR,
+                                          MPI_COMM_WORLD);
           AssertThrowMPI(ierr);
 
           // search how often our own hostname appears and the how-manyth

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.