Current, the user can submit a job on a single remote server. ``` $ ont run -e 1d -f now -n node001 <script> ``` We need to add the ability to submit the job across a list of nodes. ``` $ ont run -e 1d -f now -n node[001-010] <script> ```
Current, the user can submit a job on a single remote server.
We need to add the ability to submit the job across a list of nodes.