-
### Summary
Coverity issue 446768 found a potential integer underflow in an extreme edge case, which in turn may result in undefined behaviour.
Basically if mbedtls_mpi_bitlen() of the public mo…
-
Thank you for taking the time to submit an issue!
## Background information
I am compiling an application (my own) which has C++ as the top level but also uses some C and F77 libraries. The bu…
-
Dear Developers,
I tried installing STRUMPACK on MacOS 14.5, Xcode 15.4, M3 Pro (arm). I wanted to inform you that, on my system, test 119 `SPARSE_HSS_mpi_21` fails; all other tests passed. I've tr…
-
Some calls to MPI procedures inside MAPL do not have any followup checks on their ierror return status.
Just add `_VERIFY(ierror)` on following lines.
-
Hacking a temporary fix for https://github.com/CABLE-LSM/CABLE/issues/395 and running CABLE-MPI offline (`main` branch - commit d45a62c9327b919b7bf68b0560081c20bce97ac7) using the [crujra_accessN96_1h…
-
Hi Everyone,
I am trying to compile pair_allegro with the LAMMPS package using the following commands:
`./patch_lammps.sh ../lammps-allegro/`
`cd ../lammps-allegro/`
`mkdir allegro_build`…
-
Hello,
I noticed that,
- In C/C++/Fortran MPI, a crash on any MPI ranks used to terminate every other rank, and halt execution immediately.
- In rsmpi, a crash on any MPI rank, does not terminate…
-
**Describe the bug**
The dace program fails to compile if the integer args of MPI nodes (`dst` and `tag`) are anything other than symbols, symbol expressions and numbers.
**To Reproduce**
```pyth…
-
| | |
| --- | --- |
| Bugzilla Link | [48675](https://llvm.org/bz48675) |
| Version | unspecified |
| OS | Linux |
| Attachments | [Minimal crashing example](https://user-images.githubusercontent.co…
-
If my computer has eight physical cores, what parameters should I set for my HER training, for FetchPick AndPlace-v1. the rollout_batch_size will affect it?I want to make efficient use of resources,an…