-
Howdy!
I am one of the programmers on the PIO project, a free software C/Fortran library to do scalable, netCDF I/O on many many processors on modern supercomputers. (See https://github.com/NCAR/Pa…
-
Examples: min, max, avg, etc.
If there's an intrinsic that already does this, implement it as a wrapper. This implies that the vector stores objects of intrinsic types (int32, real64, etc.)
Wha…
-
A common request is to simplify how to do array of strings. Currently one option is this:
```fortran
type string
character(:), allocatable :: s
end type
integer, parameter :: N = 5
type(st…
-
## f2py interface for external modules and module data
# Background
Recently code I used was changed from using common blocks and include files to f90 code where this information now resided in a …
-
### Minimal reproducible example:
For the below fortran program:
```f90
program ImplicitLogicalToIntCastExample
implicit none
logical :: logicalValue
integer :: integerValue
…
gxyd updated
8 months ago
-
I am attempting to cross compile the [teb_local_planner](https://github.com/rst-tu-dortmund/teb_local_planner/tree/indigo-devel) move_base plugin. It requires the [suitesparse library](https://github.…
-
I'm trying to install ctf on a linux box, first loading my openmpi module, then running this config command
./configure CXX=mpicxx --build-scalapack --build-hptt --with-hptt --with-scalapack --with-l…
-
FYI
I've refactored the Fortran code to modern standards, and you can find it here if you are interested: https://github.com/jacobwilliams/radbelt
Your Python version is very inefficient, I beli…
-
Hi, I am on a Mac M2 Pro chip with Sonoma 14.0, Bioconductor version 3.18 (BiocManager 1.30.22), R 4.3.1 (2023-06-16). I follow this link to download the correct gfortran version for macOS but still n…
-
Thanks to [fmckenna](https://github.com/OpenSees/OpenSees/issues/1052#issuecomment-1322426820) I installed tcl, but similar to [jacke-holmes](https://github.com/OpenSees/OpenSees/issues/1052#issuecomm…
GJoe2 updated
10 months ago