Skip to content
Snippets Groups Projects
Commit 92679dad authored by Stéphane Del Pino's avatar Stéphane Del Pino
Browse files

Fix compilation

ATM, only works for Array<T>.
parent 00129ae7
No related branches found
No related tags found
1 merge request!11Feature/mpi
...@@ -125,7 +125,7 @@ class Messenger ...@@ -125,7 +125,7 @@ class Messenger
&(gather_array[0]), data_array.size(), mpi_datatype, &(gather_array[0]), data_array.size(), mpi_datatype,
MPI_COMM_WORLD); MPI_COMM_WORLD);
#else // PASTIS_HAS_MPI #else // PASTIS_HAS_MPI
static_assert(false, "NIY"); gather_array = copy(data_array);
#endif // PASTIS_HAS_MPI #endif // PASTIS_HAS_MPI
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment