You can explore GPU computing through Matlab if you think your program can benefit from massively parallel computations:
MATLAB GPU Computing Support for NVIDIA CUDA-Enabled GPUsarrow-up-right
Finally, parallel computing features like parfor and spmd can be used by launching a pool of workers on a node.
parfor
spmd
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.
Execute Loop Iterations in Parallelarrow-up-right
Run Single Programs on Multiple Data Setsarrow-up-right
Last updated 6 years ago
Was this helpful?