cc_staff
282
edits
mNo edit summary |
|||
Line 1: | Line 1: | ||
[https://docs.dask.org/en/stable/ Dask] is a flexible library for parallel computing in Python. It provides parallelized NumPy array and Pandas DataFrame objects, and it enables distributed computing in pure Python with access to the PyData stack. | [https://docs.dask.org/en/stable/ Dask] is a flexible library for parallel computing in Python. It provides parallelized NumPy array and Pandas DataFrame objects, and it enables distributed computing in pure Python with access to the PyData stack. | ||
=Installing our wheel= | |||
The preferred option is to install it using our provided Python [https://pythonwheels.com/ wheel] as follows: | The preferred option is to install it using our provided Python [https://pythonwheels.com/ wheel] as follows: | ||
Line 9: | Line 9: | ||
:{{Command|prompt=(venv) [name@server ~]|pip install --no-index dask distributed }} | :{{Command|prompt=(venv) [name@server ~]|pip install --no-index dask distributed }} | ||
=Job Submission= | |||
== Single Node == | == Single Node == |