MATLAB PARALLEL COMPUTING TOOLBOX - S Betriebsanweisung Seite 460

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 656
  • Inhaltsverzeichnis
  • FEHLERBEHEBUNG
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 459
11 Functions — Alphabetical List
11-116
getDebugLog
Read output messages from job run in CJS cluster
Syntax
str = getDebugLog(cluster, job_or_task)
Arguments
str Variable to which messages are returned as a string
expression.
cluster Cluster object referring to Microsoft Windows HPC Server (or
CCS), Platform LSF, PBS Pro, or TORQUE cluster, created by
parcluster.
job_or_task Object identifying job or task whose messages you want.
Description
str = getDebugLog(cluster, job_or_task) returns any output written to the
standard output or standard error stream by the job or task identified by job_or_task,
being run in the cluster identified by cluster.
Examples
This example shows how to create and submit a communicating job, and how to retrieve
the job’s debug log. Assume that you already have a cluster profile called My3pCluster
that defines the properties of the cluster.
c = parcluster('My3pCluster');
j = createCommunicatingJob(c);
createTask(j,@labindex,1,{});
submit(j);
Seitenansicht 459
1 2 ... 455 456 457 458 459 460 461 462 463 464 465 ... 655 656

Kommentare zu diesen Handbüchern

Keine Kommentare