Description
Tcl bindings for MPI
TclMPI provides MPI support for Tcl scripts. It supports a commonly used subset of the the MPI-1/MPI-2 specification with an interface following the MPI C language bindings but with some adjustments for Tcl dynamic typing. It supports point-to-point (sends, receives) and collective (broadcasts, scatters, gathers) communications.
Installation Instructions
This copr repository can be added to Fedora Linux installations with "dnf copr enable akohlmey/TclMPI". It will contain binary packages compiled for either OpenMPI or MPICH. To install you can use "dnf install tclmpi-openmpi" or "dnf install tclmpi-mpich" or both. HTML format documentation and a few example scripts are provided in the "tclmpi-doc" package, which is not required to run TclMPI. The TclMPI online documentation is at https://akohlmey.github.io/tclmpi and the TclMPI source code is hosted on GitHub at: https://github.com/akohlmey/tclmpi Please report bugs at: https://github.com/akohlmey/tclmpi/issues
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
Release | Architectures | Repo Download |
---|---|---|
Fedora 39 | aarch64 (0)*, ppc64le (4)*, x86_64 (9)* | Fedora 39 (0 downloads) |
Fedora 40 | aarch64 (14)*, ppc64le (7)*, x86_64 (17)* | Fedora 40 (15 downloads) |
Fedora 41 | aarch64 (0)*, ppc64le (0)*, x86_64 (0)* | Fedora 41 (7 downloads) |
Fedora rawhide | aarch64 (39)*, ppc64le (16)*, x86_64 (10)* | Fedora rawhide (50 downloads) |
* Total number of downloaded packages.