Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
arbor
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Analyze
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
arbor-sim
arbor
Commits
2ff590ea
Commit
2ff590ea
authored
6 years ago
by
akuesters
Committed by
Benjamin Cumming
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
removed the explicilt template specialization for compilation of MPI back end with clang (#593)
fixes #591
parent
6c89c7cd
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
arbor/execution_context.cpp
+1
-1
1 addition, 1 deletion
arbor/execution_context.cpp
with
1 addition
and
1 deletion
arbor/execution_context.cpp
+
1
−
1
View file @
2ff590ea
...
...
@@ -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
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment