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
cd194827
Commit
cd194827
authored
Feb 15, 2017
by
Andreas Marek
Browse files
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
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
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