Skip to content

Commit aad4869

Browse files
committed
Some update to parallel course
1 parent a9d2d19 commit aad4869

File tree

2 files changed

+1
-38
lines changed

2 files changed

+1
-38
lines changed

content/courses/parallel-computing-introduction/distributed_mpi_build_run.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Each MPI program must include the `mpi.h` header file. If the MPI distribution w
2727

2828
All new Fortran programs should use the `mpi` module provided by the MPI software. if the MPI distribution was installed correctly, the `mpif90` or equivalent will find the module and link to the correct library.
2929

30-
Any recent MPI will also provide an `mpi_f08` module. Its use is recommended, but we will wait till [later](courses/paralll-incomputing-introduction/distributed_mpi_nonblocking_exchange) to introduce it.
30+
Any recent MPI will also provide an `mpi_f08` module. Its use is recommended, but we will wait till [later](courses/paralll-incomputing-introduction/distributed_mpi_nonblocking_exchange) to introduce it. This new module takes better advance of modern Fortran features such as types. The compiler used must support at least the Fortran 2008 standard.
3131

3232
{{< spoiler text="Fortran" >}}
3333
{{< code-download file="/courses/parallel-computing-introduction/codes/mpi1.f90" lang="fortran" >}}

content/courses/parallel-computing-introduction/scripts/contour_ranks.py

-37
This file was deleted.

0 commit comments

Comments
 (0)