MATLAB PARALLEL COMPUTING TOOLBOX - S Guía de usuario Pagina 459

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 656
  • Tabla de contenidos
  • SOLUCIÓN DE PROBLEMAS
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 458
getCurrentWorker
11-115
j = createJob(c);
j.AttachedFiles = {'identifyWorkerHost.m'};
t = createTask(j,@identifyWorkerHost,1,{});
submit(j)
wait(j)
workerhost = fetchOutputs(j)
See Also
getAttachedFilesFolder | getCurrentCluster | getCurrentJob |
getCurrentTask
Vista de pagina 458
1 2 ... 454 455 456 457 458 459 460 461 462 463 464 ... 655 656

Comentarios a estos manuales

Sin comentarios