Skip to content
Snippets Groups Projects
Commit 2ff590ea authored by akuesters's avatar akuesters Committed by Benjamin Cumming
Browse files

removed the explicilt template specialization for compilation of MPI back end with clang (#593)

fixes #591
parent 6c89c7cd
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,7 @@ context make_context(const proc_allocation& p) {
#ifdef ARB_MPI_ENABLED
template <>
execution_context::execution_context<MPI_Comm>(const proc_allocation& resources, MPI_Comm comm):
execution_context::execution_context(const proc_allocation& resources, MPI_Comm comm):
distributed(make_mpi_context(comm)),
thread_pool(std::make_shared<threading::task_system>(resources.num_threads)),
gpu(resources.has_gpu()? std::make_shared<gpu_context>(resources.gpu_id)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment