MATLAB PARALLEL COMPUTING TOOLBOX - S Betriebsanweisung Seite 221

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 656
  • Inhaltsverzeichnis
  • FEHLERBEHEBUNG
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 220
Program Independent Jobs for a Supported Scheduler
7-13
wait(job1)
results = fetchOutputs(job1);
Display the results from each task.
results{1:5}
0.9501 0.4860 0.4565
0.2311 0.8913 0.0185
0.6068 0.7621 0.8214
0.4447 0.9218 0.4057
0.6154 0.7382 0.9355
0.7919 0.1763 0.9169
0.4103 0.3529 0.1389
0.8936 0.8132 0.2028
0.0579 0.0099 0.1987
0.6038 0.0153 0.9318
0.2722 0.7468 0.4660
0.1988 0.4451 0.4186
0.8462 0.6721 0.6813
0.5252 0.8381 0.3795
0.2026 0.0196 0.8318
Manage Objects in the Scheduler
Because all the data of jobs and tasks resides in the cluster job storage location, these
objects continue to exist even if the client session that created them has ended. The
following sections describe how to access these objects and how to permanently remove
them:
“What Happens When the Client Session Ends” on page 7-13
“Recover Objects” on page 7-14
“Reset Callback Properties (MJS Only)” on page 7-14
“Remove Objects Permanently” on page 7-15
What Happens When the Client Session Ends
When you close the client session of Parallel Computing Toolbox software, all of the
objects in the workspace are cleared. However, the objects in MATLAB Distributed
Seitenansicht 220
1 2 ... 216 217 218 219 220 221 222 223 224 225 226 ... 655 656

Kommentare zu diesen Handbüchern

Keine Kommentare