-
Notifications
You must be signed in to change notification settings - Fork 0
tomaash/dpmap
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
DPMAP Distributed PMAP algorithm written in Erlang. How to run it: # create erlang cookie echo "TWRKJYJEQZGEBRITIFLS" > ~/.erlang.cookie # start three erlang nodes erl -sname node1 erl -sname node2 erl -sname node3 # ping the nodes (node1@localhost)> net_adm:ping(node2@localhost) (node2@localhost)> net_adm:ping(node3@localhost) # list connected nodes - note the transitivity (node3@localhost)> nodes(). # compile dpmap (node3@localhost)> c(dpmap). # run (node3@localhost)> dpmap:test(10)
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published