Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Y
yaxt
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
dkrz-sw
yaxt
Commits
a51506aa
Commit
a51506aa
authored
3 weeks ago
by
Sergey Kosukhin
Browse files
Options
Downloads
Patches
Plain Diff
NVHPC 25.3 is affected as well
parent
8f6e9c54
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/ftest_common.f90
+2
-2
2 additions, 2 deletions
tests/ftest_common.f90
with
2 additions
and
2 deletions
tests/ftest_common.f90
+
2
−
2
View file @
a51506aa
...
...
@@ -1220,7 +1220,7 @@ CONTAINS
! double precision real and gfortran warns about that. For that
! reason the below expression limits scale_val to those 1-bits
! which can be represented in a double precision constant
#if ! defined __PGI || __PGIC__ > 2
4
#if ! defined __PGI || __PGIC__ > 2
5
INTEGER
(
i8
),
PARAMETER
::
scale_val
&
=
IAND
(
HUGE
(
a
),
NOT
(
ISHFT
(
1_i8
,
BIT_SIZE
(
1_i8
)
&
&
-
DIGITS
(
0.0_c_double
))
-
1
)
)
...
...
@@ -1230,7 +1230,7 @@ CONTAINS
REAL
(
c_double
)
::
rand_nums
(
block_len
),
sc
n
=
SIZE
(
a
)
nb
=
n
/
block_len
#if defined __PGI && __PGIC__ <= 2
4
#if defined __PGI && __PGIC__ <= 2
5
scale_val
&
=
IAND
(
HUGE
(
a
),
NOT
(
ISHFT
(
1_i8
,
BIT_SIZE
(
1_i8
)
&
&
-
DIGITS
(
0.0_c_double
))
-
1
)
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment