Combine distributed cells and output from tasks

Hi,
I am working with Matlab parallel server. In my code, after submitting a job, I create a certain amount of tasks, and then I take the results back on my computer by using the function
fetchOutputs()
In this way, I get the results on my client machine. However, is there a way to keep the results stored in a cell variable, but distributed in the cluster? I was reading about distributed.cell, but I am not sure how to use it without loading first the results in the client (I would do something like
result = fetchOutput(job_set);
D = distributed.cell(size(result));
).
Any smarter way of doing this?

1 commentaire

Alvaro
Alvaro le 21 Déc 2022
Modifié(e) : Walter Roberson le 21 Déc 2022
Could you elaborate on the next steps you would take with that distributed cell array in the cluster? Did the function in your next question do what you expected?

Connectez-vous pour commenter.

Réponses (0)

Catégories

En savoir plus sur MATLAB Parallel Server dans Centre d'aide et File Exchange

Produits

Version

R2021a

Question posée :

le 28 Oct 2021

Community Treasure Hunt

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

Start Hunting!

Translated by