MATLAB PARALLEL COMPUTING TOOLBOX 4 Guide de l'utilisateur

Naviguer en ligne ou télécharger Guide de l'utilisateur pour Logiciel MATLAB PARALLEL COMPUTING TOOLBOX 4. MATLAB PARALLEL COMPUTING TOOLBOX 4 User`s guide Manuel d'utilisatio

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 128
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs

Résumé du contenu

Page 1

Parallel Computing Toolbox™ Release Notes

Page 2 - How to Contact MathWorks

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

Page 4

R2008bVersion: 4.0New FeaturesBug FixesCompatibility Considerations

Page 5

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

Page 6

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

Page 7

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

Page 8

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

Page 10

R2008aVersion: 3.3New FeaturesBug FixesCompatibility Considerations

Page 11

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

Page 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

Page 13

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

Page 14

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

Page 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.

Page 17

R2007bVersion: 3.2New FeaturesBug FixesCompatibility Considerations

Page 18

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

Page 19

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

Page 21 - Version: 6.5

R2007aVersion: 3.1New FeaturesBug FixesCompatibility Considerations

Page 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

Page 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

Page 24

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

Page 25

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

Page 26

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

Page 28

R2006bVersion: 3.0New FeaturesBug FixesCompatibility Considerations

Page 29

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

Page 30

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

Page 31

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

Page 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

Page 34

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

Page 35

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

Page 36

R2015aVersion: 6.6New FeaturesBug FixesCompatibility Considerations

Page 37

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

Page 38

1-3cdf2rdfgpuArray.freqspacehistcountsidivideinpolygonisdiagishermitianissymmetricistrilistriulegendrenonzerosnthrootpinvplanerotpolypolyareapolyderp

Page 39

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

Page 40

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

Page 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

Page 42

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

Page 43 - Version: 6.2

R2014bVersion: 6.5New FeaturesBug FixesCompatibility Considerations

Page 44

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

Page 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

Page 46

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

Page 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

Page 49

R2014aVersion: 6.4New FeaturesBug FixesCompatibility Considerations

Page 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

Page 51

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

Page 52

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

Page 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

Page 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

Page 56

R2013bVersion: 6.3New FeaturesBug FixesCompatibility Considerations

Page 57

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

Page 58

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

Page 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

Page 60 - Cluster Profiles

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

Page 61

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

Page 62 - Enhanced GPU Support

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

Page 63

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

Page 64

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

Page 65

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

Page 66

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

Page 67 - Version: 5.2

R2013aVersion: 6.2New FeaturesBug Fixes

Page 68 - New Job Monitor

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

Page 69

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

Page 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

Page 71

R2012bVersion: 6.1New FeaturesBug FixesCompatibility Considerations

Page 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-

Page 73

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

Page 74

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

Page 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

Page 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

Page 78 - Enhanced parfor Support

R2012aVersion: 6.0New FeaturesBug FixesCompatibility Considerations

Page 79 - Enhanced Admin Center Support

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

Page 80

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

Page 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

Page 82 - GPU Computing

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

Page 83

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

Page 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

Page 85

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

Page 86

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

Page 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,

Page 88

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

Page 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

Page 90

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

Page 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)

Page 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

Page 93

R2011bVersion: 5.2New FeaturesBug FixesCompatibility Considerations

Page 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

Page 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

Page 96

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

Page 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

Page 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

Page 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

Page 100

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

Page 102 - Applications

R2011aVersion: 5.1New FeaturesBug FixesCompatibility Considerations

Page 103 - Rerunning Failed Tasks

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

Page 104

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

Page 105

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

Page 106

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

Page 107 - Version: 3.3

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

Page 109

R2010bVersion: 5.0New FeaturesBug FixesCompatibility Considerations

Page 110

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

Page 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

Page 112

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

Page 113 - Version: 3.2

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

Page 114

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

Page 115 - Parallel Profiler

R2010aVersion: 4.3New FeaturesBug FixesCompatibility Considerations

Page 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

Page 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

Page 118 - New pmode Interface

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

Page 120 - Enhanced MATLAB Functions

R2009bVersion: 4.2New FeaturesBug FixesCompatibility Considerations

Page 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.

Page 122

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

Page 123 - Version: 3.0

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

Page 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

Page 126

R2009aVersion: 4.1New FeaturesBug FixesCompatibility Considerations

Page 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

Page 128

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

Commentaires sur ces manuels

Pas de commentaire