Skip to content
/ raex Public

RaEx(Rust Parallel Executor), / ˈrās / - a cloud native distributed process executor template written in rust.

License

Notifications You must be signed in to change notification settings

vyuham/raex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demo

Considering a single host cluster, running completely within a single PC, on separate ports, with the following specifications:

  • Glocal/dstore IP Address: [::1]:50051
  • Local/Node IP Address: [::1]:50052

The system can be setup and operated as follows.

  1. To start the system, please setup dstore and queue to run on a background terminal:
cargo run --bin dstore -- [::1]:50051
  1. Initialize the dstore queue with processes:
cargo run --bin unroll -- [::1]:50051
  1. Run a node to use a single thread and render each pixel, pushing results back into dstore:
cargo run --bin node -- [::1]:50051 [::1]:50052
  1. Collect the results from dstore and output an image:
cargo run --bin collect -- [::1]:50051 [::1]:50052

One can also do this with the release binaries, using commands like ./node instead of cargo run --bin node --. This may give improved results considering the binaries are optimized.

About

RaEx(Rust Parallel Executor), / ˈrās / - a cloud native distributed process executor template written in rust.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages