-
Updated
Feb 2, 2022 - 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 1,181 public repositories matching this topic...
-
Updated
Feb 4, 2022 - C
Description
A function to pad a string with zeros or another symbol to a given width could be helpful in many cases, especially together with the to_string() function for integer to string conversion.
Currently available methods to achieve this are using concatenation
width = 32
str = "hello"
padded_str = repeat('0',width-len(str)')//str
and perhaps also internal file I/O
Description
Recently, I've sent a fpm project as a tar file to students. One of them open it with a mac and some hidden files, ._xxx.f90, were created.
Then, "fpm build" fails because fpm try to compile the ._xxx.f90 files.
Of course removing the hidden files solves the problem.
Expected Behaviour
Build the executable without removing the hidden files.
Version of fpm
0.4
-
Updated
Nov 16, 2021 - Python
-
Updated
Dec 20, 2021 - Fortran
-
Updated
Feb 3, 2022 - C++
-
Updated
Jul 30, 2021 - HTML
-
Updated
Feb 4, 2022 - Python
This could be done adding a new line in scikit-ci-yml.
The line could be
- twine check dist/*
-
Updated
Dec 16, 2021 - Fortran
-
Updated
Nov 25, 2021 - Python
-
Updated
Jan 26, 2022 - Fortran
-
Updated
Feb 4, 2022 - C++
-
Updated
Feb 4, 2022 - Fortran
-
Updated
Feb 2, 2022 - Fortran
-
Updated
Jan 31, 2022 - Python
-
Updated
Oct 23, 2021 - Fortran
-
Updated
Jan 25, 2022 - 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