MATLAB Job Scheduler job storage location

8 vues (au cours des 30 derniers jours)
Maria
Maria le 15 Juin 2021
Commenté : Maria le 21 Juin 2021
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

Réponse acceptée

Edric Ellis
Edric Ellis le 16 Juin 2021
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 commentaire
Maria
Maria le 21 Juin 2021
Thanks, it is more clear now. I also found out commands like
parallel.internal.logging.enableClientLogging
, and
mjs.getClusterLogs

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur MATLAB Parallel Server dans Help Center et File Exchange

Produits


Version

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by