Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ddemidov/fortran_amg_omp_ocl
Fortran wrapper for AMGCL with OpenMP/OpenCL support
https://github.com/ddemidov/fortran_amg_omp_ocl
amg fortran gpgpu opencl openmp scientific-computing sparse-linear-systems
Last synced: 2 months ago
JSON representation
Fortran wrapper for AMGCL with OpenMP/OpenCL support
- Host: GitHub
- URL: https://github.com/ddemidov/fortran_amg_omp_ocl
- Owner: ddemidov
- License: mit
- Created: 2017-10-19T13:46:49.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-15T09:49:44.000Z (almost 6 years ago)
- Last Synced: 2024-01-30T09:14:29.496Z (11 months ago)
- Topics: amg, fortran, gpgpu, opencl, openmp, scientific-computing, sparse-linear-systems
- Language: C++
- Size: 23.4 KB
- Stars: 8
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
An example of Fortran wrapper for the
[AMGCL](https://github.com/ddemidov/amgcl) library.The wrapper allows to select compute backend (OpenMP or OpenCL) with a runtime
parameter.On Windows `OpenCL.dll` is delay-loaded so that the wrapper works even when
OpenCL runtime is not available.