DtCraft
DtCraft copied to clipboard
A High-performance Cluster Computing Engine
**Describe the bug** http://dtcraft.web.engr.illinois.edu account isn't active **To Reproduce** Steps to reproduce the behavior: 1. Go to git hub page of the project clicking on the DtCraft link in the...
I expect that exception handling is usually supported by a C++ program. I wonder why your function “[main](https://github.com/twhuang-uiuc/DtCraft/blob/e81fd03ba9f6d5d44b7663aee3460c237a8fdd6c/main/dtc-agent.cpp#L16 "main() function")” does not contain [corresponding try and catch instructions](https://stackoverflow.com/questions/368184/does-it-make-sense-to-catch-exceptions-in-the-main "Does it...
Updated to ver. 0.2.2. Local mode works fine. But the encountered following error in single-host distributed mode. Error message in the master: ``` frankliu@arlz010:~/Projects/DtCraft$ sudo ./bin/dtc-master I 6016 2018-05-29 20:22:09...
Sequence of commands: ``` frankliu@arlz010:~/Projects/DtCraft$ ./sbin/kernel.sh --action=start start master @frankliu@arlz010:/home/frankliu/Projects/DtCraft [OK] start agent @frankliu@arlz010:/home/frankliu/Projects/DtCraft [OK] start agent @frankliu@arlz009:/home/frankliu/Projects/DtCraft [OK] ``` But returned results from `ping` are wrong: ``` frankliu@arlz010:~/Projects/DtCraft$ ./sbin/kernel.sh...
The current master branch is adding the support for Linux control group. Launching agent requires sudo permission.
We will add support for specifying a particular host to run your application. New API will be added to our container builder.
DtCraft has a built-in reactor for event-driven programming. We will add a chapter discussing the basics in our [cookbook](http://dtcraft.web.engr.illinois.edu/index.html).
We will add a chapter to our cookbook discussing hw to use our input and output stream events.
We will add a chapter to our cookbook to give a tutorial of the stream graph.
The vertex will support running external program (exec) in the release 0.2.2. Example usage is like : `G.vertex().on([](dtc::Vertex& v) { std::cout