Skip to content

Releases: iraikov/chicken-mpi

Updates to build system

19 Feb 16:46
Compare
Choose a tag to compare

This release adds several fixes to the build system.

Compatibility with Mac OS X and MPI 3

17 Jun 00:06
Compare
Choose a tag to compare

This release adds fixes to the build system to allow building for Mac OS X (Thanks to Ivan Avalos) and conditional compilation for the error handling API of MPI 3.

Added srfi-13 and srfi-14

31 Aug 04:05
Compare
Choose a tag to compare

This release includes a modification to the .egg file to add srfi-13 and srfi-14 as dependencies to the mpi library.

Compatibility with CHICKEN 5

29 Aug 03:51
Compare
Choose a tag to compare

This release includes changes for compatibility with CHICKEN 5.

MPI Alltoall / Alltoallv

27 Sep 14:03
Compare
Choose a tag to compare

This release adds support for the alltoall and alltoallv operations.

MPI datatypes

21 Jun 21:38
Compare
Choose a tag to compare

This release introduces support for creating MPI derived datatypes.

Removed use of object-evict

10 Feb 23:19
Compare
Choose a tag to compare

This release removes the use of object-evict in scatter.

Compatibility with MVAPICH2

29 Jan 00:07
Compare
Choose a tag to compare

This release updates all collective communication operations to be compatible with the MVAPICH2 implementation of MPI.

Bug fix in processing input arguments

16 Jan 01:31
Compare
Choose a tag to compare

This release fixes a bug that can potentially lead to null pointer dereference while processing input arguments.

Compatibility with argvector (4.10.1+)

29 Aug 18:38
Compare
Choose a tag to compare

This release updates uses of C_values and C_do_apply to be compatible with the argvector changes in Chicken 4.10.1 (binary version 8).