MPI.jl Versions Save

MPI wrappers for Julia

v0.20.19

6 months ago

MPI v0.20.19

Diff since v0.20.18

Merged pull requests:

  • Add Libdl compat for MPIPreferences (#795) (@giordano)
  • Update TagBot.yml (#797) (@vchuravy)
  • add c2f/f2c handle conversions (#798) (@simonbyrne)
  • AMDGPU compat (#803) (@luraess)
  • fix typos (#805) (@spaette)
  • More typos (#806) (@simonbyrne)

Closed issues:

  • typos (#804)

v0.20.18

6 months ago

MPI v0.20.18

Diff since v0.20.17

Merged pull requests:

  • Bump AMDGPU compat (#794) (@luraess)

v0.20.17

6 months ago

MPI v0.20.17

Diff since v0.20.15

Merged pull requests:

  • Fix GPU tests (#764) (@luraess)
  • Cleanup and update doc (#765) (@luraess)
  • Add non-blocking wait (#766) (@luraess)
  • Bump AMDGPU compat (#767) (@luraess)
  • Bump actions/checkout from 3 to 4 (#768) (@dependabot[bot])
  • improve docs on modulefiles (#769) (@simonbyrne)
  • Init cooperative wait test for multiple threads (#770) (@lcw)
  • Fix resize! for (Unsafe)MultiRequest (#772) (@jipolanco)
  • Docs: update to Documenter v1 (#773) (@jipolanco)
  • Bump CUDA compat (#774) (@simonbyrne)
  • Bump patch (#775) (@simonbyrne)
  • Add tests for AND, OR, and XOR reductions (#777) (@kshyatt)
  • Hopefully begin uploading coverage again (#778) (@kshyatt)
  • Test bcast pass-through (#780) (@kshyatt)
  • Test implicit in-place Allgatherv (#781) (@kshyatt)
  • Test for inplace Scan (#782) (@kshyatt)
  • deal with vendor=cray but no gtl (#785) (@JBlaschke)
  • docs: usage of mpiexec() (#787) (@mmesiti)
  • [CI] Use Spack OCI build cache for MPI packages (#788) (@giordano)
  • Add compat bounds for more packages (#789) (@giordano)
  • [CI] Oversubscribe in OpenMPI jobs (#790) (@giordano)
  • Skip threads tests which are known to fail (#791) (@giordano)
  • Bump patch (#793) (@simonbyrne)

Closed issues:

  • [CI] Use Spack + OCI buildcache when widely available for system MPI (#744)
  • Implement cooperative test (#762)
  • Serialization issues when using MPI gather (#771)
  • MPI.Send cannot work with derived datatypes. (#776)
  • MPIPreferences.use_system_binary(vendor="cray") fails on Piz Daint (#779)
  • mpiexec() do syntax recommended in docs but deprecated after julia 1.6 (#786)

v0.20.16

8 months ago

MPI v0.20.16

Diff since v0.20.15

Merged pull requests:

  • Fix GPU tests (#764) (@luraess)
  • Cleanup and update doc (#765) (@luraess)
  • Add non-blocking wait (#766) (@luraess)
  • Bump AMDGPU compat (#767) (@luraess)
  • Bump actions/checkout from 3 to 4 (#768) (@dependabot[bot])
  • improve docs on modulefiles (#769) (@simonbyrne)
  • Init cooperative wait test for multiple threads (#770) (@lcw)
  • Fix resize! for (Unsafe)MultiRequest (#772) (@jipolanco)
  • Docs: update to Documenter v1 (#773) (@jipolanco)
  • Bump CUDA compat (#774) (@simonbyrne)
  • Bump patch (#775) (@simonbyrne)

v0.20.15

8 months ago

MPI v0.20.15

Diff since v0.20.14

Merged pull requests:

  • Fix ROCm-aware MPI extension (#763) (@utkinis)

v0.20.14

9 months ago

MPI v0.20.14

Diff since v0.20.13

Merged pull requests:

  • Implement automatically serializing scatter (#758) (@lukas-weber)
  • Add optional io argument to versioninfo() (#760) (@mfherbst)
  • Tag v0.20.14 (#761) (@lcw)

v0.20.13

10 months ago

MPI v0.20.13

Diff since v0.20.12

Closed issues:

  • set_attr! fails when using initialized system-provided MPI (#746)

Merged pull requests:

  • Add GTL (#716) (@JBlaschke)
  • Document external MPI initialization (#748) (@sloede)
  • Fix style (#750) (@luraess)
  • Implement automatically serializing gather (#756) (@lukas-weber)
  • Print libmpi dlpath in versioninfo (#757) (@simonbyrne)

v0.20.12

10 months ago

MPI v0.20.12

Diff since v0.20.11

Merged pull requests:

  • [CI] Run Intel MPI jobs on ubuntu-latest (#741) (@giordano)
  • Bump AMDGPU compat (#743) (@luraess)

v0.20.11

11 months ago

MPI v0.20.11

Diff since v0.20.10

Merged pull requests:

  • add MPI.versioninfo function (#738) (@simonbyrne)
  • bump patch (#739) (@simonbyrne)
  • CompatHelper: add new compat entry for "PkgVersion" at version "0.3" (#740) (@github-actions[bot])

v0.20.10

11 months ago

MPI v0.20.10

Diff since v0.20.9

Closed issues:

  • Different MPIPreferences Configurations for Separate Julia Environments (#731)
  • MPIPreferences.use_system_binary() not finding homebrew installation of open-mpi (#733)

Merged pull requests:

  • Test GC in multi-thread code (#724) (@alexandrebouchard)
  • Fix regex matching MPICH version number (#732) (@giordano)
  • Fix some CI failures (#734) (@giordano)
  • some explicit precompile statements and precompile-friendly loadtime hooks (#735) (@ranocha)
  • Fix typo in precompile statements (#736) (@lcw)
  • Bump version (#737) (@lcw)