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
bba8e3a4
Commit
bba8e3a4
authored
Aug 18, 2017
by
Andreas Marek
Browse files
Remove some tests
parent
7bff0cab
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
generate_automake_test_programs.py
View file @
bba8e3a4
...
...
@@ -62,6 +62,9 @@ for m, g, t, p, d, s, l in product(
if
(
t
==
"hermitian_multiply"
and
(
s
==
"2stage"
)):
continue
if
(
t
==
"hermitian_multiply"
and
(
l
==
"all_layouts"
)):
continue
for
kernel
in
[
"all_kernels"
,
"default_kernel"
]
if
s
==
"2stage"
else
[
"nokernel"
]:
endifs
=
0
extra_flags
=
[]
...
...
test/Fortran/test.F90
View file @
bba8e3a4
...
...
@@ -570,9 +570,9 @@ program test
endif
#ifdef TEST_DOUBLE
if
(
normmax
.gt.
5e-1
1
_rk8
)
then
if
(
normmax
.gt.
5e-1
0
_rk8
)
then
#else
if
(
normmax
.gt.
5e-
11
_rk4
)
then
if
(
normmax
.gt.
5e-
3
_rk4
)
then
#endif
print
*
,
"norm= "
,
normmax
status
=
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