| Port details on branch 2022Q2 |
- kokkos C++ performance portability programming ecosystem
- 4.7.04 devel
=0 4.7.04Version of this port present on the latest quarterly branch. - Maintainer: yuri@FreeBSD.org
 - Port Added: 2020-05-02 08:02:16
- Last Update: 2026-06-08 06:28:12
- Commit Hash: a09f387
- License: BSD3CLAUSE
- WWW:
- https://kokkos.org/
- https://github.com/kokkos/kokkos
- Description:
- Kokkos C++ Performance Portability Programming EcoSystem: The Programming Model
- Parallel Execution and Memory Abstraction.
Kokkos Core implements a programming model in C++ for writing performance
portable applications targeting all major HPC platforms. For that purpose it
provides abstractions for both parallel execution of code and data management.
Kokkos is designed to target complex node architectures with N-level memory
hierarchies and multiple types of execution resources. It currently can use
CUDA, HPX, OpenMP and Pthreads as backend programming models with several other
backends in development.
 ¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- To install the port:
- cd /usr/ports/devel/kokkos/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/kokkos
- pkg install kokkos
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: kokkos
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1780866334
SHA256 (kokkos-kokkos-4.7.04_GH0.tar.gz) = 611007ee45479d338069e1d3a8796fc8f0e841f04e9561b7533a1580c56ce068
SIZE (kokkos-kokkos-4.7.04_GH0.tar.gz) = 2526399
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:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- Runtime dependencies:
-
- bash : shells/bash
- This port is required by:
- for Build
-
- math/arborx
- for Libraries
-
- lang/lfortran
- science/dakota
- science/lammps
- science/nlcglib
- science/parthenon
- for Run
-
- math/arborx
Configuration Options:
- ===> The following configuration options are available for kokkos-4.7.04:
OPENMP=on: Parallel processing support via OpenMP
SERIAL=on: Enable serial backend
===> Use 'make config' to modify these settings
- Options name:
- devel_kokkos
- USES:
- cmake:testing compiler:c++17-lang shebangfix
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|