MATLAB Job Scheduler job storage location
10 次查看(过去 30 天)
显示 更早的评论
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
0 个评论
采纳的回答
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.
更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!