Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
On Thursday, 7th July from 1 to 3 pm there will be a maintenance with a short downtime of GitLab.
Open sidebar
elpa
elpa
Commits
5f5ffdec
Commit
5f5ffdec
authored
Mar 19, 2018
by
Andreas Marek
Browse files
Error in legacy interface of invert_trm_single
parent
22528c67
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/elpa1/legacy_interface/elpa_1stage_c_interface.F90
View file @
5f5ffdec
...
...
@@ -491,7 +491,7 @@
!lc> \result succes int reports success (1) or failure (0)
!lc> */
!lc> int elpa_invert_trm_real_single(int na,
double
*a, int lda, int nblk, int matrixCols, int mpi_comm_rows, int mpi_comm_cols, int wantDebug);
!lc> int elpa_invert_trm_real_single(int na,
float
*a, int lda, int nblk, int matrixCols, int mpi_comm_rows, int mpi_comm_cols, int wantDebug);
#define REALCASE 1
#define SINGLE_PRECISION 1
...
...
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