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

parallel computing

Parallel Parallel Computing 3: Introduction to PETSc

MPI (Message Passing Interface) is a standardized interface for writing portable distributed-memory parallel scientific code. The portability of MPI ensures the same MPI program works the same way on different…

Parallel Parallel Computing 1: Running MPI programs

MPI (Message Passing Interface) is a standardized interface for writing portable distributed-memory parallel scientific code. The portability of MPI ensures the same MPI program works the same way on different…