NYU Matlab Seminar: Parallel Computing
Announcements
User Services
Resources
- Desktop Computing
- Computer Labs
- Compute Servers
- Printing
- Scanners, Copiers, Burning and Sending Faxes
- Classroom Facilities
- Frequently Asked Questions
Platforms
Software
When: Thursday, March 8th, 2012 from 12:30 – 2:00 p.m.
Where: NYU Langone Medical Center Alumni Hall, Room B
Where: NYU Langone Medical Center Alumni Hall, Room B
In this session, you will learn how to solve computationally and data-intensive problems using multicore processors, GPUs, and computer clusters. We will introduce you to high-level programming constructs that allow you to parallelize MATLAB applications without CUDA or MPI programming and run them on multiple processors. We will also show you how to overcome the memory limits of your desktop computer and solve problems that require manipulating very large matrices by distributing your data.
Highlights include:
- Toolboxes with built-in support for parallel computing
- Creating parallel applications to speed up independent task
- Programming with distributed arrays to work with large data sets
- Scaling up to computer clusters, grid environments, or clouds
- Tips on developing parallel algorithms