The Wayback Machine - https://web.archive.org/web/20201110154724/https://github.com/topics/fortran
Skip to content
#

Fortran

Fortran is a statically typed compiled programming language that is especially suited to numeric computation, and scientific computing.

While Fortran has been in use since its inception by John Backus at IBM in 1957, it still remains popular today, especially for computationally intensive

applications including numerical weather prediction, finite element analysis, computational fuild dynamics, computational physics, crystallography, and

computational chemistry. Despite its age, new language revisions include syntax and semantics for modern language ideas including pointers, recursion,

object orientated programming features, and parallel programming using Coarray Fortran.

Here are 879 public repositories matching this topic...

devreal
devreal commented Oct 26, 2020

Parts of the man page of MPI_Win_attach seem to be a verbatim copy of MPI_Win_create and states that this is a collective operation, which in case of MPI_Win_attach it is not. See: https://github.com/open-mpi/ompi/blob/master/ompi/mpi/man/man3/MPI_Win_attach.3in#L71

This should be fixed to reflect the actual behavior of MPI_Win_attach and should also contain at least a sentence on `MPI_

You can’t perform that action at this time.