-
Notifications
You must be signed in to change notification settings - Fork 0
ealehman/mpi
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
MPI === Various applications of MPI. Written for a problem set in Computer Science 205 at Harvard School of Engineering and Applied Sciences. dot_sum: - uses broadcast and reduce to compute a product sum of two vectors - serial version provided by cs205 course staff tomography: - produces an x-ray image from the series of attenuation curves in a tomographic projection - 3 implementations: 1. send/recv 2. scatter/reduce 3. serial (provided by cs205 course staff) mandelbrot: - computes a mandelbrot set - 3 implementations: 1. scatter/gather 2. master/slave 3. serial (provided by cs205 course staff) wave_model: - models the 2D wave equation as it transforms over time - applies domain decomposition - first implementation uses MPI function sendrecv, second uses isend and irecv - Serial version provided by course staff included - see specification in wave_model folder Author ====== Alex Lehman Harvard University [email protected] serial code provided by course staff (see attached problem set specification)
About
various applications of mpi
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published