Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.