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
99a041d1
Commit
99a041d1
authored
Dec 06, 2017
by
Andreas Marek
Browse files
Fix error in test_autotune.c
parent
f7f182b9
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/C/test_autotune.c
View file @
99a041d1
...
...
@@ -213,7 +213,8 @@ int main(int argc, char** argv) {
elpa_set
(
handle
,
"gpu"
,
0
,
&
error
);
assert_elpa_ok
(
error
);
autotune_handle
=
elpa_autotune_setup
(
handle
,
ELPA_AUTOTUNE_FAST
,
ELPA_AUTOTUNE_DOMAIN_REAL
);
autotune_handle
=
elpa_autotune_setup
(
handle
,
ELPA_AUTOTUNE_FAST
,
ELPA_AUTOTUNE_DOMAIN_REAL
,
&
error
);
assert_elpa_ok
(
error
);
/* mimic 20 scf steps */
for
(
i
=
0
;
i
<
20
;
i
++
)
{
...
...
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