Skip to content

Commit

Permalink
updated README and added c5 release-info
Browse files Browse the repository at this point in the history
  • Loading branch information
iraikov committed Aug 29, 2018
1 parent 121d1a0 commit 59a24a2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ this node.
;; Can be run as follows: mpirun -np 4 csi -s master-worker.scm
;; where -np # indicates the number of processes
(use srfi-4 mpi)
(import scheme (chicken base) srfi-4 mpi)
(MPI:init)
Expand Down Expand Up @@ -484,7 +484,7 @@ this node.
;; Master/worker example implemented with collective operations
;; Can be run as follows: mpirun -np 4 csi -s master-worker.scm
(use srfi-1 srfi-4 mpi)
(import scheme (chicken base) srfi-1 srfi-4 mpi)
(MPI:init)
Expand Down Expand Up @@ -552,6 +552,7 @@ this node.

## Version history

- 2.2 : Ported to CHICKEN 5
- 2.1 : Support for MPI alltoall / alltoallv operations
- 2.0 : Support for MPI derived datatypes
- 1.14 : Added simple round-robin routines
Expand All @@ -569,7 +570,7 @@ this node.
## License

>
> Copyright 2007-2016 Ivan Raikov
> Copyright 2007-2018 Ivan Raikov
>
> Based on the Ocaml MPI library by Xavier Leroy.
>
Expand Down
7 changes: 7 additions & 0 deletions mpi.c5.release-info
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
;; -*- scheme -*-
(repo git "git://github.com/iraikov/chicken-mpi.git")
(uri targz "https://github.com/iraikov/chicken-mpi/tarball/{egg-release}")
(uri files-list "http://code.call-cc.org/files-list?egg={egg-name};egg-release={egg-release};chicken-release={chicken-release}" old-uri)

(release "2.2")

0 comments on commit 59a24a2

Please sign in to comment.