matlab并行一 配置matlab并行计算池

本文介绍了如何在MATLAB中配置并行计算池,重点从matlabpool转向推荐使用的parpool命令。讨论了parpool的用法,包括创建指定数量的工作进程,并展示了在不同情况下启动和关闭并行池的操作。同时,文章指出在异常情况下,如设定的worker数量超过系统核心数,应允许系统使用默认配置。
摘要由CSDN通过智能技术生成

通过matlabpool命令来启动和配置Matlab并行计算池,但是在matlab2013B的帮助文档中说:

 matlabpool will be removed in a future release. Use PARPOOL instead.

所以以后应该使用parpool,先来看看帮助文档是怎么说的

parpool Create a parallel pool of workers on a cluster and return a pool object


    pool = parpool creates and returns a pool on the default cluster with its
    NumWorkers in the range [1, preferredNumWorkers] for running parallel
    language features (parfor, parfeval, parfevalOnAll, spmd, and distributed).
    preferredNumWorkers is the value defined in your parallel preferences. Use
    delete(pool) to shut down the parallel pool.
 
    pool = parpool(numWorkers) creates and returns a pool with the
    specified number of workers. numWorkers can be a positive integer or a
    range specified as a 2-element vector of integers. If numWorkers is a
    range, the resulting pool has size as large as possible in

评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值