フィルターのクリア

Confirm if Parallel Server is installed on cluster

17 ビュー (過去 30 日間)
Science Machine
Science Machine 2022 年 7 月 11 日
コメント済み: Raymond Norris 2023 年 6 月 13 日
How can I confirm my cluster has a matlab Parallel Server license?
I asked the sys admin and they were not clear on that point. That makes me think I can use Matlab on only 1 node (and only parallel toolbox is available). What command can I run to show that? Currently I am doing
clear;clc
rehash toolbox
configCluster
c=parcluster;
c.AdditionalProperties.WallTime = '5:30:0';
c.AdditionalProperties.QueueName = 'redacted';
c.AdditionalProperties.AccountName = 'redactedAccountName:)';
c.saveProfile
c.AdditionalProperties
%end
and then running a hello world function like
j = c.batch(@hi, 1, {} ); j.wait ; j.fetchOutputs()
and trying to start a job on a parallel pool like
job = batch(...,'pool',12); # which doesn't seem to work

採用された回答

Raymond Norris
Raymond Norris 2022 年 7 月 11 日
Hi @Michael Raba. Reach out to me directly and I'll help you work through this.
  4 件のコメント
jjmc
jjmc 2023 年 6 月 13 日
Would be good to know the solution to this question.
Raymond Norris
Raymond Norris 2023 年 6 月 13 日
Here would be one way
ls /path/to/matlab/toolbox/parallel/bin/mjs*
If there are no such files, MATLAB Paralell Server is not installed.

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeIntroduction to Installation and Licensing についてさらに検索

製品


リリース

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by