Skip to content

Releases: JuliaParallel/MPI.jl

v0.13.1

24 Apr 19:04
f5d395a
Compare
Choose a tag to compare

MPI v0.13.1

Diff since v0.13.0

Closed issues:

  • Enabling 2FA on the JuliaParallel org (#368)
  • corrupted double-linked list (not small) error with MVAPICH (#369)

Merged pull requests:

v0.13.0

06 Apr 04:04
Compare
Choose a tag to compare

MPI v0.13.0

Diff since v0.12.0

Closed issues:

  • segmentation faults when combined with @threads with memory allocation (#337)
  • MPI.has_cuda() fails on Spectrum MPI (#357)

Merged pull requests:

v0.12.0

21 Feb 17:06
7536834
Compare
Choose a tag to compare

MPI v0.12.0

Diff since v0.11.0

Closed issues:

  • MPI-IO routines? (#215)
  • Why Scatter fail in my code? (#257)
  • MPI crashing when buffer contains a reference to nothing (#327)
  • Scatter in place and Similar (#333)
  • Bug in MPI library location script (#334)
  • Move functionality to submodules (#338)
  • Allow arguments to JULIA_MPIEXEC (#344)
  • Installed MPI.jl doesn't pass the test "test_shared_win.jl". (#347)
  • MPI.Type_Vector undefined (#350)

Merged pull requests:

v0.11.0

04 Dec 21:05
v0.11.0
23165ac
Compare
Choose a tag to compare

v0.11.0 (2019-12-03)

Diff since v0.10.1

Closed issues:

  • MPI.Finalized fails after MPI.Cart\_create (#315)
  • Detecting Fortran/C Interface - Failed to compile (#312)
  • Error: MPI_ERR_OP: invalid reduce operation (#304)

Merged pull requests:

v0.10.1

28 Oct 09:53
v0.10.1
f471b62
Compare
Choose a tag to compare

v0.10.1 (2019-10-25)

Diff since v0.10.0

Closed issues:

  • Issues using MPI.jl in REPL (#309)

Merged pull requests:

v0.10.0

16 Aug 03:37
v0.10.0
174bcb0
Compare
Choose a tag to compare

v0.10.0 (2019-08-15)

Major changes since v0.9

  • CMake and Fortran compiler are no longer required
  • Use MPI C API
  • CuArrays/CUDA-aware MPI support

Diff since v0.9.0

Closed issues:

  • Build failing. Any suggestions? Thanks (#300)
  • Can not install MPI.jl on Julia 1.0 (#291)
  • length of MPIBuffertype{T} (#287)
  • Bug: Size assertion does not work for Ptr{T} (#283)
  • MPI_Transpose Worker-to-Worker communication failing (#278)
  • Use the MPIEXEC found by FindMPI to lauch workers and also in test suite? (#274)
  • Julia MPI test for MPI_Comm_spawn_multiple is missing the first 'count' argument and fails tests (#269)
  • MPI build fails (#254)
  • Build issue on Julia 1. (#236)
  • Build error with Intel's MPI (#229)
  • Support for CUDA aware MPI (#219)
  • MPI tests fail on pristine Linux Mint 19 system (64-bit) (#216)
  • Use Homebrew.jl? (#193)
  • Error tagging new release (#190)
  • Better error message when MPI not installed (#177)
  • Gromacs-5.1.4 installation with CUDA-v8.0 errors while running cmake... (#176)
  • Unable to use MPI.jl on more than one process on a cluster: segmentation fault (#171)
  • Correct deprecation warnings (#148)
  • Can't install MPI.jl on Windows (#140)
  • Some test runs that have errors don't report as a failed build (#128)
  • Appveyor tests are failing for Julia 0.5 (#123)
  • Add test suite for MPI cluster manager (#77)
  • Binding to the C instead of Fortran interface (#59)
  • drop the dependency of cmake? (#22)

Merged pull requests:

v0.9.0

21 May 21:11
v0.9.0
Compare
Choose a tag to compare

@simonbyrne added reference counting to automatically finalize MPI #255, updated window functions #260, and cleaned up the CMake build system #253

v0.8.0

03 Apr 14:19
bfc5bce
Compare
Choose a tag to compare

Thanks to all the contributors for this release!

Changelog:

v0.7.2

03 Oct 00:27
35b4ee3
Compare
Choose a tag to compare
  • Fix issue with loading the MPI shared library on linux

v0.7.1

25 Sep 21:58
400beca
Compare
Choose a tag to compare
  • fix precompilation of modules depending on MPI.jl