hello_mpi


hello_mpi, a Fortran90 code which prints "Hello, World!", while invoking the MPI parallel programming system.

If you're just trying to learn MPI, or learning how to use MPI on a different computer system, or in batch mode, it's helpful if you start with a very simple program with a tiny amount of output that should print immediately if things are working well.

Licensing:

The information on this web page is distributed under the MIT license.

Languages:

hello_mpi is available in a C version and a C++ version and a Fortran90 version and a Python version.

Related Data and Programs:

hello_mpi_test

mpi_test, a Fortran90 code which use the message passing interface (MPI) for parallel computations in a distributed memory environment.

Reference:

  1. Michael Quinn,
    Parallel Programming in C with MPI and OpenMP,
    McGraw-Hill, 2004,
    ISBN13: 978-0071232654,
    LC: QA76.73.C15.Q55.

Source Code:


Last revised on 13 July 2020.