-
The tests for restarts are a little different than most other tests: they run multiple simulations in the same MPI context. For reasons that I don't understand, this leads to the test hanging somethin…
-
In https://github.com/h5py/h5py/blob/5c4871e37a08d7b030dc6c18df21f45cd714e6c6/setup.py#L51C1-L51C68, there is
```
SETUP_REQUIRES.append("mpi4py ==3.1.6; python_version>='3.12'")
```
Howeve…
-
This seems due to the "double-include trick" used by the hybrid backend:
```
/home/yzelman/lpf.github/src/MPI/ibverbs.hpp:48:21: warning: type ‘struct IBVerbs’ violates the C++ One Definition Rule […
-
If you install NEST with MUSIC and run bsb with MPI then you need to import nest before MPI.
Unfortunately bsb imports MPI first.
-
I have now encountered the same issue when running I compsets and F compsets on 2 nodes. Errors like the following appear in the cesm.log file
134: [b3296.betzy.sigma2.no:1104993] pml_ucx.c:911 Er…
-
When I ran dpgen and reached the fp step, this error occurred. I believe the cause of the error is that unconverged tasks were not categorized as failed tasks, which led to this issue. Part of the log…
-
In our MPI implementation node A has to call `comm.send` and node B has to call `comm.recv` for a message to be successfully communicated from node A to node B. In contrast, gRPC only requires calling…
-
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,
…
-
Thanks to @raffenet @hzhou for figuring it out. Creating the reproducer that was created by @raffenet Needs an Aurora label. Adding info from internal slack:
```
I think we may have a recursive an…