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
bb251265
Commit
bb251265
authored
Aug 10, 2016
by
Andreas Marek
Browse files
Different error margin for single precision tests
parent
78f4f7cb
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
test/Fortran/test_cholesky_complex_single.F90
View file @
bb251265
...
...
@@ -294,7 +294,7 @@ program test_cholesky
print
*
,
" Maximum error of result: "
,
normmax
endif
if
(
normmax
.gt.
5e-
11
_rk4
)
then
if
(
normmax
.gt.
5e-
4
_rk4
)
then
status
=
1
endif
...
...
test/Fortran/test_cholesky_real_single.F90
View file @
bb251265
...
...
@@ -293,7 +293,7 @@ program test_cholesky
print
*
,
" Maximum error of result: "
,
normmax
endif
if
(
normmax
.gt.
5e-
12
_rk4
)
then
if
(
normmax
.gt.
5e-
4
_rk4
)
then
status
=
1
endif
...
...
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