Releases: fverdugo/PartitionedArrays.jl
Releases · fverdugo/PartitionedArrays.jl
v0.2.15
PartitionedArrays v0.2.15
Merged pull requests:
- Bugfix: Executing programs within a subcommunicator of COMM_WORLD (#91) (@JordiManyer)
- PartitionedArrays v0.3.0 (#93) (@fverdugo)
- CompatHelper: add new compat entry for CircularArrays at version 1, (keep existing compat) (#95) (@github-actions[bot])
v0.2.13
v0.2.12
v0.2.11
PartitionedArrays v0.2.11
Closed issues:
- Docs need some examples (#75)
Merged pull requests:
- Add minimal example to docs. (#76) (@termi-official)
- Fix typo in usage.md (#78) (@fredrikekre)
- Update MPI compat and set version to 0.2.11. (#82) (@fredrikekre)
v0.2.10
PartitionedArrays v0.2.10
Merged pull requests:
- Add docstring to map_parts. (#58) (@fredrikekre)
- Misc docstrings for assemble, add_gids, and PSparseMatrix constructor. (#60) (@fredrikekre)
- Build docs with Documenter.jl. (#62) (@fredrikekre)
- Miscellaneous fixes from browsing the code (#64) (@fredrikekre)
- Define simple show methods for PSparseMatrix and PVector. (#65) (@fredrikekre)
- Add documentation badge to README.md (#68) (@fredrikekre)
- Update README.md (#69) (@fverdugo)
- Enhanced usage of MPI_abort (#70) (@fverdugo)
- Enhance error message for mismatch between MPI processes and number of parts. (#71) (@fredrikekre)
- Preparing release 0.2.10 (#72) (@fverdugo)
v0.2.9
v0.2.8
PartitionedArrays v0.2.8
Merged pull requests:
- Adding optional barriers to tic! (#47) (@amartinhuertas)
- Fix in prun_debug. Namely prod instead of length must be used. (#48) (@amartinhuertas)
v0.2.7
PartitionedArrays v0.2.7
Merged pull requests:
v0.2.6
PartitionedArrays v0.2.6
Merged pull requests:
- Circumventing a deadlock in OpenMPI 4.1.x (#44) (@amartinhuertas)
v0.2.5
PartitionedArrays v0.2.5
Closed issues:
- Deactivate codecov checks (#37)
Merged pull requests:
- Improving prun() for MPIBackend. Adding prun_debug() for debugging purposes. (#39) (@amartinhuertas)
- Fixing the implementation of a PRange outer constructor (#40) (@amartinhuertas)
- Adding a warning whenever non-scalable discovert_parts_snd is triggered (#42) (@amartinhuertas)
- Create .codecov.yml (#43) (@ranocha)