Skip to Main Content
UCLA Logo Institute for Digital Research and Education

Computing

Practical Parallel Computing 2: MPI Programming

MPI (Message Passing Interface) is a standardized interface for portable distributed-memory scientific parallel computing. The portability ensures that a properly-written, standard-conforming MPI program can work the same way on different…

Parallel Computing using MPI and Julia

This workshop will discuss the basics of MPI (message passing interface), and several distributed-memory parallel numerical computing examples using MPI. The Julia language will be used in the examples. It would be straightforward to translate the Julia examples into other languages, such as C and Fortran, if desired.

Numerical Computing using Julia

This workshop will illustrate using the Julia language in data-driven modeling and computations. More detailed description will be posted here soon.