分享你我的资源分享我们的人生!
当前位置: 首页 >> 文章列表

MATLAB并行计算工具箱的特点

Parallel Computing Toolbox Key Features

11/16/2010 9:04:31 AM
并行计算工具箱可以在多核计算机,图形处理器和计算机集群上进行并行计算。

  • 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和集群的优点。