Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 683 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 683 Bytes

jacobi-mpi

Description

OpenMPI (v1.5) implementation of a simulation of thermal transmission in a 2D space.

OpenMP is also used to provide multithreading.

A singlethreaded and multithreaded implementation in Go can are available in this repo.

Run the code by using the script comp_run.sh with the following parameters (ordered):

  1. Number of MPI nodes
  2. MPI hostfile
  3. File containing the C code
  4. Number of OMP threads for every node

References

jacobi_seq.c by Rubén Gran Tejero -- [email protected]

If you use this code for academic work, please also reference: