hello, a Fortran90 code which prints out "Hello, world!".
If you're just trying to learn Fortran90, or learning how to use Fortran90 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.
The information on this web page is distributed under the MIT license.
hello is available in a bash version and a C version and a C++ version and a Fortran77 version and a Fortran90 version and a FreeFem++ version and a java version and a julia version and a keras version and a MATLAB version and an Octave version and a Python version and an R version
hello_mpi, a Fortran90 code which prints out "Hello, world!" using the MPI parallel programming environment.
hello_openmp, a Fortran90 code which prints out "Hello, world!" using the OpenMP parallel programming environment.