maruthinh / mpi_examples

Example programs of different MPI functions

Repository from Github https://github.commaruthinh/mpi_examplesRepository from Github https://github.commaruthinh/mpi_examples

MPI examples

  • Bcast
  • Point-to-point communication
  • Scattering and Gathering 2D and 3D arrays with variable chunk sizes
  • MPI Derived datatype
    • MPI_Type_contiguous
    • MPI_Type_create_subarray
    • MPI_Type_resized

About

Example programs of different MPI functions


Languages

Language:Fortran 72.3%Language:C 26.3%Language:CMake 1.4%