Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Actris
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tlsomers
Actris
Commits
2528ab76
Commit
2528ab76
authored
4 years ago
by
Jonas Kastberg
Browse files
Options
Downloads
Patches
Plain Diff
Renamed map.v -> par_map.v to distinguish from swap_mapper.v
parent
6076344b
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
_CoqProject
+1
-1
1 addition, 1 deletion
_CoqProject
papers/POPL20.md
+1
-1
1 addition, 1 deletion
papers/POPL20.md
theories/examples/map_reduce.v
+1
-1
1 addition, 1 deletion
theories/examples/map_reduce.v
theories/examples/par_map.v
+0
-0
0 additions, 0 deletions
theories/examples/par_map.v
with
3 additions
and
3 deletions
_CoqProject
+
1
−
1
View file @
2528ab76
...
@@ -20,7 +20,7 @@ theories/examples/basics.v
...
@@ -20,7 +20,7 @@ theories/examples/basics.v
theories/examples/sort.v
theories/examples/sort.v
theories/examples/sort_br_del.v
theories/examples/sort_br_del.v
theories/examples/sort_fg.v
theories/examples/sort_fg.v
theories/examples/map.v
theories/examples/
par_
map.v
theories/examples/map_reduce.v
theories/examples/map_reduce.v
theories/examples/swap_mapper.v
theories/examples/swap_mapper.v
theories/examples/subprotocols.v
theories/examples/subprotocols.v
...
...
This diff is collapsed.
Click to expand it.
papers/POPL20.md
+
1
−
1
View file @
2528ab76
...
@@ -16,7 +16,7 @@ Tour of Actris
...
@@ -16,7 +16,7 @@ Tour of Actris
-
Dependent:
[
theories/examples/sort_fg.v
](
../theories/examples/sort_fg.v
)
-
Dependent:
[
theories/examples/sort_fg.v
](
../theories/examples/sort_fg.v
)
Manifest sharing via locks
Manifest sharing via locks
-
Sample program:
[
theories/examples/basics.v
](
../theories/examples/basics.v
)
-
Sample program:
[
theories/examples/basics.v
](
../theories/examples/basics.v
)
-
Distributed mapper:
[
theories/examples/map.v
](
../theories/examples/map.v
)
-
Distributed mapper:
[
theories/examples/
par_
map.v
](
../theories/examples/
par_
map.v
)
Case study: map reduce:
Case study: map reduce:
-
Utilities for shuffling/grouping:
[
theories/utils/group.v
](
../theories/utils/group.v
)
-
Utilities for shuffling/grouping:
[
theories/utils/group.v
](
../theories/utils/group.v
)
-
Implementation and verification:
[
theories/examples/map_reduce.v
](
../theories/examples/map_reduce.v
)
-
Implementation and verification:
[
theories/examples/map_reduce.v
](
../theories/examples/map_reduce.v
)
...
...
This diff is collapsed.
Click to expand it.
theories/examples/map_reduce.v
+
1
−
1
View file @
2528ab76
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
specification thereof, and its proofs. *)
specification thereof, and its proofs. *)
From
actris
.
channel
Require
Import
proofmode
.
From
actris
.
channel
Require
Import
proofmode
.
From
actris
.
utils
Require
Import
llist
compare
contribution
group
.
From
actris
.
utils
Require
Import
llist
compare
contribution
group
.
From
actris
.
examples
Require
Import
map
sort_fg
.
From
actris
.
examples
Require
Import
par_
map
sort_fg
.
From
iris
.
algebra
Require
Import
gmultiset
.
From
iris
.
algebra
Require
Import
gmultiset
.
(** * Functional version of map reduce (aka the specification) *)
(** * Functional version of map reduce (aka the specification) *)
...
...
This diff is collapsed.
Click to expand it.
theories/examples/map.v
→
theories/examples/
par_
map.v
+
0
−
0
View file @
2528ab76
File moved
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