MATLAB PARALLEL COMPUTING TOOLBOX - S Guia do Utilizador Página 569

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
Vista de página 568
parallel.importProfile
11-225
Import all the profiles from the file ManyProfiles.settings, and use the first one to
open a parallel pool.
profs = parallel.importProfile('ManyProfiles');
parpool(profs{1})
Import a configuration from the file OldConfiguration.mat, and set it as the default
parallel profile.
old_conf = parallel.importProfile('OldConfiguration.mat')
parallel.defaultClusterProfile(old_conf)
See Also
parallel.clusterProfiles | parallel.defaultClusterProfile |
parallel.exportProfile
Vista de página 568
1 2 ... 564 565 566 567 568 569 570 571 572 573 574 ... 655 656

Comentários a estes Manuais

Sem comentários