Port details |
- cosma Distributed communication-optimal matrix multiplication algorithm
- 2.6.2_5 math
=2 2.6.2_4Version of this port present on the latest quarterly branch. - Maintainer: yuri@FreeBSD.org
 - Port Added: 2022-07-12 04:12:06
- Last Update: 2025-01-28 16:42:55
- Commit Hash: e54e2c6
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: BSD3CLAUSE
- WWW:
- https://github.com/eth-cscs/COSMA
- Description:
- COSMA is a parallel, high-performance, GPU-accelerated, matrix-matrix
multiplication algorithm that is communication-optimal for all
combinations of matrix dimensions, number of processors and memory
sizes, without the need for any parameter tuning. The key idea behind
COSMA is to first derive a tight optimal sequential schedule and only
then parallelize it, preserving I/O optimality between processes. This
stands in contrast with the 2D and 3D algorithms, which fix process
domain decomposition upfront and then map it to the matrix dimensions,
which may result in asymptotically more communication. The final
design of COSMA facilitates the overlap of computation and
communication, ensuring speedups and applicability of modern
mechanisms such as RDMA. COSMA allows to not utilize some processors
in order to optimize the processor grid, which reduces the
communication volume even further and increases the computation volume
per processor.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/math/cosma/ && make install clean
- To add the package, run one of these commands:
- pkg install math/cosma
- pkg install cosma
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: cosma
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1661720404
SHA256 (eth-cscs-COSMA-v2.6.2_GH0.tar.gz) = 1f13579ab7e1fab903f7a8a8a76395d8fbbe42012e1a48e207bce3d88064c5a8
SIZE (eth-cscs-COSMA-v2.6.2_GH0.tar.gz) = 1647903
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- openmpi4>0 : net/openmpi4
- cmake : devel/cmake-core
- ninja : devel/ninja
- Runtime dependencies:
-
- openmpi4>0 : net/openmpi4
- Library dependencies:
-
- libopenblas.so : math/openblas
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- math_cosma
- USES:
- cmake:testing
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.6.2_5 28 Jan 2025 16:42:55
    |
Thierry Thomas (thierry)  |
*/*: bump PORTREVISION after OpenBLAS upgrade
Remark: this souldn’t be necessary, because the version of the library is the
same, but due to many changes between these releases, it is safer this way.
PR: 284314 |
2.6.2_4 21 Jun 2024 17:49:24
    |
Thierry Thomas (thierry)  |
*/*: bump PORTREVISION after the upgrade to OpenBLAS |
2.6.2_3 18 Feb 2024 09:29:31
    |
Thierry Thomas (thierry)  |
*/*: bump PORTREVISION after OpenMPI upgrade |
2.6.2_2 18 Feb 2024 09:22:35
    |
Thierry Thomas (thierry)  |
*/*: fix the dependency to net/openmpi4
For ports without USES=mpi:openmpi. For the others, it will be set
automatically. |
2.6.2_2 12 Dec 2023 19:03:50
    |
Thierry Thomas (thierry)  |
*/*: bump PORTREVISION after the upgrade of OpenBLAS
PR: 273219 |
2.6.2_1 23 Apr 2023 09:09:58
    |
Gerald Pfeifer (gerald)  |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.6.2 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2.6.2 28 Aug 2022 21:53:18
    |
Yuri Victorovich (yuri)  |
math/cosma: Update 2.6.1 -> 2.6.2
Reported by: portscout |
2.6.1 04 Aug 2022 07:41:23
    |
Yuri Victorovich (yuri)  |
math/cosma: Broken on systems where OpenMP isn't enabled
Reported by: fallout |
2.6.1 23 Jul 2022 00:21:26
    |
Yuri Victorovich (yuri)  |
math/cosma: Update 2.5.1-23 -> 2.6.1
Reported by: portscout |
2.5.1.23 12 Jul 2022 04:10:07
    |
Yuri Victorovich (yuri)  |
math/cosma: New port: Distributed communication-optimal matrix multiplication
algorithm |