Skip to content

A modification of Clojush for parallelization over a network.

Notifications You must be signed in to change notification settings

brianmartin/Clojush-swarm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

A modification of Lee Spector's ([email protected]) clojush.clj (see clojush/README)
to enable parallelization and scalability.  This is done using Amit Rathore's Swarmiji
(http://github.com/amitrathore/swarmiji).

REQUIREMENTS

-A running Rabbitmq server with the STOMP adaptor.

    Rabbitmq default user is 'guest' with pass 'guest'.
    STOMP will default to 127.0.0.1.  For remote access see:
    http://hg.rabbitmq.com/rabbitmq-stomp/file/default/README

-Optionally a MySQL database for log aggregation.

QUICKSTART

$ lein deps
$ lein uberjar
$ java -jar clojush-swarm.jar --help

About

A modification of Clojush for parallelization over a network.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published