MATLAB Job Scheduler job storage location

9 ビュー (過去 30 日間)
Maria
Maria 2021 年 6 月 15 日
コメント済み: Maria 2021 年 6 月 21 日
Hi,
I have a cluster with several nodes, running Debian, and I use the Matlab Job Scheduler, configured with the mjs service. I was never actively setting up the "Job Storage location". I looked in the the documentation but I did not find any specific information on where the folder with the .log files should be. Any help?
Best
/Maria

採用された回答

Edric Ellis
Edric Ellis 2021 年 6 月 16 日
If you're referring to the JobStorageLocation property of the parallel.Cluster object you get back from parcluster - you do not need to specify that in MATLAB for an MJS cluster. (In fact, you can't modify it there). All parallel.Cluster objects have a JobStorageLocation property for consistency, but for an MJS cluster, it simply tells you where the data resides.
  1 件のコメント
Maria
Maria 2021 年 6 月 21 日
Thanks, it is more clear now. I also found out commands like
parallel.internal.logging.enableClientLogging
, and
mjs.getClusterLogs

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeMATLAB Parallel Server についてさらに検索

製品


リリース

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by