-
There are at least 2 different package distribution methods we should consider changing to:
- binary-compiled “wheels”
- Anaconda packages
!!! Please note that this is a task about *what form w…
-
I am running a 6-month, 10-member C192mx025 ensemble, and so far 4 of the 10 members have reached a specfic n_atmsteps value and crashed with the error below (slight variations between runs).
```
…
-
```
In file included from /opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_science_madness/madness/work/madness-67ea7b5b533583ba7e0989cff91df738fda8b85b/src/madness/world/MADworld.h:46,
…
-
## Minimal Reproducible Example
For the below Fortran code (for a subroutine `MPI_Bcast` in OpenMPI):
```f90
program main
type MPI_Datatype
end type
type MPI_Comm
end type…
-
Hey!
I have been using `Extrae.jl` with `MPI.jl`, and I can't manage to `emit` some `events` for different ranks. For example I ran the following code using `mpiexec` with 10 workers:
```julia
usin…
-
Hi!
I'm trying to use `UltraNest` with a very expensive likelihood whose evaluation at a single point of the parameter space needs to be parallelized using MPI.
The likelihood is automatically vec…
-
We want to simplify more of the [Fenix](https://github.com/sandialabs/Fenix/)+KokkosResilience process, focusing for now on implementing the global recovery approach but keeping future localized recov…
-
**Describe the bug**
Please provide a clear and concise description of what the bug is.
- NorESM version: noresm2_5_alpha7
- HPC platform: betzy
- Compiler (if applicable): intel
- Compset (i…
-
Any idea why it does not respect disabling MPICH?
```
---> Configuring strumpack
(using ccache)
Executing: cd "/opt/local/var/macports/build/_opt_svacchanda_SonomaPorts_math_strumpack/st…
-
A typical example of hybrid OpenMP+MPI code is a simple computation of Pi using Riemman integral.
I implemented it with `PyOMP` and `numba-mpi`, but it seems that we are limited by Numba (Only consta…