- Parallel
for-loops (parfor) for running task-parallel algorithms on multiple processors
- Support for CUDA-enabled NVIDIA GPUs
- Ability to run eight workers locally on a multicore desktop
- Computer cluster and grid support (with MATLAB Distributed Computing Server)
- Interactive and batch execution of parallel applications
- Distributed arrays and single program multiple data (
spmd) construct for large dataset handling and data-parallel algorithms
在多核处理器上,运行并行的for循环(parfor)并行算法
支持CUDA-enabled NVIDIA GPUs
能在多核平台上运行8个线程。
支持计算机集群和网格(需要MATLAB分布式计算服务器)
交互的和成批处理执行并行应用
分布式数组和单程序多数据结构兴建大型数据集处理和数据并行算法
MATLAB并行计算。你可以使用Matlab并行工具箱在多核平台上运行应用程序,工具箱中有8个线程可以应用,它充分利用了GPUs和集群的优点。