Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
elpa
elpa
Commits
cd194827
Commit
cd194827
authored
Feb 15, 2017
by
Andreas Marek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update C interfaces for the new bandwidth feature in ELPA2
parent
82d769af
Changes
5
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
148 additions
and
77 deletions
+148
-77
man/elpa_solve_evp_complex_2stage_double.3
man/elpa_solve_evp_complex_2stage_double.3
+1
-1
man/elpa_solve_evp_complex_2stage_single.3
man/elpa_solve_evp_complex_2stage_single.3
+1
-1
man/elpa_solve_evp_real_2stage_double.3
man/elpa_solve_evp_real_2stage_double.3
+1
-1
man/elpa_solve_evp_real_2stage_single.3
man/elpa_solve_evp_real_2stage_single.3
+2
-2
src/elpa_c_interface.F90
src/elpa_c_interface.F90
+143
-72
No files found.
man/elpa_solve_evp_complex_2stage_double.3
View file @
cd194827
...
...
@@ -92,7 +92,7 @@ use elpa2
.br
.RI "int \fBuseGPU\fP: decide whether GPUs should be used or not"
.br
.RI "int \fBbandwidth\fP: bandwidth of an already banded matrix"
.RI "int \fBbandwidth\fP: bandwidth of an already banded matrix
(-1 = matrix is not banded)
"
.br
.RI "int \fBsuccess\fP: return value indicating success (1) or failure (0)
...
...
man/elpa_solve_evp_complex_2stage_single.3
View file @
cd194827
...
...
@@ -92,7 +92,7 @@ use elpa2
.br
.RI "int \fBuseGPU\fP: decide whether GPUs should be used or not"
.br
.RI "int \fBbandwidth\fP: bandwidth of an already banded matrix"
.RI "int \fBbandwidth\fP: bandwidth of an already banded matrix
(-1 = matrix is not banded)
"
.br
.RI "int \fBsuccess\fP: return value indicating success (1) or failure (0)
...
...
man/elpa_solve_evp_real_2stage_double.3
View file @
cd194827
...
...
@@ -94,7 +94,7 @@ use elpa2
.br
.RI "int \fBuseGPU\fP: decide whether GPUs should be used or not"
.br
.RI "int \fBbandwidth\fP: bandwidth of an already banded matrix"
.RI "int \fBbandwidth\fP: bandwidth of an already banded matrix
(-1 = matrix not banded)
"
.br
.RI "int \fBsuccess\fP: return value indicating success (1) or failure (0)
...
...
man/elpa_solve_evp_real_2stage_single.3
View file @
cd194827
...
...
@@ -49,7 +49,7 @@ use elpa2
.br
.RI "logical, intent(in), optional: \fBuseGPU\fP: decide whether GPUs should be used or not"
.br
.RI "integer, intent(in), optional: \fBbandwidth\fP: bandwidth of an already banded matrix"
.RI "integer, intent(in), optional: \fBbandwidth\fP: bandwidth of an already banded matrix
"
.br
.RI "logical \fBsuccess\fP: return value indicating success or failure"
.br
...
...
@@ -94,7 +94,7 @@ use elpa2
.br
.RI "int \fBuseGPU\fP: decide whether GPUs should be used or not"
.br
.RI "int \fBbandwidth\fP: bandwidth of an already banded matrix"
.RI "int \fBbandwidth\fP: bandwidth of an already banded matrix
(-1 = matrix is not banded)
"
.br
.RI "int \fBsuccess\fP: return value indicating success (1) or failure (0)
...
...
src/elpa_c_interface.F90
View file @
cd194827
This diff is collapsed.
Click to expand it.
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