MATLAB PARALLEL COMPUTING TOOLBOX 4 Podręcznik Użytkownika

Przeglądaj online lub pobierz Podręcznik Użytkownika dla Oprogramowanie MATLAB PARALLEL COMPUTING TOOLBOX 4. MATLAB PARALLEL COMPUTING TOOLBOX 4 User`s guide Instrukcja obsługi

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 128
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów

Podsumowanie treści

Strona 1

Parallel Computing Toolbox™ Release Notes

Strona 2 - How to Contact MathWorks

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

Strona 4

R2008bVersion: 4.0New FeaturesBug FixesCompatibility Considerations

Strona 5

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

Strona 6

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

Strona 7

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

Strona 8

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

Strona 10

R2008aVersion: 3.3New FeaturesBug FixesCompatibility Considerations

Strona 11

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

Strona 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

Strona 13

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

Strona 14

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

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

Strona 17

R2007bVersion: 3.2New FeaturesBug FixesCompatibility Considerations

Strona 18

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

Strona 19

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

Strona 21 - Version: 6.5

R2007aVersion: 3.1New FeaturesBug FixesCompatibility Considerations

Strona 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

Strona 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

Strona 24

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

Strona 25

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

Strona 26

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

Strona 28

R2006bVersion: 3.0New FeaturesBug FixesCompatibility Considerations

Strona 29

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

Strona 30

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

Strona 31

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

Strona 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

Strona 34

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

Strona 35

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

Strona 36

R2015aVersion: 6.6New FeaturesBug FixesCompatibility Considerations

Strona 37

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

Strona 38

1-3cdf2rdfgpuArray.freqspacehistcountsidivideinpolygonisdiagishermitianissymmetricistrilistriulegendrenonzerosnthrootpinvplanerotpolypolyareapolyderp

Strona 39

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

Strona 40

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

Strona 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

Strona 42

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

Strona 43 - Version: 6.2

R2014bVersion: 6.5New FeaturesBug FixesCompatibility Considerations

Strona 44

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

Strona 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

Strona 46

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

Strona 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

Strona 49

R2014aVersion: 6.4New FeaturesBug FixesCompatibility Considerations

Strona 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

Strona 51

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

Strona 52

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

Strona 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

Strona 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

Strona 56

R2013bVersion: 6.3New FeaturesBug FixesCompatibility Considerations

Strona 57

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

Strona 58

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

Strona 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

Strona 60 - Cluster Profiles

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

Strona 61

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

Strona 62 - Enhanced GPU Support

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

Strona 63

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

Strona 64

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

Strona 65

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

Strona 66

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

Strona 67 - Version: 5.2

R2013aVersion: 6.2New FeaturesBug Fixes

Strona 68 - New Job Monitor

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

Strona 69

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

Strona 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

Strona 71

R2012bVersion: 6.1New FeaturesBug FixesCompatibility Considerations

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

Strona 73

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

Strona 74

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

Strona 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

Strona 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

Strona 78 - Enhanced parfor Support

R2012aVersion: 6.0New FeaturesBug FixesCompatibility Considerations

Strona 79 - Enhanced Admin Center Support

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

Strona 80

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

Strona 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

Strona 82 - GPU Computing

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

Strona 83

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

Strona 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

Strona 85

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

Strona 86

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

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

Strona 88

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

Strona 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

Strona 90

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

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

Strona 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

Strona 93

R2011bVersion: 5.2New FeaturesBug FixesCompatibility Considerations

Strona 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

Strona 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

Strona 96

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

Strona 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

Strona 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

Strona 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

Strona 100

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

Strona 102 - Applications

R2011aVersion: 5.1New FeaturesBug FixesCompatibility Considerations

Strona 103 - Rerunning Failed Tasks

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

Strona 104

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

Strona 105

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

Strona 106

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

Strona 107 - Version: 3.3

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

Strona 109

R2010bVersion: 5.0New FeaturesBug FixesCompatibility Considerations

Strona 110

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

Strona 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

Strona 112

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

Strona 113 - Version: 3.2

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

Strona 114

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

Strona 115 - Parallel Profiler

R2010aVersion: 4.3New FeaturesBug FixesCompatibility Considerations

Strona 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

Strona 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

Strona 118 - New pmode Interface

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

Strona 120 - Enhanced MATLAB Functions

R2009bVersion: 4.2New FeaturesBug FixesCompatibility Considerations

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

Strona 122

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

Strona 123 - Version: 3.0

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

Strona 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

Strona 126

R2009aVersion: 4.1New FeaturesBug FixesCompatibility Considerations

Strona 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

Strona 128

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

Komentarze do niniejszej Instrukcji

Brak uwag