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
17a8afb1
Commit
17a8afb1
authored
May 31, 2016
by
Andreas Marek
Browse files
Merge branch 'ELPA_GPU' of gitlab.mpcdf.mpg.de:elpa/elpa into ELPA_GPU
parents
14a685e9
02ad07fc
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/elpa2.F90
View file @
17a8afb1
...
...
@@ -287,7 +287,7 @@ contains
endif
if
(
nblk
.ne.
128
)
then
print
*
,
"At the moment GPU version needs blocksize 128"
stop
error
stop
endif
! set the neccessary parameters
...
...
@@ -636,7 +636,7 @@ contains
endif
if
(
nblk
.ne.
128
)
then
print
*
,
"At the moment GPU version needs blocksize 128"
stop
error
stop
endif
! some temporarilly checks until single precision works with all kernels
...
...
@@ -944,7 +944,7 @@ function solve_evp_complex_2stage_single(na, nev, a, lda, ev, q, ldq, nblk, &
endif
if
(
nblk
.ne.
128
)
then
print
*
,
"At the moment GPU version needs blocksize 128"
stop
error
stop
endif
! set the neccessary parameters
...
...
@@ -1263,7 +1263,7 @@ function solve_evp_complex_2stage_single(na, nev, a, lda, ev, q, ldq, nblk, &
endif
if
(
nblk
.ne.
128
)
then
print
*
,
"At the moment GPU version needs blocksize 128"
stop
error
stop
endif
! set the neccessary parameters
...
...
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