Parallel Toolbox sets a max of 1 workers on new cluster in R2020b

1 回表示 (過去 30 日間)
Christopher S Reidy
Christopher S Reidy 2020 年 11 月 4 日
コメント済み: Christopher S Reidy 2020 年 11 月 16 日
Both R2020a and R2020b exhibit this behavior on our new cluster where you start matlab then do >>parpool(10).
It responds "You requested a minimum of 10 workers, but the cluster "local" has the
NumWorkers property set to allow a maximum of 1 workers"
There are 94 cores available to jobs on each node.
In the Environment / Parallel / Create and Manage Clusters, NumWorkers is left blank which is the default setting of number of cores. The difference with this cluster is that Matlab is built on a VM and not on a compute node, like the older one
Our older cluster responds with:
Connected to the parallel pool (number of workers: 10).
ans =
ProcessPool with properties:
Connected: true
NumWorkers: 10
Cluster: local
AttachedFiles: {}
AutoAddClientPath: true
IdleTimeout: 30 minutes (30 minutes remaining)
SpmdEnabled: true
  6 件のコメント
Christopher S Reidy
Christopher S Reidy 2020 年 11 月 16 日
Hi Raymond
It is built on a Centos 7 VM and run on centos 7 compute nodes. The VM has 8 cores and the compute nodes have 94 cores available to Slurm with cgroups
Chris
Christopher S Reidy
Christopher S Reidy 2020 年 11 月 16 日
Hi Walter
Yes - good clue - glnxa64. That is the question - which environment variable? We havent found one yet
Thanks, Chris

サインインしてコメントする。

採用された回答

Aghamarsh Varanasi
Aghamarsh Varanasi 2020 年 11 月 13 日
Hi,
The issue could be with the other applications running in parallel with MATLAB or the system configurations. Hence this cannot be reproduced at our end. I suggest you contact MathWorks support to resolve the issue.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeThird-Party Cluster Configuration についてさらに検索

製品


リリース

R2020b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by