-
When try to compile project with PLplot support i get errors both on windows and on Linux.
(without inclusion of Plplot project runs perfect)
```
Errors on MSYS2:
lllax@LAPTOP-KVC9DPIV UCRT64 /h…
-
On my Mac M1 in a consistent conda environment, the `./compile.sh` fails to find the installed PIO library
```
$> ./compile.sh macosx.gnu "-DAPP=COASTALS -DNO_PARMETIS=ON -DOLDIO=ON coastal YES NO…
-
I've found a few more Fortran packages I will try to add one by one:
* [ ] Fortran processing library: http://www.biosfera.dea.ufv.br/fpl/index.html
* [ ] 2DECOMP & FFT: https://github.com/numeric…
-
### Describe the issue:
I have a fortran subroutine that makes use of MPI:
```
subroutine sayhello
use mpi
implicit none
integer :: comm, rank, size, ierr, namelength
character(le…
-
### Issue
When trying to run [this example ](https://pycobi.readthedocs.io/en/latest/simple_example.html) on the documentation I get the following error:
`ModuleNotFoundError: No module named 'syste…
-
The variables that handle file positions in _fmpsee/_ library routines `fmpsetpos()` and `fmpposition()` are `int` but should be `long` instead. They were changed in the bulk _unlongify_ of c9cbc93b94…
-
Here is the stdout of octopus from spack :
```shell
Version : 12.1
Commit :
Build time : Mon Feb 27 21:57:54 CET 2023
Configuration options : maxdim3 …
-
Hi,
Depending on the application - model and problem sizes - it's possible to make the inference very much faster by doing it in batches (packing vector-sized inputs into a 2D array) and replacing …
-
I have a package that needs the Fortran bindings for HDF5. Is there a way to enable them?
I have heard that HDF5 does not cross-compile. I know how to set up Docker with qemu to build natively for …
-
## Turn ADCIRC into a Python package to access its variables and functions in Python
This is a feature request related to [this presentation on pyADCIRC](https://doi.org/10.17615/mnf0-hw98) given a…