JuliaParallel / JuliaParallel/MPI.jl
Error Backtraces
Open
- Dominant language
- Julia
- Stars
- 439
- Forks
- 127
- Avg merge
- 19h 6m
- Merged PRs (30d)
- 17
Description
When the MPI library reports an error, there is not backtrace information to figure out what line caused the error. For example, I got the error:
```
Attempting to use an MPI routine before initializing MPICH
```
probably because I forgot to call MPI.Init somewhere, but there is no additional information to figure out where.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.