Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
C
cloud-orbit
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Katerina Roukounaki
cloud-orbit
Commits
82041c2d
Commit
82041c2d
authored
Nov 24, 2014
by
Yiannis Tsiouris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Comment-out say
parent
6d226b8d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
MasterWorker.hs
MasterWorker.hs
+1
-1
No files found.
MasterWorker.hs
View file @
82041c2d
...
@@ -280,7 +280,7 @@ send_image staticMachConf x g k = send_vertex staticMachConf (g x) k
...
@@ -280,7 +280,7 @@ send_image staticMachConf x g k = send_vertex staticMachConf (g x) k
-- the hash; the message is tagged with atomic credit K.
-- the hash; the message is tagged with atomic credit K.
send_vertex
::
ParConf
->
Vertex
->
ACredit
->
Process
()
send_vertex
::
ParConf
->
Vertex
->
ACredit
->
Process
()
send_vertex
staticMachConf
x
k
=
do
send_vertex
staticMachConf
x
k
=
do
say
$
"Send vertex "
++
show
x
++
" to "
++
show
pid
++
" (slot, k) = "
++
show
(
slot
,
k
)
--
say $ "Send vertex " ++ show x ++ " to " ++ show pid ++ " (slot, k) = " ++ show (slot, k)
send
pid
(
"vertex"
,
x
,
slot
,
k
)
send
pid
(
"vertex"
,
x
,
slot
,
k
)
where
(
pid
,
slot
)
=
hash_vertex
staticMachConf
x
where
(
pid
,
slot
)
=
hash_vertex
staticMachConf
x
...
...
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