Skip to content
GitLab
Menu
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
9009c2b1
Commit
9009c2b1
authored
Feb 03, 2017
by
Andreas Marek
Browse files
Correct wrong position of ifdef
parent
c581d326
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/elpa2_bandred_template.X90
View file @
9009c2b1
...
...
@@ -1471,8 +1471,9 @@
mpi_comm_cols, istep*nbw, n_cols, nblk)
endif
#ifdef WITH_MPI
if (l_cols>0) then
#ifdef WITH_MPI
#if REALCASE == 1
allocate(tmpCUDA(l_cols * n_cols), stat=istat, errmsg=errorMessage)
#endif
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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