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):
- Number of MPI nodes
- MPI hostfile
- File containing the C code
- Number of OMP threads for every node
jacobi_seq.c
by Rubén Gran Tejero -- [email protected]
If you use this code for academic work, please also reference:
- Rubén Gran Tejero -- [email protected]