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
Open sidebar
elpa
elpa
Commits
0fa7c8b6
Commit
0fa7c8b6
authored
Jun 27, 2017
by
Andreas Marek
Browse files
Activate timings in legacy interface
parent
b16b8495
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/elpa1/legacy_interface/elpa1_template.X90
View file @
0fa7c8b6
...
...
@@ -122,6 +122,8 @@ function elpa_solve_evp_&
call
e
%
set
(
"process_row"
,
my_prow
)
call
e
%
set
(
"process_col"
,
my_pcol
)
call
e
%
set
(
"timings"
,
1
)
if
(
e
%
setup
()
.ne.
ELPA_OK
)
then
print
*
,
"Cannot setup ELPA instance"
success
=
.false.
...
...
src/elpa2/legacy_interface/elpa2_template.X90
View file @
0fa7c8b6
...
...
@@ -114,6 +114,8 @@
call
e
%
set
(
"process_row"
,
my_prow
)
call
e
%
set
(
"process_col"
,
my_pcol
)
call
e
%
set
(
"timings"
,
1
)
if
(
e
%
setup
()
.ne.
ELPA_OK
)
then
print
*
,
"Cannot setup ELPA instance"
success
=
.false.
...
...
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