Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
elpa
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
10
Issues
10
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Environments
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
elpa
elpa
Commits
50289de2
Commit
50289de2
authored
Jun 12, 2016
by
Andreas Marek
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'ELPA_GPU_FIX1' into fix_complex_kernel
parents
fb4f406b
17a8afb1
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
src/elpa2.F90
src/elpa2.F90
+4
-4
No files found.
src/elpa2.F90
View file @
50289de2
...
...
@@ -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
Markdown
is supported
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