MATLAB PARALLEL COMPUTING TOOLBOX - S Podręcznik Użytkownika Strona 171

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
Przeglądanie stron 170
Job Monitor
6-31
If you save this script in a file named invert_me.m, you can try to run the script as a
batch job on the default cluster:
batch('invert_me')
When updated after the job runs, the Job Monitor includes the job created by the batch
command, with an error icon ( ) for this job. Right-click the job in the list, and select
Show Errors. For all the tasks with an error in that job, the task information, including
properties related to the error, display in the MATLAB command window:
Task ID 1 from Job ID 2 Information
===================================
State : finished
Function : @parallel.internal.cluster.executeScript
StartTime : Tue Jun 28 11:46:28 EDT 2011
Running Duration : 0 days 0h 0m 1s
- Task Result Properties
ErrorIdentifier : MATLAB:square
ErrorMessage : Matrix must be square.
Error Stack : invert_me (line 2)
Przeglądanie stron 170
1 2 ... 166 167 168 169 170 171 172 173 174 175 176 ... 655 656

Komentarze do niniejszej Instrukcji

Brak uwag