-
Updated
Dec 22, 2020 - 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 897 public repositories matching this topic...
-
Updated
Dec 24, 2020 - Python
-
Updated
Nov 21, 2020 - Fortran
-
Updated
Dec 22, 2019 - HTML
-
Updated
Dec 23, 2020 - Fortran
-
Updated
Aug 26, 2020 - Python
This could be done adding a new line in scikit-ci-yml.
The line could be
- twine check dist/*
-
Updated
Jan 4, 2021 - C++
-
Updated
Dec 8, 2020 - C++
-
Updated
Nov 26, 2020 - Fortran
-
Updated
Jan 2, 2021 - Python
-
Updated
Dec 26, 2020 - Fortran
-
Updated
Jan 3, 2021 - Fortran
-
Updated
Nov 20, 2020 - Python
-
Updated
Apr 2, 2020 - Fortran
-
Updated
Dec 5, 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 18, 2020 - C
-
Updated
Nov 10, 2020 - Fortran
-
Updated
Jan 3, 2021 - 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_