MATLAB PARALLEL COMPUTING TOOLBOX 4 Guia do Utilizador

Consulte online ou descarregue Guia do Utilizador para Software MATLAB PARALLEL COMPUTING TOOLBOX 4. MATLAB PARALLEL COMPUTING TOOLBOX 4 User`s guide Manual do Utilizador

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 128
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes

Resumo do Conteúdo

Página 1

Parallel Computing Toolbox™ Release Notes

Página 2 - How to Contact MathWorks

x ContentsGeneric Scheduler Interface Enhancements . . . . . . . . . . . . 10-2Decode Functions Provided with Product . . . . . . . . . . . . . . 10-2

Página 4

R2008bVersion: 4.0New FeaturesBug FixesCompatibility Considerations

Página 5

R2008b14-2MATLAB Compiler Product Support for Parallel Computing ToolboxApplicationsThis release offers the ability to convert Parallel Computing Tool

Página 6

14-3Compatibility ConsiderationsBecause spmd is a new keyword, it will conflict with any user-defined functions orvariables of the same name. If you

Página 7

R2008b14-4• DestroyTaskFcn• CancelJobFcn• CancelTaskFcnNew toolbox functions to accommodate this ability are:• getJobSchedulerData• setJobSchedulerDat

Página 8

14-5For more information about this option and others, see the matlabpool reference page.

Página 10

R2008aVersion: 3.3New FeaturesBug FixesCompatibility Considerations

Página 11

R2008a15-2Renamed Functions for Product Name ChangesAs of result of the product name changes, some function names are changing in thisrelease.Compatib

Página 12

15-3memory allocation was approximately 50 MB. The new higher limits are approximately600MB on 32-bit systems and 2GB on 64-bit systems. See Object

Página 13

xiR2009b New Distributed Arrays . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12-2Renamed codistributor Functions . . . . . . . . . . . .

Página 14

R2008a15-4findResource Now Sets Properties According to ConfigurationThe findResource function now sets the properties on the object it creates accord

Página 15 - Version: 6.6

15-5dfeval Now Destroys Its Job When FinishedWhen finished performing its distributed evaluation, the dfeval function now destroysthe job it created.

Página 17

R2007bVersion: 3.2New FeaturesBug FixesCompatibility Considerations

Página 18

R2007b16-2New Parallel for-Loops (parfor-Loops)New parallel for-loop (parfor-loop) functionality automatically executes a loop bodyin parallel on dyna

Página 19

16-3Compatibility ConsiderationsThis new feature has no impact on how configurations are used in a program, only onhow configurations are created and

Página 21 - Version: 6.5

R2007aVersion: 3.1New FeaturesBug FixesCompatibility Considerations

Página 22

R2007a17-2Local Scheduler and WorkersA local scheduler allows you to schedule jobs and run up to four workers or labs on asingle MATLAB client machine

Página 23

17-3Vectorized Task CreationThe createTask function can now create a vector of tasks in a single call when youprovide a cell array of cell arrays for

Página 24

xii ContentsR2008b MATLAB Compiler Product Support for Parallel ComputingToolbox Applications . . . . . . . . . . . . . . . . . . . . . . . . . . . .

Página 25

R2007a17-4function returns jobs sequenced by their ID, unless otherwise specified. This changemakes job manager behavior consistent with the behavior

Página 26

17-5Compatibility ConsiderationsIn the previous version of the toolbox, the distributor function was used to define howan array was distributed. In m

Página 28

R2006bVersion: 3.0New FeaturesBug FixesCompatibility Considerations

Página 29

R2006b18-2Support for Windows Compute Cluster Server (CCS)Distributed Computing Toolbox software and MATLAB Distributed Computing Engine™software now

Página 30

18-3efficient use of memory and faster processing, especially for large data sets. For moreinformation, see “Distributed Arrays and SPMD”.parfor: Par

Página 31

R2006b18-4stopworkermdce_def.batUNIX and Macintosh Utilities RenamedIn previous versions of the distributed computing products, the MDCE utilities for

Página 32

18-5Tasks property of the job contains four task objects. The first task in the job's Tasksproperty corresponds to the task run by the lab whose

Página 34

xiiiparfor Syntax Has Single Usage . . . . . . . . . . . . . . . . . . . . . . 15-4Limitations . . . . . . . . . . . . . . . . . . . . . . . . . . . .

Página 35

xiv ContentsEnhanced MATLAB Functions . . . . . . . . . . . . . . . . . . . . . . . . 17-4darray Function Replaces distributor Function . . . . . . .

Página 36

R2015aVersion: 6.6New FeaturesBug FixesCompatibility Considerations

Página 37

R2015a1-2Support for mapreduce function on any cluster that supports parallelpoolsYou can now run parallel mapreduce on any cluster that supports a pa

Página 38

1-3cdf2rdfgpuArray.freqspacehistcountsidivideinpolygonisdiagishermitianissymmetricistrilistriulegendrenonzerosnthrootpinvplanerotpolypolyareapolyderp

Página 39

R2015a1-4information about cluster discovery, see “Discover Clusters”. For information aboutconfiguring and verifying the required DNS SRV record on y

Página 40

1-5Improved profiler accuracy for GPU codeThe MATLAB profiler now reports more accurate timings for code running on a GPU. Forrelated information, se

Página 41 - Upgraded MPICH2 Version

How to Contact MathWorksLatest news:www.mathworks.comSales and services:www.mathworks.com/sales_and_servicesUser community:www.mathworks.com/matlabcen

Página 42

R2015a1-6Compatibility ConsiderationsCalling matlabpool now generates an error. You should instead use parpool to create aparallel pool.Upgrade parall

Página 43 - Version: 6.2

R2014bVersion: 6.5New FeaturesBug FixesCompatibility Considerations

Página 44

R2014b2-2Parallelization of mapreduce on local workersIf you have Parallel Computing Toolbox installed, and your default cluster profilespecifies a lo

Página 45

2-3pagefun support for mldivide on GPUsFor gpuArray inputs, pagefun is enhanced to support @mldivide for square matrixdivisors of sizes up to 32-by-3

Página 46

R2014b2-4Data Analysis on Hadoop clusters using mapreduceParallel Computing Toolbox and MATLAB Distributed Computing Server support theuse of Hadoop®

Página 47 - Version: 6.1

2-5Compatibility ConsiderationsGPU devices on 32-bit Windows machines are still supported in this release, but in afuture release support will be com

Página 49

R2014aVersion: 6.4New FeaturesBug FixesCompatibility Considerations

Página 50

R2014a3-2Number of local workers no longer limited to 12You can now run a local cluster of more than 12 workers on your client machine. Unlessyou adju

Página 51

3-3Note the following enhancements for some of these functions:• filter now supports IIR filtering.• pagefun is enhanced to support most element-wise

Página 52

iiiContentsR2015a Support for mapreduce function on any cluster that supportsparallel pools . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

Página 53 - Version: 6.0

R2014a3-4Note the following enhancements for some of these functions:• ifft and randi are new in support of distributed and codistributed arrays.• ran

Página 54 - New Programming Interface

3-5Compatibility ConsiderationsCalling matlabpool continues to work in this release, but now generates a warning. Youshould instead use parpool to cr

Página 56

R2013bVersion: 6.3New FeaturesBug FixesCompatibility Considerations

Página 57

R2013b4-2parpool: New command-line interface (replaces matlabpool),desktop indicator, and preferences for easier interaction with a parallelpool of MA

Página 58

4-3Asynchronous Function Evaluation on Parallel PoolYou can evaluate functions asynchronously on one or all workers of a parallel pool. Useparfeval t

Página 59

R2013b4-4Icon color and tool tips let you know if the pool is busy or ready, how large it is, andwhen it might time out. You can click the icon to sta

Página 60 - Cluster Profiles

4-5Compatibility ConsiderationsThe default preference setting is to automatically start a pool when a parallel languageconstruct requires it. If you

Página 61

R2013b4-6interp2pagefunNote the following for some of these functions:• pagefun allows you to iterate over the pages of a gpuArray, applying @mtimes t

Página 62 - Enhanced GPU Support

4-7More MATLAB functions enabled for distributed arrays: permute,ipermute, and sortrowsThe following functions now support distributed arrays with al

Página 63

iv ContentsUpgrade parallel computing products together . . . . . . . . . . 1-6R2014b Parallelization of mapreduce on local workers . . . . . . . . .

Página 64

R2013b4-8Enhancements to MATLAB functions enabled for GPUs, including ones,zerosThe following functions are enhanced in their support for gpuArray dat

Página 65

4-9This new option is the default 'NormalTransform' setting when using thePhilox4x32-10 or Threefry4x64-20 generator. The following command

Página 66

R2013b4-10Compatibility ConsiderationsIn R2013b, any use of gpuDevice to select a GPU with compute capability 1.3, generatesa warning. The device is s

Página 67 - Version: 5.2

R2013aVersion: 6.2New FeaturesBug Fixes

Página 68 - New Job Monitor

R2013a5-2GPU-enabled functions in Image Processing Toolbox and Phased ArraySystem ToolboxMore toolboxes offer enhanced functionality for some of their

Página 69

5-3• arrayfun and bsxfun support indexing and accessing variables of outer functionsfrom within nested functions.• arrayfun supports singleton expans

Página 70

R2013a5-4code files are necessary for their execution, then automatically attaches those files to theMATLAB pool job so that the code is available to

Página 71

R2012bVersion: 6.1New FeaturesBug FixesCompatibility Considerations

Página 72 - Task Error Properties Updated

R2012b6-2More MATLAB functions enabled for GPUs, including convn, cov, andnormest• “gpuArray Support” on page 6-2• “MATLAB Code on the GPU” on page 6-

Página 73

6-3toolboxes, see their respective release notes. Parallel Computing Toolbox is required toaccess this functionality.Performance improvements to GPU-

Página 74

vAdditional GPU enabled Image Processing Toolbox functions:bwdist, imreconstruct, iradon, radon . . . . . . . . . . . . . . . . 3-2Enhancements to GPU

Página 75 - Version: 5.1

R2012b6-4• mrdivide is now fully supported, and is no longer limited to accepting only scalarsfor its second argument.• sparse is now fully supported

Página 76 - Deployment of Local Workers

6-5Command Window. Now this text is appended to the task’s Diary property as the textis generated, rather than waiting until the task is complete. Yo

Página 78 - Enhanced parfor Support

R2012aVersion: 6.0New FeaturesBug FixesCompatibility Considerations

Página 79 - Enhanced Admin Center Support

R2012a7-2New Programming InterfaceThis release provides a new programming interface for accessing clusters, jobs, andtasks.General Concepts and Phrase

Página 80

7-3Previous Scheduler Objects New Cluster Objectslocalscheduler parallel.cluster.Locallsfscheduler parallel.cluster.LSFmpiexec parallel.cluster.Mpiex

Página 81 - Version: 5.0

R2012a7-4Functions and MethodsThis table compares some functions and methods of the old interface to those of the new.Many functions do not have a nam

Página 82 - GPU Computing

7-5Previous Scheduler Properties New Cluster PropertiesIsUsingSecureCommunication HasSecureCommunicationSchedulerHostname,MasterName, HostnameHostPar

Página 83

R2012a7-6help parallel.job.CJSCommunicatingJobhelp parallel.task.CJSTaskhelp parallel.job.MJSIndependentJobhelp parallel.job.MJSCommunicatingJobhelp p

Página 84

7-7Creating and Finding Jobs and TasksIn the old interface, to create or find jobs or tasks, you could specify property nameand value pairs in struct

Página 85

vi ContentsMore MATLAB functions enabled for distributed arrays:permute, ipermute, and sortrows . . . . . . . . . . . . . . . . . . . . 4-7Enhancement

Página 86

R2012a7-8properties, from which the toolbox calculates which wrapper to use. For more informationabout these properties and their possible values, in

Página 87 - Version: 4.3

7-9The Cluster Profile Manager lets you create, edit, validate, import, and export profiles,among other actions. To open the Cluster Profile Manager,

Página 88

R2012a7-10Function Descriptionparallel.exportProfile Export profiles to specified .settings fileProfiles in Compiled ApplicationsBecause compiled appl

Página 89 - Demo Updates

7-11Note the following enhancements and restrictions to some of these functions:• GPUArray usage now supports all data types supported by MATLAB, exc

Página 90

R2012a7-12g = gpuDevice(idx)...g = gpuDevice(idx) % Resets GPU device, clears dataTo deselect the current device, use gpuDevice([ ]) with an empty ar

Página 91 - Version: 4.2

7-13 0.8632 0.7481 0.9901 0.0420 0.2307 0.7008 0.7516 0.5059existsOnGPU(R) 1reset(g); % Resets GPU deviceexistsOnGPU(R)

Página 92 - New Distributed Arrays

R2012a7-14Set CUDA Kernel Constant MemoryThe new setConstantMemory method on the CUDAKernel object lets you set kernelconstant memory from MATLAB. For

Página 93

R2011bVersion: 5.2New FeaturesBug FixesCompatibility Considerations

Página 94 - Enhancements to Admin Center

R2011b8-2New Job MonitorThe Job Monitor is a tool that lets you track the jobs you have submitted to a cluster.It displays the jobs for the scheduler

Página 95

8-3Number of Local Workers Increased to TwelveYou can now run up to 12 local workers on your MATLAB client machine. If you do notspecify the number o

Página 96

viiR2012b More MATLAB functions enabled for GPUs, including convn,cov, and normest . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

Página 97 - Version: 4.1

R2011b8-4The following functions set the GPU random number generator seed and stream:parallel.gpu.rngparallel.gpu.RandStreamAlso, arrayfun called with

Página 98

8-5 3 5 7 4 9 2To see that M is a GPUArray, use the whos or class function.MATLAB Code on the GPUGPU support is extended to i

Página 99 - New Benchmarking Demos

R2011b8-6Compatibility ConsiderationsIf you have scripts or functions that use message identifiers that changed, you mustupdate the code to use the ne

Página 100

8-7Compatibility ConsiderationsIn past releases, when there was no error, the Error property contained an MExceptionobject with empty data fields, ge

Página 102 - Applications

R2011aVersion: 5.1New FeaturesBug FixesCompatibility Considerations

Página 103 - Rerunning Failed Tasks

R2011a9-2Deployment of Local WorkersMATLAB Compiler generated standalone executables and libraries from parallelapplications can now launch up to eigh

Página 104

9-3subsasgnsubsindexsubsrefvertcatand all the plotting related functions.GPUArray IndexingBecause GPUArray now supports subsasgn and subsref, you can

Página 105

R2011a9-4Distributed Array SupportNewly Supported FunctionsThe following functions are enhanced to support distributed arrays, supporting all formsof

Página 106

9-5Search for Cluster Head Nodes Using Active DirectoryThe findResource function can search Active Directory to identify your cluster headnode. For m

Página 107 - Version: 3.3

viii ContentsCluster Profiles . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7-8New Cluster Profile Manager . . . . . . . .

Página 109

R2010bVersion: 5.0New FeaturesBug FixesCompatibility Considerations

Página 110

R2010b10-2GPU ComputingThis release provides the ability to perform calculations on a graphics processing unit(GPU). Features include the ability to:•

Página 111

10-3These functions are included on the workers' path. If your submit functionsmake use of the definitions in these decode functions, you do not

Página 112

R2010b10-4Enhanced Example ScriptsThis release provides new sets of example scripts for using the generic schedulerinterface. As in previous releases,

Página 113 - Version: 3.2

10-5Enhanced Functions for Distributed Arraysqr Supports Distributed ArraysThe qr function now supports distributed arrays. For restrictions on this

Página 114

R2010b10-6transpose and ctranspose Support 2dbcIn addition to their original support for 1-D distribution schemes, thefunctionsctranspose and transpos

Página 115 - Parallel Profiler

R2010aVersion: 4.3New FeaturesBug FixesCompatibility Considerations

Página 116

R2010a11-2New Save and Load Abilities for Distributed ArraysYou now have the ability to save distributed arrays from the client to a single MAT-file.S

Página 117 - Version: 3.1

11-3New Remote Startup of mdce ProcessNew command-line functionality allows you to remotely start up MATLAB DistributedComputing Server processes on

Página 118 - New pmode Interface

ixTask Error Properties Updated . . . . . . . . . . . . . . . . . . . . . . . . 8-6R2011a Deployment of Local Workers . . . . . . . . . . . . . . . .

Página 120 - Enhanced MATLAB Functions

R2009bVersion: 4.2New FeaturesBug FixesCompatibility Considerations

Página 121

R2009b12-2New Distributed ArraysA new form of distributed arrays provides direct access from the client to data stored onthe workers in a MATLAB pool.

Página 122

12-3Old Function Name New Function Namecodcolon codistributed.coloncodistributed(..., 'convert') codistributed(...)codistributed(...) witho

Página 123 - Version: 3.0

R2009b12-4Enhancements to Admin CenterAdmin Center has several small enhancements, including more conveniently locatedmenu choices, modified dialog bo

Página 124 - Distributed Arrays

12-5• JobDescriptionFile — A string set to the name of the XML file defining a base statefor job creationCompatibility ConsiderationsCCS is now just

Página 126

R2009aVersion: 4.1New FeaturesBug FixesCompatibility Considerations

Página 127

R2009a13-2Number of Local Workers Increased to EightYou can now run up to eight local workers on your MATLAB client machine. If you do notspecify the

Página 128

13-3the MATLAB Distributed Computing Server, see the online installation instructions athttp://www.mathworks.com/distconfig.New Benchmarking DemosNew

Comentários a estes Manuais

Sem comentários