Main Content

集群和云

Discover cluster resources, and work with cluster profiles

如果您的计算任务对于本地计算机来说太大或太慢,则可以将计算卸载到现场或云中以运行MATLAB®代码最小的更改。尝试Parallel>Discover Clusters在MATLAB工具条中,以找出是否已经有一个群集。

如果您已经有一个带有调度程序的群集,则可以使用MATLAB集成MATLAB并行服务器™。Alternatively, if you do not have an existing scheduler, thenMATLAB并行服务器提供MATLAB作业调度程序。

功能

展开全部

parcluster 创建群集对象
Parpool 在集群上创建并行池
GCP Get current parallel pool
shutdown 关闭云集群
开始 Start cloud cluster
等待(群集) 等待云集群更改状态
Parallel.DefaultClusterProfile 检查或设置默认集群配置文件
parallel.exportProfile 导出一个或多个文件
并行 从文件导入集群配置文件
saveProfile 将修改的群集属性保存到其当前配置文件
saveAsProfile 将群集属性保存到指定的配置文件
pctconfig 配置设置并行计算工具箱客户会话

课程

展开全部

Parallel.Pool Parallel pool of workers
parallel.Cluster Access cluster properties and behaviors
PCTRUNONALL 在客户端和所有工人并行池中运行命令

例子and How To

Cluster Setup

Deep Learning

概念

相关信息