Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
elpa
elpa
Commits
c6afc45d
Commit
c6afc45d
authored
Jun 09, 2016
by
Andreas Marek
Browse files
Remove unecessary data copy if MPI is not used
parent
eca54746
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/elpa1_compute_real_template.X90
View file @
c6afc45d
...
...
@@ -1599,7 +1599,7 @@
#endif
#else /* WITH_MPI */
d(noff+1:noff+1+nmid-1) = d(noff+1:noff+1+nmid-1)
!
d(noff+1:noff+1+nmid-1) = d(noff+1:noff+1+nmid-1)
#endif /* WITH_MPI */
endif
...
...
@@ -1627,7 +1627,7 @@
#endif
#else /* WITH_MPI */
d(noff+nmid+1:noff+nmid+1+nlen-nmid-1) = d(noff+nmid+1:noff+nmid+1+nlen-nmid-1)
!
d(noff+nmid+1:noff+nmid+1+nlen-nmid-1) = d(noff+nmid+1:noff+nmid+1+nlen-nmid-1)
#endif /* WITH_MPI */
endif
if (nprocs == np_cols) then
...
...
Write
Preview
Supports
Markdown
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!
Cancel
Please
register
or
sign in
to comment