Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexbuccheri/miniapp_skeleton
Build and linking for common library kernels. from fortran
https://github.com/alexbuccheri/miniapp_skeleton
Last synced: about 2 months ago
JSON representation
Build and linking for common library kernels. from fortran
- Host: GitHub
- URL: https://github.com/alexbuccheri/miniapp_skeleton
- Owner: AlexBuccheri
- Created: 2022-05-09T17:07:26.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-05-09T17:08:28.000Z (over 2 years ago)
- Last Synced: 2024-10-28T10:28:30.261Z (3 months ago)
- Size: 0 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mini-Application Skeleton
The purpose of this repository is to serve as a template with which to fork and build mini-applications with.
As such, this code should provide:
* Build system, with linking to openBLAS, Intel MKL and various GPU-accelerated libraries:
* CMake
* Potentially also in Meson or make* A main program or test programs (unit tests) to demonstrate linking and calling
* Demonstrate calls to external libraries that perform mathematical kernels commonly used in our electronic structure
research, including:
* FFTs
* Matrix - matrix multiplication
* Tensor operations* Potentially provide some higher-level API to common library calls
* Abstract away any MPI, CUDA, openACC and OMP directives