Confirm if Parallel Server is installed on cluster

조회 수: 14 (최근 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 CenterFile Exchange에서 Introduction 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