-
Updated
Feb 11, 2021 - Shell
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 924 public repositories matching this topic...
-
Updated
Jan 15, 2021 - Python
-
Updated
Nov 21, 2020 - Fortran
-
Updated
Dec 22, 2019 - HTML
-
Updated
Feb 5, 2021 - Fortran
-
Updated
Jan 18, 2021 - Python
This could be done adding a new line in scikit-ci-yml.
The line could be
- twine check dist/*
-
Updated
Dec 8, 2020 - C++
-
Updated
Jan 30, 2021 - C++
-
Updated
Jan 30, 2021 - Fortran
-
Updated
Feb 10, 2021 - Python
-
Updated
Feb 12, 2021 - Python
-
Updated
Feb 13, 2021 - Fortran
-
Updated
Feb 5, 2021 - Fortran
-
Updated
Apr 2, 2020 - Fortran
Here are a few good candidate packages to get working with fpm first, that are relatively simple (and so possible to package soon), yet very useful.
Pure Fortran (Simple)
-
Updated
Dec 5, 2020 - Fortran
-
Updated
Feb 9, 2021 - C
-
Updated
Nov 10, 2020 - Fortran
-
Updated
Jul 4, 2020 - Fortran
Created by John W. Backus
Released April 1957
- Organization
- j3-fortran
- Website
- wg5-fortran.org
- Wikipedia
- Wikipedia


Parts of the man page of
MPI_Win_attachseem to be a verbatim copy ofMPI_Win_createand states that this is a collective operation, which in case ofMPI_Win_attachit is not. See: https://github.com/open-mpi/ompi/blob/master/ompi/mpi/man/man3/MPI_Win_attach.3in#L71This should be fixed to reflect the actual behavior of
MPI_Win_attachand should also contain at least a sentence on `MPI_