fortran_amg_omp_ocl

Fortran wrapper for AMGCL with OpenMP/OpenCL support

MIT License

Stars
8
Committers
1

An example of Fortran wrapper for the 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.