ECE1747H

Programming Assignments


This page will be filled with sample code, manuals, other helpful links and a link to the assignment(s) as it/they become available.

Some code examples for parallelization with Pthreads and MPI are here:Code Examples. Pthread howto use is here How to use guide for pthreads and a pthread manual is here: pthread reference manual

MPI howto use is here MPI howto

OpenMP howto use is here OpenMP howto. There will be no homework for OpenMP, but please feel free to use it in your projects. Some code examples for parallelization with OpenMP are here:Code Examples

Due dateTopic
Oct 31, 5 pmParallel programming with PTHREADS/MPI

Back to ECE1747H