Files
MX_Pmodule/Compiler/kokkos/modulefile

16 lines
741 B
Plaintext

#%Module1.0
module-whatis "programming model targeting all major HPC platforms"
module-url "https://kokkos.org/"
module-license "BSD-like, see $PREFIX/share/doc/kokkos/LICENSE"
module-maintainer "Achim Gsell <achim.gsell@psi.ch>"
module-help "
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.
"