MATLAB PARALLEL COMPUTING TOOLBOX - S Betriebsanweisung Seite 642

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 656
  • Inhaltsverzeichnis
  • FEHLERBEHEBUNG
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 641
11 Functions — Alphabetical List
11-298
updateAttachedFiles
Update attached files or folders on parallel pool
Syntax
updateAttachedFiles(poolobj)
Description
updateAttachedFiles(poolobj) checks all the attached files of the specified parallel
pool to see if they have changed, and replicates any changes to each of the workers in
the pool. This checks files that were attached (by a profile or parpool argument) when
the pool was started and those subsequently attached with the addAttachedFiles
command.
Examples
Update Attached Files on Current Parallel Pool
Update all attached files on the current parallel pool.
poolobj = gcp;
updateAttachedFiles(poolobj)
Input Arguments
poolobj — Pool with attached files
pool object
Pool with attached files, specified as a pool object.
Example: poolobj = gcp;
More About
“Create and Modify Cluster Profiles” on page 6-17
Seitenansicht 641
1 2 ... 637 638 639 640 641 642 643 644 645 646 647 ... 655 656

Kommentare zu diesen Handbüchern

Keine Kommentare