File: cli.rst

package info (click to toggle)
python-ewoksdask 2.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 164 kB
  • sloc: python: 407; makefile: 3
file content (24 lines) | stat: -rw-r--r-- 476 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Ewoksdask commands reference
============================

ewoksdask local
---------------

.. argparse::
    :module: ewoksdask.__main__
    :func: _create_argument_parser
    :prog: ewoksdask
    :path: local

    **Start a Dask cluster with local machine resources**.

ewoksdask slurm
---------------

.. argparse::
    :module: ewoksdask.__main__
    :func: _create_argument_parser
    :prog: ewoksdask
    :path: slurm

    **Start a Dask cluster with Slurm resources**.