-
Updated
Mar 13, 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 951 public repositories matching this topic...
-
Updated
Mar 3, 2021 - Python
Proposal for clamp
Intro
clamp(x, xmin, xmax) is a function that clamps (or, clips) an input scalar or array x so that the result is within given bounds xmin and xmax. For example:
res = clamp(0.9. 0.2, 0.8) ! res is 0.8
res = clamp(0.7. 0.2, 0.8) ! res is 0.7
res = clamp(0.1, 0.2, 0.8) ! res is 0.2
This function is common in standard libraries. I've used it occasionally in Fortran, a
-
Updated
Mar 17, 2021 - Fortran
-
Updated
Dec 22, 2019 - HTML
-
Updated
Feb 21, 2021 - Fortran
-
Updated
Mar 16, 2021 - Python
This could be done adding a new line in scikit-ci-yml.
The line could be
- twine check dist/*
-
Updated
Mar 30, 2021 - C++
-
Updated
Mar 30, 2021 - C++
-
Updated
Mar 3, 2021 - Python
-
Updated
Feb 24, 2021 - 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
Mar 28, 2021 - Python
-
Updated
Mar 30, 2021 - Fortran
-
Updated
Mar 4, 2021 - Fortran
-
Updated
Apr 2, 2020 - Fortran
-
Updated
Mar 17, 2021 - Fortran
-
Updated
Jul 4, 2020 - Fortran
-
Updated
Mar 29, 2021 - C
-
Updated
Mar 22, 2021 - Fortran
Created by John W. Backus
Released April 1957
- Organization
- j3-fortran
- Website
- wg5-fortran.org
- Wikipedia
- Wikipedia
The documentation for the function
shmem_waitseems inconsistent with the function signatures as it describes parameterstarget,pe, andvaluethat are actually not part of the interface. The parameterivaris described but at least in the C interface the variable is namedvar(without the prefixi).See https://github.com/open-mpi/ompi/blob/master/oshmem/shmem/man/man3/shmem_wai