Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 923 Bytes

parallel-matlab.md

File metadata and controls

25 lines (18 loc) · 923 Bytes
title date draft project section weight icon
Parallel Matlab
2019-01-31T22:07:49.000Z
false
Oscar
MATLAB
0
check

Parallel Matlab

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 %}