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
2cb6e81a
Commit
2cb6e81a
authored
Aug 09, 2016
by
Andreas Marek
Browse files
Different error margins for single precision
parent
5011a02f
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
test/Fortran/test_invert_trm_complex_single.F90
View file @
2cb6e81a
...
...
@@ -320,7 +320,7 @@ program test_invert_trm
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_invert_trm_real_single.F90
View file @
2cb6e81a
...
...
@@ -326,7 +326,7 @@ program test_invert_trm
print
*
,
" Maximum error of result: "
,
normmax
endif
if
(
normmax
.gt.
5e-
12
_rk4
)
then
if
(
normmax
.gt.
5e-
4
_rk4
)
then
status
=
1
endif
...
...
test/Fortran/test_transpose_multiply_complex_single.F90
View file @
2cb6e81a
...
...
@@ -282,7 +282,7 @@ program test_transpose_multiply
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_transpose_multiply_real_single.F90
View file @
2cb6e81a
...
...
@@ -284,7 +284,7 @@ program test_transpose_multiply
print
*
,
" Maximum error of result: "
,
normmax
endif
if
(
normmax
.gt.
5e-
11
_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