Quickstart
The DynRM software project is available here.
DynRM and its dependencies can be installed into a dedicated environment using the DynPkgs package manager:
user@host:~# dynpkgs env_install dyn_rm
After successful installation, deploy the dyn_rm environment …
user@host:~# dynpkgs env_deploy [--nodes=NUM_NODES] dyn_rm
DynRM environment is now available in your shell (indicated by (dyn_rm) shell prefix). Refer to the Basic Usage section for information on how to use DynRM.
(dyn_rm) user@host:~# use_dynrm
To exit the environemnt simply exit the current shell:
(dyn_rm) user@host:~# exit