The rexec.py script was initially written for use with a specific project, but it's pretty useful to help set up and manage experiments in a cluster. It is easy to synchronize the codebase, then build and run a given binary. The only problem is that before now, this was all intertwined. Being able to run an experiment should be independent from the communication with a set of nodes to launch it.
The
rexec.pyscript was initially written for use with a specific project, but it's pretty useful to help set up and manage experiments in a cluster. It is easy to synchronize the codebase, then build and run a given binary. The only problem is that before now, this was all intertwined. Being able to run an experiment should be independent from the communication with a set of nodes to launch it.