image thumbnail

updated 23 days ago

MATLAB for CUDA Programmers by Daniel Armyr

This is the code used during the MATLAB for CUDA Programmers webinar (gpu, parallel computing to..., image processing)

whitebalance(imageData)

whitebalance(imageData)

whitebalance(imageData)

image thumbnail

updated 2 years ago

Getting Started with Parallel Computing using MATLAB by Arjav Chakravarti

This is an older version of the introductory tutorial for running parallel MATLAB applications (cluster, parallel computing to..., multicore)

testParforJob

testTask(x1,x2)

getMyJob.m

image thumbnail

updated 2 years ago

Accelerating Finite Element Analysis (FEA) in MATLAB by Vaishali Shrivastava

Accelerate computationally intensive part of FEA by using Parallel computing. (parallel computing to..., fem, parallel computing)

computeMForcesfromV(nodes, edges, triangles, potential, geo...

connectivity(p,t)

copyright

image thumbnail

updated 2 years ago

A CUDA accelerated Beam Propagation Method [BPM] Solver using the Parallel Computing Toolbox by Patrick Kano

A beam propagation method solver using the CUDA capabilities in the parallel computing toolbox. (mathematics, optics, cuda)

CUDAparaxbpm(CUDAswitch, PLOTswitch, BetaSwitch, Nx, Ny, Le...

FunEfieldinit(MeshX, MeshY, Nx, Ny, LengthX, LengthY)

FunPlotSim(zidx, PosZ, MeshX, MeshY, nMatrix, Efield, Meshk...

image thumbnail

updated 2 years ago

Matlab PCT integration with RTDA by Winston Yu

This is the Matlab PCT integration with RTDA based on generic scheduler interface (rtda, parallel, distributed)

copyDataFromCluster(localLoc, remoteLoc, clusterHost)

copyDataFromCluster(localLoc, remoteLoc, clusterHost)

copyDataToCluster(localLoc, remoteLoc, clusterHost)

image thumbnail

updated almost 3 years ago

Pass task-parallel jobs with multiple tasks to a scheduler. by Bruce Raine

This script creates 2 jobs, each with 2 parallel tasks, to pass to a local or remote scheduler. (parallel computing to..., distributed computing..., findresource)

myrand(n)

parjobv4.m

image thumbnail

updated almost 3 years ago

taskMap: show your distributed computing tasks by Ben Tordoff

charts completed and running tasks for a distributed computing job for each worker (parallel computing to..., parallel computing, distributed)

taskMap( job, varargin )

image thumbnail

updated almost 4 years ago

Visual Timing Report for Distributed Tasks by Jos Martin

Create a visual representation of when and where each task in a distributed computing job executes. (distributed processin..., parallel computing, distributed)

plottasks( jmName, jobName )

image thumbnail

updated almost 4 years ago

Cluster setup scripts by Jos Martin

Shell scripts to easily control a MATLAB distributing computing cluster (distributed processin..., parallel computing, distributed computing)

image thumbnail

updated 4 years ago

Improving Optimization performance with Parallel Computing by Linda Webb

Parallel computing can accelerate the solution of computationally expensive optimization problems (whitepaper, article, paper)

Contact us