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
9e46bcd2
Commit
9e46bcd2
authored
Aug 10, 2016
by
Andreas Marek
Browse files
Return exit code
parent
bb251265
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/elpa1_auxiliary.F90
View file @
9e46bcd2
...
...
@@ -2148,6 +2148,9 @@ module elpa1_auxiliary
call
timer
%
start
(
"elpa_mult_at_b_real_single"
)
#endif
#endif
success
=
.true.
! if (na .lt. lda) then
! print *,"na lt lda ",na,lda
! stop
...
...
@@ -2454,6 +2457,8 @@ module elpa1_auxiliary
call
timer
%
start
(
"elpa_mult_at_b_real_single"
)
#endif
#endif
success
=
.true.
! if (na .lt. lda) then
! print *,"na lt lda ",na,lda
! stop
...
...
@@ -2763,6 +2768,9 @@ module elpa1_auxiliary
call
timer
%
start
(
"elpa_mult_ah_b_complex_single"
)
#endif
#endif
success
=
.true.
! if (na .lt. lda) then
! print *,"na lt lda ",na,lda
! stop
...
...
@@ -3074,6 +3082,9 @@ module elpa1_auxiliary
call
timer
%
start
(
"elpa_mult_ah_b_complex_single"
)
#endif
#endif
success
=
.true.
! if (na .lt. lda) then
! print *,"na lt lda ",na,lda
! stop
...
...
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