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
8225bb5b
Commit
8225bb5b
authored
May 04, 2018
by
Pavel Kus
Browse files
fix in wanding and added stop
parent
6a8ceebe
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/elpa2/elpa2_template.F90
View file @
8225bb5b
...
...
@@ -201,7 +201,10 @@
endif
if
(
kernel
.eq.
GPU_KERNEL
)
then
if
(
gpu
.ne.
1
)
then
write
(
error_unit
,
*
)
"ELPA: Warning, GPU usage has been requested but compute kernel is defined as non-GPU!"
write
(
error_unit
,
*
)
"ELPA: Warning, GPU usage has NOT been requested but compute kernel &
&is defined as the GPU kernel! Aborting..."
stop
!TODO do error handling properly
endif
endif
...
...
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