Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Thomas Jahns
PPM
Commits
d798ac1a
Commit
d798ac1a
authored
Jul 02, 2021
by
Thomas Jahns
🤸
Browse files
Switch update likely to update every cache line to MERGE.
parent
4c5651ec
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/test_compact_mask_index.f90
View file @
d798ac1a
...
...
@@ -124,7 +124,8 @@ CONTAINS
DO
k
=
strt
(
3
),
ends
(
3
)
DO
j
=
strt
(
2
),
ends
(
2
)
DO
i
=
strt
(
1
),
ends
(
1
)
IF
(
mask
(
i
,
j
,
k
))
accum_ref
(
i
,
j
,
k
)
=
accum_ref
(
i
,
j
,
k
)
+
1.0
accum_ref
(
i
,
j
,
k
)
=
accum_ref
(
i
,
j
,
k
)
&
+
MERGE
(
1.0
,
0.0
,
mask
(
i
,
j
,
k
))
END
DO
END
DO
END
DO
...
...
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