title | date | draft | project | section | weight | icon |
---|---|---|---|---|---|---|
Parallel Matlab |
2019-01-31T22:07:49.000Z |
false |
Oscar |
MATLAB |
0 |
check |
You can explore GPU computing through Matlab if you think your program can benefit from massively parallel computations:
Finally, parallel computing features like parfor
and spmd
can be used by launching a pool of workers on a node.
{% hint style="info" %} Note that the Parallel Computing Toolbox by itself cannot span across multiple nodes, so make sure you request only 1 node to avoid wasting resources. {% endhint %}